mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
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:
parent
f0aa8ba95d
commit
8b8768bfff
3 changed files with 74 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue