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.

Fix %Vp in SBS error message after USB disconnect

Stops “Error accessing playlist control file” message
after returning from USB mode, due to control file
fd being closed

Change-Id: Ic4ecb276ef32f8dc24fe7e540742161b50934c73

+1 -1
+1 -1
apps/gui/skin_engine/skin_tokens.c
··· 556 556 pid3 = state->id3; 557 557 else if (offset == 1) 558 558 pid3 = state->nid3; 559 - else 559 + else if (audio_status() & AUDIO_STATUS_PLAY) 560 560 { 561 561 /* we had to get a temp id3 entry, fill freeid3 to free later */ 562 562 struct mp3entry *bufid3 = get_temp_mp3entry(NULL);