|
|
Rockbox mail archiveSubject: Re: Questions about plugin developmentFrom: Linus Nielsen Feltzing (linus_at_haxx.se) Date: 2004-07-29
André Rübel wrote:
> Is there any documentation about the plugin development, e.g. which
No. Look in apps/plugin.h for the available functions. Then look them up
> a.) possible to load another plugin from within a plugin? (plugin_load seems
Not possible. You can only run one plugin at a time.
> b.) is the id3-tag (artist, song-name) information available from within a
Yes it is:
struct mp3entry* (*mpeg_current_track)(void);
the mp3entry struct is defined in firmware/export/id3.h
Check out apps/plugins/favorites.c on how to use it.
> If not, am I allowd to open the currently playing mp3 from a plugin or is
Yes you can open it, but not for writing.
Linus
_______________________________________________
Page was last modified "Jan 10 2012" The Rockbox Crew |