mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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"
|
*: "Album Artist"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</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>
|
<phrase>
|
||||||
id: LANG_ID3_DISCNUM
|
id: LANG_ID3_DISCNUM
|
||||||
desc: in tag viewer
|
desc: in tag viewer
|
||||||
|
@ -16551,6 +16565,20 @@
|
||||||
*: "Artists by First Letter"
|
*: "Artists by First Letter"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</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>
|
<phrase>
|
||||||
id: LANG_SHOW_ALBUMS_BY_FIRST_LETTER
|
id: LANG_SHOW_ALBUMS_BY_FIRST_LETTER
|
||||||
desc: Database menu
|
desc: Database menu
|
||||||
|
|
|
@ -6538,6 +6538,20 @@
|
||||||
*: "Artiste de l'album"
|
*: "Artiste de l'album"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</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>
|
<phrase>
|
||||||
id: LANG_ID3_DISCNUM
|
id: LANG_ID3_DISCNUM
|
||||||
desc: in tag viewer
|
desc: in tag viewer
|
||||||
|
@ -16458,6 +16472,20 @@
|
||||||
*: "Artistes par Première Lettre"
|
*: "Artistes par Première Lettre"
|
||||||
</voice>
|
</voice>
|
||||||
</phrase>
|
</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>
|
<phrase>
|
||||||
id: LANG_SHOW_ALBUMS_BY_FIRST_LETTER
|
id: LANG_SHOW_ALBUMS_BY_FIRST_LETTER
|
||||||
desc: Database menu
|
desc: Database menu
|
||||||
|
|
|
@ -32,6 +32,8 @@
|
||||||
# === Begin of "First Letter" sub menus
|
# === 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
|
# Define the First Letter Artist sub menu
|
||||||
%byfirstletter "custom_artist" "Artists by First Letter" "canonicalartist"
|
%byfirstletter "custom_artist" "Artists by First Letter" "canonicalartist"
|
||||||
# Define the First Letter album sub menu
|
# Define the First Letter album sub menu
|
||||||
|
@ -43,6 +45,7 @@
|
||||||
|
|
||||||
# Define the First Letter sub menu
|
# Define the First Letter sub menu
|
||||||
%menu_start "a2z" "By First Letter..."
|
%menu_start "a2z" "By First Letter..."
|
||||||
|
"Album Artists" ==> "custom_albumartist"
|
||||||
"Artists" ==> "custom_artist"
|
"Artists" ==> "custom_artist"
|
||||||
"Albums" ==> "custom_album"
|
"Albums" ==> "custom_album"
|
||||||
"Tracks" ==> "custom_track"
|
"Tracks" ==> "custom_track"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue