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.

rgnano: Change ROCKBOX_DIR to /mnt/FunKey/.rockbox

For consistency's sake.

Change-Id: Ia2ef27dceaf143ab85adb22581c6461d50914a84

+16 -13
+1 -1
manual/getting_started/installation.tex
··· 1043 1043 You can uninstall Rockbox simply by removing: 1044 1044 \begin{itemize} 1045 1045 \item The \fname{Applications/rockbox-funkey-s.opk} file. 1046 - \item The \fname{FunKey/rockbox} folder. 1046 + \item The \fname{FunKey/.rockbox} folder. 1047 1047 \end{itemize} 1048 1048 in the microSD card of your \dap{}. 1049 1049 }
+1 -1
packaging/rgnano/config.cfg
··· 1 1 # .cfg file created by rockbox c145f41658-250621 - http://www.rockbox.org 2 2 3 3 idle poweroff: 0 4 - font: /FunKey/rockbox/fonts/16-WenQangYi-Unibit.fnt 4 + font: /FunKey/.rockbox/fonts/16-GNU-Unifont.fnt 5 5 database scan paths: /Music 6 6 qs top: brightness 7 7 qs bottom: brightness
+9 -2
packaging/rgnano/run.sh
··· 1 1 #!/bin/sh 2 2 3 - RBDIR=/mnt/FunKey/rockbox 3 + RBDIR_OLD=/mnt/FunKey/rockbox 4 + RBDIR=/mnt/FunKey/.rockbox 4 5 CFGFILE=$RBDIR/config.cfg 5 6 BLPATH=/sys/class/backlight/backlight/brightness 6 7 ··· 9 10 kill -s USR1 "$rb_pid" 2>/dev/null 10 11 } 11 12 12 - # Install the rockbox folder 13 + # Check if the old folder exists and rename it 14 + # TODO: Remove this later, maybe when there's a new stable update? 15 + if [ -d $RBDIR_OLD ]; then 16 + mv $RBDIR_OLD $RBDIR 17 + fi 18 + 19 + # Install or update the rockbox folder 13 20 if [ ! -d $RBDIR ]; then 14 21 notif set 0 " Installing rockbox..." 15 22 mkdir -p $RBDIR
+1 -1
tools/configure
··· 1012 1012 1013 1013 thread_support="HAVE_SDL_THREADS" 1014 1014 sdl="$FUNKEY_SDK_PATH/arm-funkey-linux-musleabihf/sysroot/usr/bin/sdl-config" 1015 - rbdir="/FunKey/rockbox" 1015 + rbdir="/FunKey/.rockbox" 1016 1016 } 1017 1017 1018 1018
+1 -1
wps/WPSLIST
··· 118 118 Font.320x240x(16|24|32): 15-Adobe-Helvetica.fnt 119 119 Font.240x400x(16|24|32): 16-Adobe-Helvetica.fnt 120 120 Font.240x320x(16|24|32): 18-Adobe-Helvetica.fnt 121 - Font.240x240x(16|24|32): 16-WenQangYi-Unibit.fnt 121 + Font.240x240x(16|24|32): 16-GNU-Unifont.fnt 122 122 Font.220x176x(16|24|32): 12-Adobe-Helvetica.fnt 123 123 Font.176x220x(16|24|32): 12-Adobe-Helvetica.fnt 124 124 Font.176x132x(16|24|32): 12-Adobe-Helvetica.fnt
+3 -7
wps/cabbiev2.240x240x16.wps
··· 5 5 # Disable Status Bar 6 6 %wd 7 7 # 8 - # 9 - # Preload Fonts 10 - %Fl(3,14-Rockbox-Mix.fnt) 11 - # 12 8 # Load Backdrop 13 9 %X(wpsbackdrop-240x240x16.bmp) 14 10 # ··· 52 48 %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)> 53 49 # 54 50 # Time Elapsed/Remaining 55 - %V(10,180,220,20,3) 51 + %V(10,180,220,20,-) 56 52 %al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr 57 53 # 58 54 # Album Art ··· 61 57 %Cd 62 58 # 63 59 # Track Info - Album Art 64 - %ax%Vl(a,113,40,-,130,3) 60 + %ax%Vl(a,113,30,-,130,-) 65 61 %s%al%?id<%id|%?d(1)<%d(1)|%(root%)>> 66 62 %s%al%?it<%it|%fn> 67 63 %s%al%?ia<%ia|%?iA<%iA|%?d(2)<%d(2)|%(root%)>>> ··· 72 68 %s%al%?Ia<%Ia|%?IA<%IA>> 73 69 # 74 70 # Track Info - No Album Art 75 - %ax%Vl(b,0,30,-,130,3) 71 + %ax%Vl(b,0,30,-,130,-) 76 72 %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> 77 73 %s%ac%?it<%it|%fn> 78 74 %s%ac%?ia<%ia|%?iA<%iA|%?d(2)<%d(2)|%(root%)>>>