HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: Xzyx987X on 2009-03-14 06:58:36

Title: foo_ui_columns 0.3.6.5 Album Art Error: Location not parsable: ".
Post by: Xzyx987X on 2009-03-14 06:58:36
I'm trying to set up some custom artwork sources with the Columns UI to get seemless integration with the Album Art Downloader. I added a simple script for the path ("C:\User\Xzyx987X\Music\#Artwork\[%album%]\") and put a piece of test artwork in the folder, but whenever I try to load a song from the album, I get the following error:

Location not parsable: "C:\Users\Xzyx987X\Music\Artwork\Please Mr.Lostman\Front.jpg", reason: Unsupported file format

I assume there's nothing wrong with my path script since the path it found to the file is correct, but no matter what I do it refuses to load the artwork. I tried moving the path, using png instead of jpg, etc, etc, but nothing works. Anyone know what I'm doing wrong?
Title: foo_ui_columns 0.3.6.5 Album Art Error: Location not parsable: ".
Post by: novembre on 2009-03-14 10:38:58
Location not parsable: "C:\Users\Xzyx987X\Music\Artwork\Please Mr.Lostman\Front.jpg", reason: Unsupported file format

That's not an error, it's only a message from the autowatch function of Media Library that tells that it's not a playable file.

But anyway it's useful because it provides the exact path to the file while you set this path:
C:\User\Xzyx987X\Music\#Artwork\[%album%]\

Unless you typed wrong in the post, I think the problem is the # character.

By the way, I suggest you to move the last \ inside the square brackets, otherwise for files wth no album tag it will result in two consecutive \
Title: foo_ui_columns 0.3.6.5 Album Art Error: Location not parsable: ".
Post by: Xzyx987X on 2009-03-14 15:02:42
Actually I did type it wrong. That was something I changed when I was experimenting with different paths to make it work. I also typed "User" instead of "Users". Right now though, it is set to "C:\Users\Xzyx987X\Music\Artwork\[%album%]\", and I'm absolutely sure the folder is correct, but it still won't display the artwork in that folder for songs that match the album. It quit spitting out errors though, which I assume is because the library already knows about the files. But still, the artwork isn't displayed. Oh, I will take your advice on moving the "\" though.
Title: foo_ui_columns 0.3.6.5 Album Art Error: Location not parsable: ".
Post by: Xzyx987X on 2009-03-15 04:16:21
Aha, I found the problem. as it turn out "[%album%]" was just plain wrong and uneeded in this context. Some examples I saw lead me to believe "[]" was used to indicate a variable in a literal string, but as it turns out it just plain wasn't needed, and it works fine without it. Sigh, I really wish foobar's scripting was better documented.
Title: foo_ui_columns 0.3.6.5 Album Art Error: Location not parsable: ".
Post by: tpijag on 2009-03-15 04:59:15
In case you have not already noticed:

main menu>Help>Titleformating help

http://wiki.hydrogenaudio.org/index.php?ti...ormat_Reference (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Titleformat_Reference)

terry