Commit the first part of FS#10263: Starting playback from within pictureflow, by creating a playlist from the tracklist and playing it. The database integration part is postponed until it's more featured.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21143 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-05-31 14:40:25 +00:00
parent f0aa8ba95d
commit 8b8768bfff
3 changed files with 74 additions and 9 deletions

View file

@ -649,8 +649,12 @@ static const struct plugin_api rockbox_api = {
action_get_touchscreen_press,
#endif
#if defined(HAVE_TAGCACHE) && defined(HAVE_TC_RAMCACHE)
tagcache_fill_tags
tagcache_fill_tags,
#endif
playlist_add,
playlist_sync,
playlist_remove_all_tracks,
playlist_create,
};
int plugin_load(const char* plugin, const void* parameter)