mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
FS#6638 - Album artist and comment patch for WPS and tagcache. Export
your database before updating because initialization is needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12255 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7bf62e8da6
commit
4e9766477b
10 changed files with 141 additions and 21 deletions
|
|
@ -5391,6 +5391,20 @@
|
|||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_ALBUMARTIST
|
||||
desc: in tag viewer
|
||||
user:
|
||||
<source>
|
||||
*: "[Album Artist]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Album-KÃ?nstler]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_TRACKNUM
|
||||
desc: in tag viewer
|
||||
|
|
@ -5405,6 +5419,20 @@
|
|||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_COMMENT
|
||||
desc: in tag viewer
|
||||
user:
|
||||
<source>
|
||||
*: "[Comment]"
|
||||
</source>
|
||||
<dest>
|
||||
*: "[Kommentar]"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_GENRE
|
||||
desc: in tag viewer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue