1
0
Fork 0
forked from len0rd/rockbox

Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically resuming any song that is not played to completion at any point later in time, regardless of how many intermediate tracks are played. This is accomplished by expanding the database to record incompletely played tracks. Currently, the feature is simply on or off, in which case all tracks automatically resume, or they do not. The remainder of patches in the task expand this feature by allowing only certain file to automatically resume, only resuming in certain circumstances, etc but are not included until we reach agreement on what should be included. Additionally, the manual will need to be updated once we agree on the available settings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28942 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Giacomelli 2011-01-02 02:49:13 +00:00
parent 4048cf27a2
commit 66e8fc0f0d
8 changed files with 150 additions and 31 deletions

View file

@ -12685,3 +12685,31 @@
*: "Filesize"
</voice>
</phrase>
<phrase>
id: LANG_AUTORESUME_ENABLE
desc: resume settings menu
user: core
<source>
*: "Enable automatic resume"
</source>
<dest>
*: "Enable automatic resume"
</dest>
<voice>
*: "Enable automatic resume"
</voice>
</phrase>
<phrase>
id: LANG_AUTORESUME_ENABLE_YES
desc: resume settings menu
user: core
<source>
*: "Yes (requires initialized database)"
</source>
<dest>
*: "Yes (requires initialized database)"
</dest>
<voice>
*: "Yes (requires initialized database)"
</voice>
</phrase>