View Single Post
Posts: 209 | Thanked: 8 times | Joined on Nov 2005 @ Fishers, Indiana
#40
Ok, it looks like version pre16 installed without a problem and I'm able to start it. It scans for albums, finds nothing, and I'm presented with a blank screen (and the shuffle icon). Is there any way to tell it where to find the files? There are no menus, no obviously way to exit (short of going to windowed mode and clicking the X), and no way to make any configuration changes. All my MP3 files are located in a subdirectory a couple levels down on /media/mmc3.

Update: adding /media/mmc3 to the code fixed that problem.
if (os.path.exists('/media/mmc3')):
self.getOSDir("/media/mmc3", filelist)

Looks very nice with all the cover art. I'd recommend scanning mmc1-mmc4 and /home/user/MyDocs/.sounds by default in case someone else has two partitions per card (one FAT and one ext2) or symlinks to their music as I've done.

Larry

Last edited by lbattraw; 2007-03-31 at 14:58. Reason: update for scan location