From a8049268185d35f7ce3f392249eb732a4b4c4698 Mon Sep 17 00:00:00 2001 From: xin Date: Sun, 22 Feb 2026 21:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=89=E5=8D=93aptx-hd?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files_download.txt | 2 +- playbooks/site.yml | 10 ++++++++++ sync.sh | 3 +++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/files_download.txt b/files_download.txt index 3b76479..09791eb 100644 --- a/files_download.txt +++ b/files_download.txt @@ -1 +1 @@ -http://xplayer-ota.pureroad.cn/files_20260219_212523.tar.xz +http://xplayer-ota.pureroad.cn/files_20260222_212923.tar.xz diff --git a/playbooks/site.yml b/playbooks/site.yml index 0529be5..517f2c8 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -65,6 +65,7 @@ libldacbt-enc2 \ aria2 \ libsmbclient-dev \ + ffmpeg \ cloud-guest-utils" tasks: @@ -221,6 +222,15 @@ dest: "{{ item.dest }}" mode: "{{ item.mode | default('0644') }}" loop: + - src: ../files/libaptx.so + dest: /usr/local/lib/libaptx.so + mode: '0644' + - src: ../files/bluealsad + dest: /usr/bin/bluealsad + mode: '0755' + - src: ../files/bluealsa-aplay + dest: /usr/bin/bluealsa-aplay + mode: '0755' - src: ../files/bluetooth.service dest: /usr/lib/systemd/system/bluetooth.service - src: ../files/main.conf diff --git a/sync.sh b/sync.sh index 093dd04..7f3d976 100755 --- a/sync.sh +++ b/sync.sh @@ -42,6 +42,9 @@ rsync 5c:/usr/local/bin/xplayer-recovery files/xplayer-recovery rsync 5c:/etc/systemd/system/xplayer-recovery.service files/xplayer-recovery.service rsync 5c:/etc/systemd/system/xplayer-helper.service files/xplayer-helper.service rsync 5c:/usr/local/bin/server-helper files/server-helper +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 # Clean up macOS resource fork files find files -name "._*" -type f -delete