forked from len0rd/rockbox
plugins: Playing Time: Add 'Remaining' and 'Single Mode' options
1) Remaining: Sometimes, you may only be interested in how much time is left in a playlist, but don't care about the progress already made. The new option will disregard already played tracks, which can be much faster, depending on your position in the playlist. 2) Single Mode: When 'Single Mode' is enabled (and set to something other than 'Track'), you now have the option to see the time elapsed and remaining specifically for that section of the playlist (e.g. the playing album). Change-Id: I786eaababc537f565ab3fa4de1c46b7d5f3d1101
This commit is contained in:
parent
1f7ea715db
commit
8dcd781291
2 changed files with 305 additions and 142 deletions
|
|
@ -12614,16 +12614,16 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_PLAYTIME_REMAINING
|
||||
desc: playing time screen
|
||||
desc: deprecated
|
||||
user: core
|
||||
<source>
|
||||
*: "Playlist remaining:"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "Playlist remaining:"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Playlist remaining"
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -16500,3 +16500,17 @@
|
|||
*: "Choose File"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REMAINING
|
||||
desc: Playing Time
|
||||
user: core
|
||||
<source>
|
||||
*: "Remaining"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Remaining"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Remaining"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue