diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-07-20 14:11:15 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-07-20 14:11:15 +0000 |
| commit | 97a4c1efa473e40b4dd7287571f3b1c9caaba97d (patch) | |
| tree | 384bb5b81d5c4c5b6098bff835af9a7cc75161de /apps/misc.h | |
| parent | 4983d052a0d73340d09086a796b4ccbb45dfd88b (diff) | |
| download | rockbox-97a4c1efa473e40b4dd7287571f3b1c9caaba97d.zip rockbox-97a4c1efa473e40b4dd7287571f3b1c9caaba97d.tar.gz rockbox-97a4c1efa473e40b4dd7287571f3b1c9caaba97d.tar.bz2 rockbox-97a4c1efa473e40b4dd7287571f3b1c9caaba97d.tar.xz | |
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
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h index 7ea5360..1e151f0 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -113,7 +113,8 @@ enum current_activity { ACTIVITY_PLUGINBROWSER, ACTIVITY_QUICKSCREEN, ACTIVITY_PITCHSCREEN, - ACTIVITY_OPTIONSELECT + ACTIVITY_OPTIONSELECT, + ACTIVITY_PLAYLISTBROWSER }; #if CONFIG_CODEC == SWCODEC |