Thank you for your donation!


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


Solved: Pi Touchscreen browser loop ?
#4
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
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']);
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Pi Touchscreen browser loop ? - by DRONE7 - 02-05-2019, 08:14 PM
RE: Pi Touchscreen browser loop ? - by Tim Curtis - 02-05-2019, 08:24 PM
RE: Pi Touchscreen browser loop ? - by DRONE7 - 02-05-2019, 08:32 PM
RE: Pi Touchscreen browser loop ? - by Tim Curtis - 02-05-2019, 09:31 PM
RE: Pi Touchscreen browser loop ? - by DRONE7 - 02-05-2019, 09:38 PM

Forum Jump: