I'm writing some code to read the iTunesDB and want to be able to select and play an iTunes playlist. Is it possible to access the functions in apps/playlist.h from a plugin? In particular, I'd like to do something equivalent to
playlist_init();
playlist_add(file);
playlist_start(0, 0);
Thanks,
Kevin
- How to init and add to current playlist from plugin? Kevin Mark
