-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test the Plugin on a Raspberry Pi #7
Comments
First tests have shown that it is running on a Raspberry Pi. For some reason, the plugin has to be installed under |
The plugin directories on squeezeplug are configured a bit differently than by default. Checking the server information gives some hints. Copying the plugin into |
Installing from the remote repository works. The plugin does it's job. |
maybe one hint for the installation-instructions: apt-get install python-dev is needed on some distris to have Python.H and with this the possibility to install Include::Python works on my machine (raspberry with squeezeplug) - thanks a lot |
Yep same for me had to apt-get install python-dev to get the Python.h. |
You are right. The python-dev package needs to be installed for Inline::Python. I'm thinking of adding a note to the Readme. |
Just wanted to say...excellent work!! Am running the plugin on a 3-pi, 4-zone system without fault so far! Using 'all access', the only thing I had to hunt around for was to put the prefix 'ios:' in front of the mobile id in the plugin setup page. The 'all access' I can stream in different music to different zones!!! Something the spotify service and 3rd party plugin fails to allow! If I and my setup can be of any use...don't hesitate to use me! |
@SteUK Thanks for letting me know! The 'ios:' prefix issue has already been fixed. It will be in the upcoming release. If you have any other issues or ideas you can let me know. |
Hi, thanks for the plugin.
On line 753 we have code: I've tried to log Any hints on how I could troubleshoot this? |
Ah, never mind. Non related to raspberry, issue 43 solved it. |
Great! Thanks for reporting anyway. |
Few notes, maybe there is a need for FAQ.md or similar, i could do a PR related to pi:
|
I strongly suggest starting with SqueezePlug, a Raspberry Pi SD card image
|
If you're main usage for raspberry pi is Squeezebox - then yes, that is fine. But if you have other services, and only added Squeezebox later i don't see the point in reloading the whole OS. |
@gytisgreitai Would it be possible to give us a detailed howto on installing LMS on a Raspberry Pi from scratch without using the squeezeplug image? I tried this sometime ago but failed in doing so. |
@hechtus I've used this guide http://www.pchilton.co.uk/2013/03/27/setup-a-squeezebox-server-using-a-raspberry-pi/ but it was ~6 months ago. |
It still works and is actually not terribly hard. Using a Raspbian image, you can install LMS 7.8 or 7.9 without any special prerequisites. There used to be problems with LMS 7.7.3 apparently. |
I'm having some issues installing
I've tried installing the following |
I've fixed the issue with this command:
This is how I've discovered it. Through The most problable candidate was this entry Then I looked on my system for the
So something was not right, I was missing the So I've decided to give it a change and reinstall the package again. And now Have a nice day guys |
@zegnus Great! Thanks for letting us know. |
Hi @hechtus no luck with playing though the Google Play Music plugin, though everything is fine with TuneIn or Soma radio. Which logs would you like me to provide? I have a raspberry pi b+ and I'm wondering if there is any performance issues. The raspberry is connected to the router through ethernet. More information: I can see all the playlists, I can browse, I can access All Access (I'm a subscriber), when I click on play for a particular song, everything loads but the song just doesn't start to play. |
Updating to the media server v7.9 http://downloads.slimdevices.com/nightly/index.php?ver=7.9 solves the issue |
Hi I've installed the latest version on a RPI with Raspbian, LMS and SqueezeLite. I've been trying to get the Google Music API working and believe I've followed the steps correctly, but everytime I go to the plugins page to add my account details I'm presented with..... 404 Not Found: plugins/Extensions/settings/plugins/GoogleMusic/settings/basic.html I've tried copying the GoogleMusic/settings/basic.html from /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/GoogleMusic/HTML/EN/plugins/GoogleMusic to /var/lib/squeezeboxserver/Plugins/GoogleMusic/HTML/EN/plugins/GoogleMusic /var/lib/squeezeboxserver/cache/templates/usr/share/perl5/Slim/Plugin/Extensions/HTML/EN/plugins/Extensions/settings/plugins/GoogleMusic /usr/share/perl5/Slim/Plugin/Extensions/HTML/EN/plugins/Extensions/settings/plugins/GoogleMusic but its still giving a 404 error. Has anyone else experienced this issue and knows how to resolve it? Thanks Alex |
Test the plugin on a Raspberry Pi SqueezePlug.
The text was updated successfully, but these errors were encountered: