FS#11808 - Major playlist handling changes (on disk playlists)
commitc61e8414d2b3aab6bb1bd0ed47a91830fb8a1448
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 20 Jul 2011 14:11:15 +0000 (20 14:11 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 20 Jul 2011 14:11:15 +0000 (20 14:11 +0000)
tree384bb5b81d5c4c5b6098bff835af9a7cc75161de
parent133e3f5befcd03ad2d1c44068531cf8a669ab0d9
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
12 files changed:
apps/filetree.c
apps/lang/english.lang
apps/menus/playlist_menu.c
apps/misc.h
apps/onplay.c
apps/onplay.h
apps/playlist_catalog.c
apps/playlist_catalog.h
apps/playlist_viewer.c
apps/playlist_viewer.h
apps/root_menu.c
apps/tree.c