Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Paul Sauro and committed by
William Wilgus
2cf6a443 fa5d2f3e

+59
+28
apps/lang/english.lang
··· 6613 6613 </voice> 6614 6614 </phrase> 6615 6615 <phrase> 6616 + id: LANG_ID3_ALBUMARTISTS 6617 + desc: in tag viewer 6618 + user: core 6619 + <source> 6620 + *: "Album Artists" 6621 + </source> 6622 + <dest> 6623 + *: "Album Artists" 6624 + </dest> 6625 + <voice> 6626 + *: "Album Artists" 6627 + </voice> 6628 + </phrase> 6629 + <phrase> 6616 6630 id: LANG_ID3_DISCNUM 6617 6631 desc: in tag viewer 6618 6632 user: core ··· 16549 16563 </dest> 16550 16564 <voice> 16551 16565 *: "Artists by First Letter" 16566 + </voice> 16567 + </phrase> 16568 + <phrase> 16569 + id: LANG_SHOW_ALBUM_ARTISTS_BY_FIRST_LETTER 16570 + desc: Database menu 16571 + user: core 16572 + <source> 16573 + *: "Album Artists by First Letter" 16574 + </source> 16575 + <dest> 16576 + *: "Album Artists by First Letter" 16577 + </dest> 16578 + <voice> 16579 + *: "Album Artists by First Letter" 16552 16580 </voice> 16553 16581 </phrase> 16554 16582 <phrase>
+28
apps/lang/francais.lang
··· 6539 6539 </voice> 6540 6540 </phrase> 6541 6541 <phrase> 6542 + id: LANG_ID3_ALBUMARTISTS 6543 + desc: in tag viewer 6544 + user: core 6545 + <source> 6546 + *: "Album Artists" 6547 + </source> 6548 + <dest> 6549 + *: "Artistes de l'album" 6550 + </dest> 6551 + <voice> 6552 + *: "Artistes de l'album" 6553 + </voice> 6554 + </phrase> 6555 + <phrase> 6542 6556 id: LANG_ID3_DISCNUM 6543 6557 desc: in tag viewer 6544 6558 user: core ··· 16456 16470 </dest> 16457 16471 <voice> 16458 16472 *: "Artistes par Première Lettre" 16473 + </voice> 16474 + </phrase> 16475 + <phrase> 16476 + id: LANG_SHOW_ALBUM_ARTISTS_BY_FIRST_LETTER 16477 + desc: Database menu 16478 + user: core 16479 + <source> 16480 + *: "Album Artists by First Letter" 16481 + </source> 16482 + <dest> 16483 + *: "Artistes de l'album par Première Lettre" 16484 + </dest> 16485 + <voice> 16486 + *: "Artistes de l'album par Première Lettre" 16459 16487 </voice> 16460 16488 </phrase> 16461 16489 <phrase>
+3
apps/tagnavi.config
··· 33 33 # 34 34 35 35 # Define the First Letter Artist sub menu 36 + %byfirstletter "custom_albumartist" "Album Artists by First Letter" "albumartist" 37 + # Define the First Letter Artist sub menu 36 38 %byfirstletter "custom_artist" "Artists by First Letter" "canonicalartist" 37 39 # Define the First Letter album sub menu 38 40 %byfirstletter "custom_album" "Albums by First Letter" "album" ··· 43 45 44 46 # Define the First Letter sub menu 45 47 %menu_start "a2z" "By First Letter..." 48 + "Album Artists" ==> "custom_albumartist" 46 49 "Artists" ==> "custom_artist" 47 50 "Albums" ==> "custom_album" 48 51 "Tracks" ==> "custom_track"