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.

Settings/System/Plugins: Go to WPS when ACTION_TREEE_WPS is pressed

Used to go to root menu before.

Change-Id: I5c0e0cb204cb3979917dde0f243185c32ef4177a

authored by

Christian Soffke and committed by
William Wilgus
f242b0ec 17cae504

+1
+1
apps/root_menu.c
··· 357 357 case GO_TO_PLUGIN: 358 358 case GO_TO_PLAYLIST_VIEWER: 359 359 case GO_TO_WPS: 360 + case GO_TO_PREVIOUS_MUSIC: 360 361 return result; 361 362 default: 362 363 return GO_TO_ROOT;