mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Modified playlist handling to allow for multiple playlists to be edited at the same time. Added support in playlist viewer for viewing/editing playlists on disk (accessed via ON+PLAY->Playlist->View on a playlist). Added menu in playlist viewer for changing a few settings and saving playlist. Added File Options menu in playlist viewer ON+PLAY menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4276 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c7a88de78
commit
107ebc5ba9
14 changed files with 1307 additions and 645 deletions
|
|
@ -1666,3 +1666,38 @@ id: LANG_CREATE_DIR
|
|||
desc: in main menu
|
||||
eng: "Create directory"
|
||||
new:
|
||||
|
||||
id: LANG_VIEW
|
||||
desc: in on+play menu
|
||||
eng: "View"
|
||||
new:
|
||||
|
||||
id: LANG_SHOW_INDICES
|
||||
desc: in playlist viewer menu
|
||||
eng: "Show Indices"
|
||||
new:
|
||||
|
||||
id: LANG_TRACK_DISPLAY
|
||||
desc: in playlist viewer on+play menu
|
||||
eng: "Track Display"
|
||||
new:
|
||||
|
||||
id: LANG_DISPLAY_TRACK_NAME_ONLY
|
||||
desc: track display options
|
||||
eng: "Track name only"
|
||||
new:
|
||||
|
||||
id: LANG_DISPLAY_FULL_PATH
|
||||
desc: track display options
|
||||
eng: "Full path"
|
||||
new:
|
||||
|
||||
id: LANG_REMOVE
|
||||
desc: in playlist viewer on+play menu
|
||||
eng: "Remove"
|
||||
new:
|
||||
|
||||
id: LANG_FILE_OPTIONS
|
||||
desc: in playlist viewer on+play menu
|
||||
eng: "File Options"
|
||||
new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue