Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [CRASHWARE] updated foo_uie_albumart (Read 694556 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[CRASHWARE] updated foo_uie_albumart

Reply #300
One more bug: I'm having problem with $replace() in my source string.  Here's a simplified version of my string for artist pictures:

Code: [Select]
match:E:\Music\Arts\$replace(%album artist%,",'',*,,/,_)\artist.*

The string replaces a double-quote with a single apostrophe, a forward-slash with an underscore, and removes any asterices.  This string worked fine with the previous version, but it's not finding art for any artist with a double-quote or asterix in the name.

[CRASHWARE] updated foo_uie_albumart

Reply #301
I uploaded version 0.164 (same address as before). The two preferences options (mininum height and the follow cursor thing) should be fixed now.

Regarding the replacement of invalid filename characters: I'm sorry I forgot to put this in the changelog (It was in 0.161 I think). It was hopefully the only incompatible change, but it was by design. I used the same helper code from teh SDK that is used by album art and massrenamer. I just didn't like the idea that special characters inside tags could interfere with the image search in unexpected way. Unfortunately, that code does not allow to specify an arbitrary replacement, it always uses an underscore. Now I have put in some new code that does allow this, reserved characters are currently replaced with a question mark, i.e. the wildcard that matches a single character. This is not configurable; if you want an option for that, you'll have to find someone who is willing to modify the source code.

To simplify debugging image source scripts, I have added an option on the sources tab that will enable you to see the paths where the component searches for images on the console. I had this as a compile time option for myself already, and I considered it useful enough to add it as an option in the user interface (keeping it permanently on would just pointlessly flood the console).

[CRASHWARE] updated foo_uie_albumart

Reply #302
Thanks a lot foosion, you just or music experience a lot deeeeeeeper!!!! 

[CRASHWARE] updated foo_uie_albumart

Reply #303
I uploaded version 0.164 (same address as before). The two preferences options (mininum height and the follow cursor thing) should be fixed now.

i'm not sure about the minimum height thing but it doesn't look like the follow cursor thing was fixed. i still get the checkbox problem.

[CRASHWARE] updated foo_uie_albumart

Reply #304
i'm not sure about the minimum height thing but it doesn't look like the follow cursor thing was fixed. i still get the checkbox problem.
Argh, it seems like I put an outdated build into the uploaded ZIP file. Please redownload (no update to the changelog, but the new version reports as "0.164a").

[CRASHWARE] updated foo_uie_albumart

Reply #305
To simplify debugging image source scripts, I have added an option on the sources tab that will enable you to see the paths where the component searches for images on the console. I had this as a compile time option for myself already, and I considered it useful enough to add it as an option in the user interface (keeping it permanently on would just pointlessly flood the console).

Thanks for this option.  I had always been copying and pasting the source into my trackinfo panel, but that was cumbersome.  This is a much better solution.

I understand about the $replace() function.  Thank you for the response.

[CRASHWARE] updated foo_uie_albumart

Reply #306
I've updated foo_uie_albumart.dll to 0.164a, but sice then I lost AA panel (it disappeared from right-click menu as well). I still can adjust AA settings under Preferences/Display/Album Art Panel, but that's all I can do – no AA panel in my foobar 0.9.1 displayed.
I don't have a clue why this happened when (judging from above posts) 0.164a works for other people. I even did complete reset of fb, but AA is still gone. Before I used 0.15something without problems.

[CRASHWARE] updated foo_uie_albumart

Reply #307
Hi foosion,

I think i've found a bug related to using the mousewheel to change the albumart (using v0.164a).
Using the following as my sources:

match:$replace(%_path%,%_filename_ext%,)*folder*.jpg
-match:$replace(%_path%,%_filename_ext%,)*.jpg
-nocover.jpg
match:$replace(%_path%,%_filename_ext%,)*back*.jpg

When i use mousewheel down it goes between 'folder.jpg' and 'back.jpg' as expected but when i use mousewheel up it goes between 'back.jpg' and 'nocover.jpg', also if you use mousewheel up untill it displays the 'nocover.jpg' and leave it there it seems to lock on 'nocover.jpg' and refuse to change/refresh when clicking around the playlist on different albums regardless of whether they have covers or not.

[CRASHWARE] updated foo_uie_albumart

Reply #308
Hey foosion,

I may have found a bug in your new build because this didn't happen with the older builds.

Here are my settings:
Code: [Select]
-match:E:\Art\$crc32(%artist% - %album%)*
-match:E:\Art\%artist%_%album%*
-components\default.png

This has been working perfectly for a long time (the similar foo_prettypop settings still work), but some artists with special characters in their names are messed up.

For example:

Artist: AC/DC
Album: Thunderstruck

The console says:
Code: [Select]
searching album art, preprocessed pattern: "E:\Art\339976871*"
searching album art, preprocessed pattern: "E:\Art\AC?DC_Thunderstruck*"
searching album art, preprocessed pattern: "components\default.png"

Since $crc32(AC/DC - Thunderstruck) is 117545389, it never sees my album art.  However, $crc32(AC?DC - Thunderstruck) is 339976871, so there's something wrong with the way the component is processing titleformat stuff.

Again, this just started occuring after I updated to the new component.

EDIT: Didn't see this before...
... Regarding the replacement of invalid filename characters: I'm sorry I forgot to put this in the changelog (It was in 0.161 I think). It was hopefully the only incompatible change, but it was by design ...
That's nice, but it really should be optional.

[CRASHWARE] updated foo_uie_albumart

Reply #309
81x: I think I've noticed this as well, but I have other things to do and it doesn't disturb me enough to bother with the album art code again at this point (especially since that would be a part that's still quite obscure).

[CRASHWARE] updated foo_uie_albumart

Reply #310
81x: I think I've noticed this as well, but I have other things to do and it doesn't disturb me enough to bother with the album art code again at this point (especially since that would be a part that's still quite obscure).

No probs, to be honest i've got single left click setup to move between my sources, i only noticed the bug when i was playing around (seeing it was a new feature and all) and thought i should let you know.

Thanx for the work on the plugin by the way, much appreicated.

[CRASHWARE] updated foo_uie_albumart

Reply #311
one bug i think ive noticed is that if you play a song from an album that has cover art but then change the song to an album without art, the art from the previous album sticks.  Maybe im missing something...

thanks for all the work guys

edit: using latest 0.164a

[CRASHWARE] updated foo_uie_albumart

Reply #312
... if you play a song from an album that has cover art but then change the song to an album without art, the art from the previous album sticks ...

Confirmed!

 

[CRASHWARE] updated foo_uie_albumart

Reply #313
Quote
I've updated foo_uie_albumart.dll to 0.164a, but sice then I lost AA panel (it disappeared from right-click menu as well). I still can adjust AA settings under Preferences/Display/Album Art Panel, but that's all I can do – no AA panel in my foobar 0.9.1 displayed.
I don't have a clue why this happened when (judging from above posts) 0.164a works for other people. I even did complete reset of fb, but AA is still gone. Before I used 0.15something without problems.

Exactly the same thing happened to me. Now I'm unable to find a slightly older version (0.15...), because I overwrote the old plugin.


EDIT: found 0.151

[CRASHWARE] updated foo_uie_albumart

Reply #314
EDIT: found 0.151
Thanks for saving my time 

I updated Columns UI to 0.1.3 beta 1v4 (Apr 29 2006) and Album Art 0.164a seems to be working as expected with this version.

However, there is a problem with missing right click menu items regarding Columns UI, so the only way how to add panels is through Preferences/Columns UI/Layout tab.

[CRASHWARE] updated foo_uie_albumart

Reply #315
one bug i think ive noticed is that if you play a song from an album that has cover art but then change the song to an album without art, the art from the previous album sticks.  Maybe im missing something...

thanks for all the work guys

edit: using latest 0.164a


same here, columns ui 0.1.3 beta1v4, album art panel 0.164a

[CRASHWARE] updated foo_uie_albumart

Reply #316

one bug i think ive noticed is that if you play a song from an album that has cover art but then change the song to an album without art, the art from the previous album sticks.  Maybe im missing something...

thanks for all the work guys

edit: using latest 0.164a


same here, columns ui 0.1.3 beta1v4, album art panel 0.164a


Yep, same problem here.

[CRASHWARE] updated foo_uie_albumart

Reply #317

one bug i think ive noticed is that if you play a song from an album that has cover art but then change the song to an album without art, the art from the previous album sticks.  Maybe im missing something...

thanks for all the work guys

edit: using latest 0.164a

same here, columns ui 0.1.3 beta1v4, album art panel 0.164a

Yep, same problem here.

It works here, using:

foobar2000 0.9
foo_ui_columns 0.1.3b1v5
foo_uie_albumart 0.164a

[CRASHWARE] updated foo_uie_albumart

Reply #318
I get a "metadb_handle leaks: XX objects" when closing foobar.

fb2k 0.9.1
columns UI 0.1.3 beta 1v5
albumart 0.164a

[CRASHWARE] updated foo_uie_albumart

Reply #319
Do you use foo_uie_trackinfo? If so, have you updated it to the latest version?

[CRASHWARE] updated foo_uie_albumart

Reply #320
Do you use foo_uie_trackinfo? If so, have you updated it to the latest version?

yep, just updated to latest version (0.8), and it works  I thought it was a foo_albumart's  issue, sorry (and thanks!)

[CRASHWARE] updated foo_uie_albumart

Reply #321
Hello,
would it be possible to officialy implement Matroska support into this component? A modified version with Matroska support can be found at http://tmp.reharmonize.net/foobar/. I think it doesen't make to much sense to have 2 versions. Why not merge it?

[CRASHWARE] updated foo_uie_albumart

Reply #322
If the author of the Matroska version or someone else is willing to merge it with my code, well, I'm fine with that. I just don't have enough time or interest myself (this goes for all feature requests for this component).

[CRASHWARE] updated foo_uie_albumart

Reply #323
I used to have a problem where the album art wasn't being rendered. If I moved the foobar2000 window offscreen and brought it back, or used another window to cover the album art panel, it would force a redraw or something and it would show.

But it magically fixed itself.

[CRASHWARE] updated foo_uie_albumart

Reply #324
I've updated foo_uie_albumart.dll to 0.164a, but sice then I lost AA panel (it disappeared from right-click menu as well). I still can adjust AA settings under Preferences/Display/Album Art Panel, but that's all I can do – no AA panel in my foobar 0.9.1 displayed.
I don't have a clue why this happened when (judging from above posts) 0.164a works for other people. I even did complete reset of fb, but AA is still gone. Before I used 0.15something without problems.


Same here 

Edit: I fixed it. Seems you have to have the latest version of Columns UI.

By the way is there someway you can change the default Album Art panel? Like when a song isn't selected or no Album art is found instead of going to black it'd look cool if there were a Foobar logo instead or something!