02-05-2019, 09:31 PM
I thought you liked tech support ;-)
You could disable it by editing some code but there is really no way to disable it just for attached displays.
/var/www/js/playerlib.js
Search for the line below
Comment it out then add this line below it
You could disable it by editing some code but there is really no way to disable it just for attached displays.
/var/www/js/playerlib.js
Search for the line below
Code:
$('#currentsong').html(genSearchUrl(MPD.json['artist'], MPD.json['title'], MPD.json['album']));
Comment it out then add this line below it
Code:
$('#currentsong').html(MPD.json['title']);