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.

talk: Voice discnum/tracknum as a generic number, not "year".

Only applies to "string" values, numeric values were already
voiced correctly.

Change-Id: If66991ced6e04834a8b210cbbf45cbf3741da06e

+2 -2
+2 -2
apps/screens.c
··· 554 554 { 555 555 val = id3->disc_string; 556 556 if(say_it) 557 - say_number_and_spell(val, true); 557 + say_number_and_spell(val, false); 558 558 } 559 559 else if (id3->discnum) 560 560 { ··· 569 569 { 570 570 val = id3->track_string; 571 571 if(say_it) 572 - say_number_and_spell(val, true); 572 + say_number_and_spell(val, false); 573 573 } 574 574 else if (id3->tracknum >= 0) 575 575 {