tml3nr
Moderator
Em test moode 5.0c beta. Các chức năng tidal openhome, SC hoạt động tốt nhưng xoay trở chậm bất thường.
Quay test lại moode 4.4 thấy cũng hay hay. Tidal openhome và SC Fornoth hoạt động hoàn hảo.
Cần phải edit file /var/www/command/worker.php để tạo được symlink cho mpd client lấy được cover:
http://moodeaudio.org/forum/showthread.php?tid=787&pid=6553#pid6553
Quay test lại moode 4.4 thấy cũng hay hay. Tidal openhome và SC Fornoth hoạt động hoàn hảo.
Cần phải edit file /var/www/command/worker.php để tạo được symlink cho mpd client lấy được cover:
http://moodeaudio.org/forum/showthread.php?tid=787&pid=6553#pid6553
In /var/www/command/worker.php, at or around line 242, you should find this section:
Code:
// ensure certain files exist
if (!file_exists('/var/local/www/currentsong.txt')) {sysCmd('touch /var/local/www/currentsong.txt');}
...
Insert a new line so that this section begins:
Code:
// ensure certain files exist
if (!file_exists('/var/www/covers')) {SysCmd('ln -s /var/lib/mpd/music /var/www/covers');}
if (!file_exists('/var/local/www/currentsong.txt')) {sysCmd('touch /var/local/www/currentsong.txt');}
...
Chỉnh sửa lần cuối: