1
0
Fork 0
forked from len0rd/rockbox

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:
Jonathan Gordon 2011-07-20 14:11:15 +00:00
parent 4983d052a0
commit 97a4c1efa4
12 changed files with 235 additions and 82 deletions

View file

@ -502,7 +502,7 @@
</phrase>
<phrase>
id: LANG_PLAYLISTS
desc: in the main menu and file view setting
desc: in the file view setting
user: core
<source>
*: "Playlists"
@ -6544,7 +6544,7 @@
</phrase>
<phrase>
id: LANG_CATALOG
desc: in onplay menu
desc: in main menu and onplay menu
user: core
<source>
*: "Playlist Catalog"
@ -12757,3 +12757,45 @@
*: "Rewind on Pause"
</voice>
</phrase>
<phrase>
id: LANG_SET_AS_PLAYLISTCAT_DIR
desc: used in the onplay menu to set a playlist catalog dir
user: core
<source>
*: "Set As Playlist Catalog Directory"
</source>
<dest>
*: "Set As Playlist Catalog Directory"
</dest>
<voice>
*: "Set As Playlist Catalog Directory"
</voice>
</phrase>
<phrase>
id: LANG_RESET_PLAYLISTCAT_DIR
desc:
user: core
<source>
*: "Reset Playlist Catalog Directory"
</source>
<dest>
*: "Reset Playlist Catalog Directory"
</dest>
<voice>
*: "Reset Playlist Catalog Directory"
</voice>
</phrase>
<phrase>
id: LANG_CURRENT_PLAYLIST
desc: Used when you need to say playlist, also voiced
user: core
<source>
*: "Current Playlist"
</source>
<dest>
*: "Current Playlist"
</dest>
<voice>
*: "Current Playlist"
</voice>
</phrase>