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.

addendum to 498d581

two more that I missed

Change-Id: I48863fb870375328228d2c4caf1ea83931ccc218

+4 -2
+2 -1
apps/playlist_catalog.c
··· 100 100 talk_dir_or_spell(dirbuf, NULL, true); 101 101 talk_force_enqueue_next(); 102 102 } 103 - splashf(HZ*2, ID2P(LANG_CATALOG_NO_DIRECTORY), dirbuf); 103 + /* (voiced above) */ 104 + splashf(HZ*2, str(LANG_CATALOG_NO_DIRECTORY), dirbuf); 104 105 return -1; 105 106 } 106 107 else {
+2 -1
apps/tagtree.c
··· 1872 1872 talk_value(total_count, UNIT_INT, true); 1873 1873 } 1874 1874 1875 - splashf(HZ*4, ID2P(LANG_SHOWDIR_BUFFER_FULL), total_count); 1875 + /* (voiced above) */ 1876 + splashf(HZ*4, str(LANG_SHOWDIR_BUFFER_FULL), total_count); 1876 1877 logf("Too small dir buffer"); 1877 1878 return 0; 1878 1879 }