mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string translatable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26192 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
24aeac2a75
commit
0e263d5b77
5 changed files with 37 additions and 3 deletions
|
@ -95,6 +95,9 @@ enum tag_type { tag_artist = 0, tag_album, tag_genre, tag_title,
|
|||
/* Serialized DB. */
|
||||
#define TAGCACHE_STATEFILE ROCKBOX_DIR "/database_state.tcd"
|
||||
|
||||
/* Tag to be used on untagged files. */
|
||||
#define UNTAGGED "<Untagged>"
|
||||
|
||||
/* Numeric tags (we can use these tags with conditional clauses). */
|
||||
#define TAGCACHE_NUMERIC_TAGS ((1LU << tag_year) | (1LU << tag_discnumber) | \
|
||||
(1LU << tag_tracknumber) | (1LU << tag_length) | (1LU << tag_bitrate) | \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue