![]() |
[PROBLEM] V4.4 Spotify - track selection problems - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] V4.4 Spotify - track selection problems (/showthread.php?tid=1111) |
RE: V4.4 Spotify - track selection problems - Tim Curtis - 02-22-2019 It's no trouble really. Just a few commands and then like 7 hours later it finishes. Here is the error when I try the downloaded zip of master or zip of a specific commit Code: pi@rp2:~/librespot-master $ cargo build --release --features alsa-backend RE: V4.4 Spotify - track selection problems - Tim Curtis - 02-22-2019 (02-22-2019, 08:34 PM)theengineer Wrote: Strange - worked like a charm for me. Bump :-) RE: V4.4 Spotify - track selection problems - TheOldPresbyope - 02-22-2019 (02-22-2019, 08:47 PM)Tim Curtis Wrote: It's no trouble really. Just a few commands and then like 7 hours later it finishes. @Tim Curtis I recall now you saw this earlier but I didn't with a git clone. I just tried downloading the current librespot-master.zip and then went to the build recipe. Looks like this permissions conflict arises from Code: sudo unzip ./librespot-master-d2cadec.zip <-- unzipped as root I didn't have a problem before building from the cloned repo and I don't have a problem now building from the latest zip'ped repo (so far it's compiled 61 of 158 modules; slow even on an RPi3B+). In both cases I don't do anything as root until it's time to install the binary. Regards, Kent RE: V4.4 Spotify - track selection problems - Tim Curtis - 02-22-2019 Nice catch. That explains it :-) RE: V4.4 Spotify - track selection problems - TheOldPresbyope - 02-22-2019 And I can confirm @theengineer's report that this latest version of librespot works as expected. RE: V4.4 Spotify - track selection problems - jempe - 02-23-2019 Work perfect thank you RE: V4.4 Spotify - track selection problems - camelreef - 02-24-2019 Could we have a Pi ZeroW binary of that newer librespot, please? My daughter is a heavy user of Spotify, but her Pi is in Aberdeen while I am in London, I am not too keen on starting a 7 hours build remotely for her... Thanks! Her system:
![]() RE: V4.4 Spotify - track selection problems - new_bloke - 02-25-2019 I build librespot using docker - it takes about 15 minutes in total, including building the image, and then compiling the binaries. Could this be extended to produce a Pi Zero version? Cross-compiling isn't something I know very much about. https://github.com/librespot-org/librespot/wiki/Cross-compiling Once I have the binary, is it a simple case of copying it over the top of the existing one in the moode setup? Or is there more to it than that? RE: V4.4 Spotify - track selection problems - TheOldPresbyope - 02-25-2019 (02-25-2019, 09:22 AM)new_bloke Wrote: I build librespot using docker - it takes about 15 minutes in total, including building the image, and then compiling the binaries. Could this be extended to produce a Pi Zero version? Cross-compiling isn't something I know very much about. Yes, you can cross-compile in a variety of ways, but the path of least resistance is to "just do it" on an RPi0. Once compiled, follow steps 2-4 of @theengineer's post. Regards, Kent RE: V4.4 Spotify - track selection problems - IT-Andy52 - 03-02-2019 True - a guide for beginners would be great... BTW would it be possible to include such major changes in an official update prior to a new version release? Andreas |