From 8b8768bfff48d148795b1579d330461abd99b980 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 31 May 2009 14:40:25 +0000 Subject: 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 --- apps/plugin.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index dfdcb01b19..31990a9b00 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -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) -- cgit v1.2.3