Compare commits

..

22 Commits

Author SHA1 Message Date
xin
acac1b42f2 增加歌词功能 2026-07-30 21:00:00 +08:00
xin
8420637a97 修复意外静音的问题 2026-07-27 08:44:42 +08:00
xin
cacc5e8903 修复多音源切换带来的静音问题 2026-07-26 17:10:51 +08:00
xin
579d8c02df 修复多音源切换带来的静音问题 2026-07-26 13:46:25 +08:00
xin
aff56f67ec 修复多音源切换带来的静音问题 2026-07-24 18:13:45 +08:00
xin
5ee2915837 醇音漫游正式上线;增加了内置DAC音量上线功能 2026-07-22 13:00:51 +08:00
xin
b5b1d7a959 醇音漫游即将上线 2026-07-18 18:49:03 +08:00
xin
521db03858 醇音漫游即将上线 2026-07-18 08:43:35 +08:00
xin
8a9fd5a6a6 醇音漫游即将上线 2026-07-17 21:59:32 +08:00
xin
0a8e879318 接入OTG模块 2026-07-14 12:43:58 +08:00
xin
7fe4bf108d 接入OTG模块时 2026-07-14 10:17:51 +08:00
xin
a7e9e3334d 支持无线otg模块 2026-07-13 16:44:51 +08:00
xin
c46fc9b97d 支持无线otg模块 2026-07-13 13:55:35 +08:00
xin
6fdc6fe770 支持无线otg模块 2026-07-13 12:45:29 +08:00
xin
dd04379e97 支持无线otg模块 2026-07-13 11:08:14 +08:00
xin
194c4d61f5 支持无线otg模块 2026-07-12 20:11:37 +08:00
xin
12ae6b37c4 支持无线otg模块 2026-07-12 17:19:06 +08:00
xin
9196749e2d 支持无线otg模块 2026-07-12 09:26:27 +08:00
xin
6c296d5459 增加跨平台的歌单功能 2026-07-04 14:12:31 +08:00
xin
9490c60747 提升系统稳定性 2026-06-22 19:55:35 +08:00
xin
aef3f4da44 增加U盘复制文件的进度条显示,并且修复一些极端情况下的崩溃问题 2026-06-19 09:17:25 +08:00
xin
43b4738ef2 修复播放记录中的显示问题 2026-06-13 19:16:53 +08:00
2 changed files with 48 additions and 48 deletions

View File

@ -1 +1 @@
http://xplayer-ota.pureroad.cn/files_20260612_190129.tar.xz http://xplayer-ota.pureroad.cn/files_20260730_205819.tar.xz

94
sync.sh
View File

