Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 985258d4e8 | |||
| e4bc461bb1 | |||
| 404fbdd726 | |||
| d0a4df7533 | |||
| b51437f0de | |||
| 47ae0fbdf6 | |||
| 4a003fb830 | |||
| 750683f808 | |||
| 77bd80864e | |||
| 1e21c5b540 | |||
| a6f5b3397b | |||
| 5b0120d988 | |||
| c392bbcd6e | |||
| 595af09517 | |||
| 0e8b24090d | |||
| c0c3b8621b | |||
| 307ba8a78b | |||
| dcad66381c | |||
| ab7f0c8e53 | |||
| ba203dbb23 | |||
| 0fead2b135 | |||
| bc8804410f | |||
| 80c2cfb9de | |||
| 2b578341aa |
@ -1 +1 @@
|
||||
http://xplayer-ota.pureroad.cn/files_20260322_164331.tar.xz
|
||||
http://xplayer-ota.pureroad.cn/files_20260407_214750.tar.xz
|
||||
|
||||
@ -147,6 +147,7 @@
|
||||
- path: /srv/login
|
||||
- path: /usr/var/lib/bluealsa
|
||||
- path: /srv/bluez-alsa
|
||||
- path: /srv/music-classification
|
||||
|
||||
|
||||
- name: Copy static files
|
||||
@ -194,6 +195,9 @@
|
||||
- src: ../files/rk3588s-pureroad.dtbo
|
||||
dest: /boot/dtb/rockchip/overlay/rk3588s-pureroad.dtbo
|
||||
mode: '0644'
|
||||
- src: ../files/music-classification/
|
||||
dest: /srv/music-classification/
|
||||
mode: '0644'
|
||||
|
||||
- name: update mpd data
|
||||
copy:
|
||||
|
||||
1
sync.sh
1
sync.sh
@ -46,6 +46,7 @@ rsync 5c:/usr/local/lib/libaptx.so files/libaptx.so
|
||||
rsync 5c:/usr/bin/bluealsad files/bluealsad
|
||||
rsync 5c:/usr/bin/bluealsa-aplay files/bluealsa-aplay
|
||||
rsync 5c:/boot/dtb/rockchip/overlay/rk3588s-pureroad.dtbo files/rk3588s-pureroad.dtbo
|
||||
rsync -avz 5c:/srv/music-classification/ files/music-classification/
|
||||
|
||||
# Clean up macOS resource fork files
|
||||
find files -name "._*" -type f -delete
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user