Would be great to cache the library to prevent the initialization time.
It currently takes a couple hours on my lan for the initialization to
complete. Would it be possible to parse the 'iTunes Music
Library.xml' file?
In fact the way to do this is to use the rsync protocol to syncronize the itunes
library via the .xml file locally (and caching it) and parse that through
tuneconnect rather than using the remote events.
Would it also be able to have the "random" on only those that match the search
string criterea like itunes currently works? This is a tremendously nice way of
selecting single bands from a library w/out walking over to the remote machine
to create a specific play list for each band. (This would be easier to implement
w/ the cache trick for the library).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
In fact the way to do this is to use the rsync protocol to syncronize the itunes
library via the .xml file locally (and caching it) and parse that through
tuneconnect rather than using the remote events.
Would it also be able to have the "random" on only those that match the search
string criterea like itunes currently works? This is a tremendously nice way of
selecting single bands from a library w/out walking over to the remote machine
to create a specific play list for each band. (This would be easier to implement
w/ the cache trick for the library).