mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
FS#11808 - Major playlist handling changes (on disk playlists)
* Playlists are treated similar to directories in the browser, they now open in the viewer when selected instead of automatically starting the playlist. * Make the "Playlists" main menu item useful, it now displays the playlist catalog (and has been renamed accordingly) * Default to storing playlists in the catalog * Add a UI to move the catalog directory (other minor stuff too) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30177 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4983d052a0
commit
97a4c1efa4
12 changed files with 235 additions and 82 deletions
|
|
@ -113,7 +113,8 @@ enum current_activity {
|
|||
ACTIVITY_PLUGINBROWSER,
|
||||
ACTIVITY_QUICKSCREEN,
|
||||
ACTIVITY_PITCHSCREEN,
|
||||
ACTIVITY_OPTIONSELECT
|
||||
ACTIVITY_OPTIONSELECT,
|
||||
ACTIVITY_PLAYLISTBROWSER
|
||||
};
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue