Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Official moOde 7.0.0 support thread
In previous versions I would go in on modify the following setting and change the buffer from 1 to 11. In MPD Config in Version 7 the max playlist items is 16384

// Filter and buffer
if (!empty($_SESSION['ashuffle_filter']) && $_SESSION['ashuffle_filter'] != 'None') {
$cmd = 'mpc search ' . $_SESSION['ashuffle_filter'] . ' | /usr/local/bin/ashuffle --queue_buffer 1 --file - > /dev/null 2>&1 &';
}
else {
$cmd = '/usr/local/bin/ashuffle --queue_buffer 11 > /dev/null 2>&1 &';
}
Reply


Messages In This Thread
RE: Official moOde 7.0.0 support thread - by Soldeed - 12-21-2020, 02:40 PM

Forum Jump: