Version 2.7.2 Released.
26/10/2005
- Fixed an issue with the Help screen where it would not close
- The new screen saver should now be working properly. Was a timer not being reset on mouse move
- Added '.jpeg' to the list of files it will look for when displaying cover art (will look for .jpg, .bmp then .jpeg in that order)
Edit - Thought I'd show the current list of files it will look for when displaying the album art. It will look in the current album directory, then if it doesn't find a match, will look the next level up in the directory structure, then up, up, up...until it reaches the top level of the current path. Here's the list :
"folder.jpg"
"folder.bmp"
"folder.jpeg"
"*front*.jpg"
"*front*.bmp"
"*front*.jpeg"
"* f.jpg"
"* f.bmp"
"* f.jpeg"
"cover.jpg"
"cover.bmp"
"cover.jpeg"
"*.jpg"
"*.bmp"
"*.jpeg"
Oh. while adding this new extension to the list, I made the code alot easier to add in more filters. I may think about adding a list into the setup that anyone can alter. Currently, it's broken up into 2 groups : file names & file extensions, so I'd display these in seperate lists for editing.