03-03-2025, 12:27 PM
Hello,
just for testing I've replaced the
at line 703 in music-library.php by the following block of code
the result below:
just for testing I've replaced the
PHP Code:
$encodedAt = 'Unknown';
at line 703 in music-library.php by the following block of code
PHP Code:
$sock = getMpdSock();
$mpdStatus = getMpdStatus($sock);
$rate = empty($mpdStatus['audio_sample_rate']) ? '?' : $mpdStatus['audio_sample_rate'];
$encodedAt = 'UPnP stream ' . $mpdStatus['audio_sample_depth'] . '/' . $rate . ' kHz, ' . $mpdStatus['audio_channels'];
the result below: