Send a PM to you!Gordian2 wrote:you can alternatively download and try an image we have created for Raspberry, using Raspbian, LMS and Squeezeplay.
[mod deleted link]
BTW, tried to contact Thomas weeks ago to share our work but got no reply
Send a PM to you!Gordian2 wrote:you can alternatively download and try an image we have created for Raspberry, using Raspbian, LMS and Squeezeplay.
[mod deleted link]
BTW, tried to contact Thomas weeks ago to share our work but got no reply
I yust saw that your are new to the forum so you can not read PMs I fear! So I post it open, because it's urgent:Gordian2 wrote:you can alternatively download and try an image we have created for Raspberry, using Raspbian, LMS and Squeezeplay.
[mod deleted link]
BTW, tried to contact Thomas weeks ago to share our work but got no reply
Hi Gordian2,Gordian2 wrote:you can alternatively download and try an image we have created for Raspberry, using Raspbian, LMS and Squeezeplay.
[Mod deleted link at posters request]
BTW, tried to contact Thomas weeks ago to share our work but got no reply
2. All configuration is stored in ~/.squeezeplay/settings/*.lua files after doing the setup in the UI, I guess it will be possible to generate the content of these files based on user input in a setup environment like the one SqueezePlug starts with. The info stored in the files are language, mac- and ip address.truehl wrote:O.K. got it working with the very friendly help of MBA. But there are some issues:
1. Sound get's stuttering after a few minutes (internal analogue output)
2. How to configure it without a monitor connected on first start?
3. How can I start it on system boot?
4. How can I run it in background?
5. How can I shut it down and how can I restart?
By the way, the video output from SqueezePlay without X installed looks great.
And one other information: SqueezePlay is under BSD license, so we are free to use, change and distribute it! If the problems could be fixed, RPI with a touch screen could be a great SqueezeBox player!
Have fun,
Thomas
It would be fairly easy to create a script (xvfb-run) to start stop restartmba wrote:2. All configuration is stored in ~/.squeezeplay/settings/*.lua files after doing the setup in the UI, I guess it will be possible to generate the content of these files based on user input in a setup environment like the one SqueezePlug starts with. The info stored in the files are language, mac- and ip address.truehl wrote:O.K. got it working with the very friendly help of MBA. But there are some issues:
1. Sound get's stuttering after a few minutes (internal analogue output)
2. How to configure it without a monitor connected on first start?
3. How can I start it on system boot?
4. How can I run it in background?
5. How can I shut it down and how can I restart?
By the way, the video output from SqueezePlay without X installed looks great.
And one other information: SqueezePlay is under BSD license, so we are free to use, change and distribute it! If the problems could be fixed, RPI with a touch screen could be a great SqueezeBox player!
Have fun,
Thomas
5a. Starting it through xvfb-run it is possible to kill and restart it from the commandline. It will not suffer from the problem that it cannot be restarted as it does if started normally without xvfb-run where SDL is keeping the framebuffer open (or something).
5b. When starting it normally without xvfb-run (I guess you have a display) you can just navigate to the 'Quit' item in the menu.
The major problem is the dropouts in audio. I have narrowed it down to a snd_pcm_wait call that doesn't seem to return before the timeout elapses. But I need someone with insight into the bcm2835 alsa driver to debug the problem further.
HiRobbe wrote:Hi Gordian2,Gordian2 wrote:you can alternatively download and try an image we have created for Raspberry, using Raspbian, LMS and Squeezeplay.
[Mod deleted link at posters request]
BTW, tried to contact Thomas weeks ago to share our work but got no reply
I downloaded your image, thank you for that!
One question: what login and password do i need to use to log-in to the image?
Thanks!
Thanks!Gordian2 wrote: Hi
Sorry for my late reply
login : pi
pw : root
Cheers
Hi Gordian2,Gordian2 wrote:any news Robbe ?
In squeezeplay.sh is there a -a after xvfb-runsbp wrote:Hi Gordian 2
I tried to use your large rasp-logitech image.
It is starting fine, the Logitech Media Server (LMS) is starting fine, however, Squeezeplay is not starting - and trying to start it via SSH by this command results in:
pi@raspberrypi ~ $ /opt/squeezeplay/bin/squeezeplay.sh
xvfb-run: error: Xvfb failed to start
Regards
Code: Select all
pcm.!default {
type hw
card 0
}
You can follow some of the spotify-related steps in my previous post here.t1ger wrote:Hi
Has anyone figured out how to add libspotify to squeezeplay (not to LMS)
I have added the libspotify to /usr/lib but when squeezeplay start the log output says that spotify is disable. I have also tryid libspotify v6 that runns on squeezebox radio.
I have spotify running on the LMS so i have spotify support, but it would be nice to have it in the squeezeplay app to.
Hi the Triode uses the LMS for handling spotify.mba wrote:You can follow some of the spotify-related steps in my previous post here.t1ger wrote:Hi
Has anyone figured out how to add libspotify to squeezeplay (not to LMS)
I have added the libspotify to /usr/lib but when squeezeplay start the log output says that spotify is disable. I have also tryid libspotify v6 that runns on squeezebox radio.
I have spotify running on the LMS so i have spotify support, but it would be nice to have it in the squeezeplay app to.
As far as I know the official Spotify plugin only supports the SqueezeBox radio and Touch. The third party plugin by Triode works on SqueezePlay and other players as well.t1ger wrote:Hi the Triode uses the LMS for handling spotify.mba wrote:You can follow some of the spotify-related steps in my previous post here.t1ger wrote:Hi
Has anyone figured out how to add libspotify to squeezeplay (not to LMS)
I have added the libspotify to /usr/lib but when squeezeplay start the log output says that spotify is disable. I have also tryid libspotify v6 that runns on squeezebox radio.
I have spotify running on the LMS so i have spotify support, but it would be nice to have it in the squeezeplay app to.
The Logitech spotify support uses the squeezeplay for playback of spotify.
If the libspotify is not working during squeezeplay start you will have this message
audio.decode - SpotifyMeta.lua:27 Spotify decoder not available, disabling Spotify support
If squeezeplay recognize the lib the Logitech official app will work.
On the squeezebox radio libspotify.so.6 is located in /usr/lib
the libspotify for armel is found here
https://developer.spotify.com/technolog ... /#download
use eabi-armv6t
it works, but only on a "soft-float" (armel) Debian, not on the latest hard-float. AFAIK, there is no way of having the plug-in by Triode working on a hard-float distro, simply because there's no libspotify compiled for Arm hard-float. The guys at Spotify are not really helpful on that.mba wrote:
As far as I know the official Spotify plugin only supports the SqueezeBox radio and Touch. The third party plugin by Triode works on SqueezePlay and other players as well.