From: dmitry b. <dm...@su...> - 2006-07-29 00:23:40
|
Greetings developers, great job on the library! I've been using it and it's looking like the best library for iPod I found so far. One question--why doesn't shuffle work properly? It seems to copy files, ads them to the playlist ( I called ipod_flush ), but only plays one file, as if it was the only file added to master playlist. Any thoughts? BTW-project compiles and runs on OS X. There's only one change I had to do: #include <sys/param.h> #include <sys/mount.h> instead of #include of statfs.h. and remove -lexpat in the examples Makefile. dmitry |