mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Added basic playlist creation. Creates <dirname>.m3u in the parent directory, containing all mp3/mp2/mpa files found recursively. The process can be aborted with OFF or STOP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
38bc30b0d6
commit
efb165f65c
4 changed files with 117 additions and 4 deletions
|
|
@ -1316,3 +1316,13 @@ id: LANG_ALARM_MOD_KEYS
|
|||
desc: Shown key functions in alarm menu (for the RTC alarm mod).
|
||||
eng: "PLAY=Set OFF=Cancel"
|
||||
new:
|
||||
|
||||
id: LANG_CREATE_PLAYLIST
|
||||
desc: Menu option for creating a playlist
|
||||
eng: "Create Playlist"
|
||||
new:
|
||||
|
||||
id: LANG_CREATING
|
||||
desc: Screen feedback during playlist creation
|
||||
eng: "Creating"
|
||||
new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue