|
Rockbox mail archiveSubject: Re: How to init and add to current playlist from plugin?Re: How to init and add to current playlist from plugin?
From: Ronald Teune <rtwolf_at_gmx.net>
Date: Thu, 2 Mar 2006 19:55:10 +0100 You need to add all the functions you want to use to plugin.h (iirc). After that, they can be used from within the plugin. Be sure to add them to the end if possible, so you won't loose backwards compatibility. Ronald On Thursday 02 March 2006 19:52, Kevin Mark <"Kevin Mark" <kevin.mark_at_gmail.com>> wrote: > 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 Received on 2006-03-02 Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy |