Thanks guys, I'm glad it works for you and you like it.
Something wrong after these update XMPlay(3.4.2.27). When i listen musc-set with length 125:00, XMPlay shows 7:15 :(
Is it wrong only while/after using this plugin or also without? I had some very bad memory leaks/overflow bugs caused by me which resulted in the weirdest behavior in XMPlay, so I hope there isn't one left now :-)
Edit: hmm, seems to be the same bug Pike84 reported in the 3.4 queries thread, will post my comment there.
I was wondering how the album art option picks the file that it shows, and if it was possible to choose another one from the GUI. It would be nice to be able to view back covers, CD images etc. too.
The complete lookup order for the covers is the following:
- The first image inside the ID3v2 tag of the current file (almost only in MP3 files).
- A file named Cover.jpg/png/jpeg in the same directory of the current song.
- Try same above with name Folder, then Front, then Album.
- A .jpg/.png/.jpeg file in the same directory containing the string Cover.
- Try same above with name Folder, then Front, then Album.
- A .jpg/.png/.jpeg file with the same file base name as the current playing song.
- Any jpg/png/jpeg in the same directory as the song
I am aware that this plugin doesn't support all kinds of file storing tags in the ID3 file. For instance afaik ID3v2 allows compression and encryption for the tags, but I doubt it's actually used anywhere. Also covers can be in more than the JPEG or PNG formats (I guess GIF would be used, as the third web format). Oh, and I've also seen programs which store these binary images into text only tagging systems (like Vorbis Text). I doubt many use either.
If anyone has an MP3 or even another file with included images not showing, I'd like to add support for it :-)
But yeah, I like your idea of having the option to show other images if found (either inside the file or in the directory).
I was almost running out of ideas for this project, so this suggestion is more than welcome :-)