I've come across this
windows cloverflow clone from Clem @
http://labs.beffa.org. Its an exe which I believe is written in C and has very basic features (scroll forward/backward through albums using left/right arrow keys, spacer bar shuffles album selection) and controls winamp to play a selected album cover. Its great because its simple, i.e. no flash = no constant high cpu usage, no xml files but it probably needs a bit more tweaking to make it really great in our cars. Unfortunately, Clem is not further developing it as I've spoken with him about this. I'm trying to get a few pointers from him using the sendkeys though. Right now the program:
1) Looks for any *.jpg file in a specified
music directory and
displays each as album art (might work with png and gif, I don't know haven't fully tested)
2) Accepts keyboard left/right arrow keys and mouse wheel for scrolling
3) Has built in shuffle for albums
4) Directly loads songs of selected album as new playlist and starts playing in winamp
5) Has lower cpu usage than flash
coverflow clones
6) Comprise of only a few files, small size
A few limitations:
1) Not really resizable
2) I cant' pass sendkey messages to the app to use with buttons in RR
3) With lots of albums, takes a bit to scroll from 1st to last album
4) Studders a bit with transitions between albums (again with many albums)
For me, this is actually pretty close to what I want in my car, something not too complicated that works quickly and is practical for selecting albums. I've already integrated into my skin as an embedded app using the "A" tag and window name "CoverPlay v0.1 alpha" and its working fine.
Try it out yourself and see what you think:
1) Download here:
http://labs.beffa.org/coverplay/
2) set the music path in the ini
3) set the path to winamp in the ini
4) run coverplay.exe
5) use the left/right arrows to scroll through albums, use space bar to shuffle albums and hit enter to select album and send to winamp for playing!
Bookmarks