shivasiddharth / GassistPi

Google Assistant for Single Board Computers
Other
1.02k stars 304 forks source link

Youtube Playback #55

Closed valascus closed 7 years ago

valascus commented 7 years ago

Raspberry Says: Playing $music but nothing is played.

shivasiddharth commented 7 years ago

open a terminal and enter the following mpsyt set player chromium-browser, set playerargs ,exit

close the terminal and try again

valascus commented 7 years ago

Nope. I tried to play some music directly at mpsyt. Says only: error. retrying

valascus commented 7 years ago

Solved it. Didn't have mpv installed. Now, google assistant can't stop it. Must pkill mpv

// Find out vlc is the one gassistpi uses, but can't get anything out of it. Chromium-browser was also not installed, but, even after installing it, it was not working. Only solved by installing mpv and setting it as player

shivasiddharth commented 7 years ago

Normally when you update and upgrade the system, chromium will be installed, but to play it safe, i shall include it in the installer script now. mpv has to be built and installed. That is why i have gone with with chromium instead. Since the issue is resolved, i am closing this.

valascus commented 7 years ago

probably it would't install, because i'm using the lite version of raspbian. Thanks!