MPD 直接由 BCache + 預先載入RAM播放
截圖 2025-06-27 下午2.26.15.png
單曲或專輯直接加入Playlist ".BCache" 就行。之後會全部讀檔一次,再自動排入播放清單裡。
播放時,整首曲目與下一首也都會預先載入至RAM裡。
安裝:先 su
代碼:
wget -P /tmp https://raw.githubusercontent.com/sam0402/ArchQ/main/pkg/mpd-plugin-0.3.5-1-x86_64.pkg.tar.zst
wget -P /tmp https://raw.githubusercontent.com/sam0402/ArchQ/main/pkg/vmtouch-1.3.1-1-any.pkg.tar.zst
pacman -U --noconfirm /tmp/*.pkg.tar.zst
systemctl enable --now mpd-plugin
補充說明:曲目加入Playlist.BCache 後,數秒後會自動把曲目搬移至播放清單,然後.BCache 就被清空。
查看 playlist.BCache 內容會以為沒動作,請至播放清單最後面查看是否有新增的曲目。