mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Add support for parsing the disc number tag from metadata and use of it in the database. Patch originally from FS#4961 with some minor tweaks by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14154 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1fbf847eed
commit
f4a61f0c4a
15 changed files with 92 additions and 19 deletions
|
|
@ -11054,3 +11054,17 @@
|
|||
*: "Can't write to recording directory"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_DISCNUM
|
||||
desc: in tag viewer
|
||||
user:
|
||||
<source>
|
||||
*: "[Discnum]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Discnum]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue