1
0
Fork 0
forked from len0rd/rockbox

Add option to resume next track on automatic track change

Move autoresume setting into its own menu.  Add option to customize
which tracks should be resumed on automatic track change.  Tracks can
be selected based on their their file location or genre tag
(comma-separated list of filename / genre substrings).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29251 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Hohmuth 2011-02-08 20:31:35 +00:00
parent 4844142e16
commit 7141ff4513
7 changed files with 165 additions and 28 deletions

View file

@ -12716,3 +12716,31 @@
*: "Automatic resume"
</voice>
</phrase>
<phrase>
id: LANG_AUTORESUME_AUTOMATIC
desc: resume on automatic track change
user: core
<source>
*: "Resume on automatic track change"
</source>
<dest>
*: "Resume on automatic track change"
</dest>
<voice>
*: "Resume on automatic track change"
</voice>
</phrase>
<phrase>
id: LANG_AUTORESUME_CUSTOM
desc: enable customization of resume on automatic track change
user: core
<source>
*: "Custom path/genre substrings (comma-separated)"
</source>
<dest>
*: "Custom path/genre substrings (comma-separated)"
</dest>
<voice>
*: "Custom path/genre substrings (comma-separated)"
</voice>
</phrase>