修复安卓aptx-hd兼容问题
This commit is contained in:
parent
c6ed842cf3
commit
a804926818
@ -1 +1 @@
|
||||
http://xplayer-ota.pureroad.cn/files_20260219_212523.tar.xz
|
||||
http://xplayer-ota.pureroad.cn/files_20260222_212923.tar.xz
|
||||
|
||||
@ -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
|
||||
|
||||
3
sync.sh
3
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user