Skip to content

Commit

Permalink
Merge branch 'main' into UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
rern authored Feb 9, 2025
2 parents 7e64abe + d7e6abd commit d2e0543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Audio player for
- [**rAudio Discussions**](https://github.com/rern/rAudio/discussions) - Questions, comments and bug reports

### Image files
- Raspberry Pi - [**Release i20240818**](https://github.com/rern/rAudio/releases/tag/i20240818)
- Raspberry Pi - [**Release i20241206**](https://github.com/rern/rAudio/releases/tag/i20241206)
- BeagleBone Black - [DIY](https://github.com/rern/rAudio/discussions/299)
- CubieBoard2 - [DIY](https://github.com/jazzi/rOS)

Expand Down Expand Up @@ -140,6 +140,9 @@ Audio player for
- Expand `root` partition:
- By default, `root` partition will be expanded on initial boot.
- SD card backup with shrunken `root` partition - Create a blank file `expand` in `BOOT` before backup
- Display (if needed)
- Connect before boot
- HDMI display on RPi 4 and 5 - Use `HDMI0` port

- Boot duration
- RPi4: 20+ seconds
Expand Down Expand Up @@ -178,6 +181,7 @@ Audio player for
- On 64bit version - Very likely, kernel upgraded or not.
- Full screen UI
- Android - [rAudio app](https://play.google.com/store/apps/details?id=com.raudio)
- APK for obsolete Android: [rAudio app](https://cloud.s-t-franz.de/s/kdFZXN9Na28nfD8/download?path=%2F&files=rAudio.apk)
- Add to Home Screen (Safari on iOS, Chrome on Android)
- Coverart as large playback control buttons
- Tap top of coverart to see controls guide.
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else
[[ $( pacman -Q cava ) < 'cava 0.10.3-2' ]] && pacman -Sy --noconfirm cava
fi

if [[ $( pacman -Q python-rpi-gpio ) < 'python-rpi-gpio 0.7.1-4' ]]; then
if [[ $( pacman -Q python-rpi-gpio ) < 'python-rpi-gpio 0.7.1-3' ]]; then
pacman -R --noconfirm python-rpi-gpio
pacman -Sy --noconfirm python-rpi-gpio
fi
Expand Down

0 comments on commit d2e0543

Please sign in to comment.