05-09-2018, 05:24 PM
Hi Mario,
Its not been a common request but you could try modifying the code yourself.
/var/www/inc/playerlib.php
function genLibrary($flat) {
Add the date to the line of code below, then reboot, open Sources and RESET the Library cache, then open the Library.
$album = $flatData['Album'] ? $flatData['Date'] . '-' . $flatData['Album'] : 'Unknown';
-Tim
Its not been a common request but you could try modifying the code yourself.
/var/www/inc/playerlib.php
function genLibrary($flat) {
Add the date to the line of code below, then reboot, open Sources and RESET the Library cache, then open the Library.
$album = $flatData['Album'] ? $flatData['Date'] . '-' . $flatData['Album'] : 'Unknown';
-Tim