@ -1,51 +1,51 @@
mkdir -p files mkdir -p files
rsync 5c:/etc/ssh/sshd_config files/sshd_config rsync am60-ts:/etc/ssh/sshd_config files/sshd_config
rsync 5c:/root/.ssh/authorized_keys files/authorized_keys rsync am60-ts:/root/.ssh/authorized_keys files/authorized_keys
rsync 5c:/etc/asound.conf files/asound.conf rsync am60-ts:/etc/asound.conf files/asound.conf
rsync 5c:/usr/local/bin/camilladsp files/camilladsp rsync am60-ts:/usr/local/bin/camilladsp files/camilladsp
rsync 5c:/etc/camilladsp.yml files/camilladsp.yml rsync am60-ts:/etc/camilladsp.yml files/camilladsp.yml
# rsync -avz 5c:/root/camilladsp-conf files/ # rsync -avz am60-ts:/root/camilladsp-conf files/
rsync 5c:/usr/local/lib/systemd/system/mpd.socket files/mpd.socket rsync am60-ts:/usr/local/lib/systemd/system/mpd.socket files/mpd.socket
rsync 5c:/usr/local/lib/systemd/system/mpd.service files/mpd.service rsync am60-ts:/usr/local/lib/systemd/system/mpd.service files/mpd.service
rsync 5c:/usr/local/bin/mpd files/mpd rsync am60-ts:/usr/local/bin/mpd files/mpd
rsync 5c:/etc/mpd.conf files/mpd.conf rsync am60-ts:/etc/mpd.conf files/mpd.conf
rsync 5c:/etc/systemd/system/xplayer-server.service files/xplayer-server.service rsync am60-ts:/etc/systemd/system/xplayer-server.service files/xplayer-server.service
rsync 5c:/usr/local/bin/server files/server rsync am60-ts:/usr/local/bin/server files/server
rsync 5c:/usr/bin/ota files/ota rsync am60-ts:/usr/bin/ota files/ota
rsync -avz 5c:/etc/apt/sources.list.d ./files/ rsync -avz am60-ts:/etc/apt/sources.list.d ./files/
rsync 5c:/etc/modprobe.d/snd-aloop.conf files/snd-aloop.conf rsync am60-ts:/etc/modprobe.d/snd-aloop.conf files/snd-aloop.conf
rsync 5c:/etc/systemd/system/camilladsp.service files/camilladsp.service rsync am60-ts:/etc/systemd/system/camilladsp.service files/camilladsp.service
rsync 5c:/usr/lib/systemd/system/bluetooth.service files/bluetooth.service rsync am60-ts:/usr/lib/systemd/system/bluetooth.service files/bluetooth.service
rsync 5c:/etc/udev/rules.d/99-usb-auto-mount.rules files/99-usb-auto-mount.rules rsync am60-ts:/etc/udev/rules.d/99-usb-auto-mount.rules files/99-usb-auto-mount.rules
rsync 5c:/usr/local/bin/usb-mount.sh files/usb-mount.sh rsync am60-ts:/usr/local/bin/usb-mount.sh files/usb-mount.sh
rsync 5c:/etc/custom_service/start_service.sh files/start_service.sh rsync am60-ts:/etc/custom_service/start_service.sh files/start_service.sh
rsync 5c:/etc/bluetooth/input.conf files/input.conf rsync am60-ts:/etc/bluetooth/input.conf files/input.conf
rsync 5c:/etc/bluetooth/main.conf files/main.conf rsync am60-ts:/etc/bluetooth/main.conf files/main.conf
rsync 5c:/etc/default/cpufrequtils files/cpufrequtils rsync am60-ts:/etc/default/cpufrequtils files/cpufrequtils
rsync 5c:/usr/lib/systemd/system/shairport-sync.service files/shairport-sync.service rsync am60-ts:/usr/lib/systemd/system/shairport-sync.service files/shairport-sync.service
rsync 5c:/usr/local/bin/shairport-sync files/shairport-sync rsync am60-ts:/usr/local/bin/shairport-sync files/shairport-sync
rsync 5c:/etc/shairport-sync.conf files/shairport-sync.conf rsync am60-ts:/etc/shairport-sync.conf files/shairport-sync.conf
rsync 5c:/usr/bin/shairport_monitor.sh files/shairport_monitor.sh rsync am60-ts:/usr/bin/shairport_monitor.sh files/shairport_monitor.sh
# rsync 5c:/etc/upmpdcli.conf files/upmpdcli.conf # rsync am60-ts:/etc/upmpdcli.conf files/upmpdcli.conf
# rsync 5c:/usr/bin/sing-box files/sing-box # rsync am60-ts:/usr/bin/sing-box files/sing-box
# rsync 5c:/etc/systemd/system/sing-box.service files/sing-box.service # rsync am60-ts:/etc/systemd/system/sing-box.service files/sing-box.service
rsync -avz --exclude='login/' 5c:/srv/login/ files/login/ rsync -avz --exclude='login/' am60-ts:/srv/login/ files/login/
rsync 5c:/usr/bin/led-startup.sh files/led-startup.sh rsync am60-ts:/usr/bin/led-startup.sh files/led-startup.sh
rsync 5c:/usr/local/bin/xplayer-start.sh files/xplayer-start.sh rsync am60-ts:/usr/local/bin/xplayer-start.sh files/xplayer-start.sh
rsync 5c:/usr/bin/install_bluealsa_openaptx.sh files/install_bluealsa_openaptx.sh rsync am60-ts:/usr/bin/install_bluealsa_openaptx.sh files/install_bluealsa_openaptx.sh
rsync 5c:/etc/systemd/system/bluealsa.service files/bluealsa.service rsync am60-ts:/etc/systemd/system/bluealsa.service files/bluealsa.service
rsync 5c:/srv/bluez-alsa/bluealsa_bundle.tar.gz files/bluealsa_bundle.tar.gz rsync am60-ts:/srv/bluez-alsa/bluealsa_bundle.tar.gz files/bluealsa_bundle.tar.gz
rsync 5c:/usr/local/bin/apt-fast files/apt-fast rsync am60-ts:/usr/local/bin/apt-fast files/apt-fast
rsync 5c:/etc/apt-fast.conf files/apt-fast.conf rsync am60-ts:/etc/apt-fast.conf files/apt-fast.conf
rsync 5c:/usr/local/bin/xplayer-recovery files/xplayer-recovery rsync am60-ts:/usr/local/bin/xplayer-recovery files/xplayer-recovery
rsync 5c:/etc/systemd/system/xplayer-recovery.service files/xplayer-recovery.service rsync am60-ts:/etc/systemd/system/xplayer-recovery.service files/xplayer-recovery.service
rsync 5c:/etc/systemd/system/xplayer-helper.service files/xplayer-helper.service rsync am60-ts:/etc/systemd/system/xplayer-helper.service files/xplayer-helper.service
rsync 5c:/usr/local/bin/server-helper files/server-helper rsync am60-ts:/usr/local/bin/server-helper files/server-helper
rsync 5c:/usr/local/lib/libaptx.so files/libaptx.so rsync am60-ts:/usr/local/lib/libaptx.so files/libaptx.so
rsync 5c:/usr/bin/bluealsad files/bluealsad rsync am60-ts:/usr/bin/bluealsad files/bluealsad
rsync 5c:/usr/bin/bluealsa-aplay files/bluealsa-aplay rsync am60-ts:/usr/bin/bluealsa-aplay files/bluealsa-aplay
rsync 5c:/boot/dtb/rockchip/overlay/rk3588s-pureroad.dtbo files/rk3588s-pureroad.dtbo rsync am60-ts:/boot/dtb/rockchip/overlay/rk3588s-pureroad.dtbo files/rk3588s-pureroad.dtbo
# rsync -avz 5c:/srv/music-classification/ files/music-classification/ # rsync -avz am60-ts:/srv/music-classification/ files/music-classification/
# Clean up macOS resource fork files # Clean up macOS resource fork files
find files -name "._*" -type f -delete find files -name "._*" -type f -delete