Rockbox mail archive
Subject: Re: How to init and add to current playlist from plugin?
Re: How to init and add to current playlist from plugin?
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@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 Thu Mar 2 19:55:23 2006
Page was last modified "Jan 10 2012" The Rockbox Crew
|