Thank you for your donation!


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


Solved: Pi Touchscreen browser loop ?
#1
Just attached the official Pi Touchscreen to a Raspberry Pi2b
All works fine and dandy though a tad slow....will try with a Pi3B later today.

However... whilst navigating the moode menu I must have accidentally touched the album art and was taken to a google search from which I could not return to the Moode screen....no way to close google and no back button and no onscreen keyboard ......
Am I missing something ?  (not a chrome user)

Is there a switch to disable the Google album lookup ?
----------
bob
Reply
#2
Just tap on the X that will be on the right side of the Browser tab at the top.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
That did it this time...Smile !

First time I somehow closed the moode tab  ??? so no way back Sad

Is there a way to disable lookup ?  Setting this touchscreen up for less than computer savvy family members so the less rabbit holes the better..Smile
----------
bob
Reply
#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
#5
Thanks Tim !....I'll apply that global fix and place some quills and vellum beside the screen for the Luddites to note songs they wish to search further....Smile

Edit:... Surprising how much more responsive the touchscreen is with  Pi3B vs the Pi2B...

Also.... seems much more stable and possibly better SQ than other builds using i2c displays... not sure what's going on here but will test more...
Maybe resources on the i2c bus vs the Pi official display bus...????
----------
bob
Reply


Forum Jump: