forked from len0rd/rockbox
tagnavi.config: Add "Album Artists by First Letter"
Add a new entry, it is useful to go this way for large libraries rather than scrolling manually through the whole list Change-Id: Ia54b613b4a5fa40863ebb176a549287d3a765a56
This commit is contained in:
parent
fa5d2f3edf
commit
2cf6a443b1
3 changed files with 59 additions and 0 deletions
|
@ -6612,6 +6612,20 @@
|
|||
*: "Album Artist"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_ALBUMARTISTS
|
||||
desc: in tag viewer
|
||||
user: core
|
||||
<source>
|
||||
*: "Album Artists"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Album Artists"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Album Artists"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_DISCNUM
|
||||
desc: in tag viewer
|
||||
|
@ -16551,6 +16565,20 @@
|
|||
*: "Artists by First Letter"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SHOW_ALBUM_ARTISTS_BY_FIRST_LETTER
|
||||
desc: Database menu
|
||||
user: core
|
||||
<source>
|
||||
*: "Album Artists by First Letter"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Album Artists by First Letter"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Album Artists by First Letter"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SHOW_ALBUMS_BY_FIRST_LETTER
|
||||
desc: Database menu
|
||||
|
|
|
@ -6538,6 +6538,20 @@
|
|||
*: "Artiste de l'album"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_ALBUMARTISTS
|
||||
desc: in tag viewer
|
||||
user: core
|
||||
<source>
|
||||
*: "Album Artists"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Artistes de l'album"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Artistes de l'album"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_ID3_DISCNUM
|
||||
desc: in tag viewer
|
||||
|
@ -16458,6 +16472,20 @@
|
|||
*: "Artistes par Première Lettre"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SHOW_ALBUM_ARTISTS_BY_FIRST_LETTER
|
||||
desc: Database menu
|
||||
user: core
|
||||
<source>
|
||||
*: "Album Artists by First Letter"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Artistes de l'album par Première Lettre"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Artistes de l'album par Première Lettre"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SHOW_ALBUMS_BY_FIRST_LETTER
|
||||
desc: Database menu
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
# === Begin of "First Letter" sub menus
|
||||
#
|
||||
|
||||
# Define the First Letter Artist sub menu
|
||||
%byfirstletter "custom_albumartist" "Album Artists by First Letter" "albumartist"
|
||||
# Define the First Letter Artist sub menu
|
||||
%byfirstletter "custom_artist" "Artists by First Letter" "canonicalartist"
|
||||
# Define the First Letter album sub menu
|
||||
|
@ -43,6 +45,7 @@
|
|||
|
||||
# Define the First Letter sub menu
|
||||
%menu_start "a2z" "By First Letter..."
|
||||
"Album Artists" ==> "custom_albumartist"
|
||||
"Artists" ==> "custom_artist"
|
||||
"Albums" ==> "custom_album"
|
||||
"Tracks" ==> "custom_track"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue