Re: [SlimDevices: SqueezeCenter] Issues with Container Installation

2021-11-02 Thread farizno
I can't figure out how my container time is all messed up. Below is the docker-compose file I used to make the container. Is there some issue in here? version: '3' services: lms: container_name: lms image: lmscommunity/logitechmed

Re: [SlimDevices: SqueezeCenter] Issues with Container Installation

2021-11-02 Thread farizno
OK, so after some digging i see that the container runs with the following time: Wed Dec 31 19:00:00 EST 1969 >From my research, this is the Unix Epoch time (adjusted for EST time zone). I don't know why or where it is getting this time from. My other containers all have correct times and with th

Re: [SlimDevices: SqueezeCenter] Issues with Container Installation

2021-11-02 Thread jth
I don't know if it is just how the forum formatted things, but your "lms: container_name: lms" should be on separate lines. Also, if the pi's time zone is set to Eastern time, you can remove the TZ environment variable. You also might try ":stable" image instead of ":latest" as it seems that's ac

Re: [SlimDevices: SqueezeCenter] Deezer forces "Hifi audio" quality onto us (with increase in subscription price) ..

2021-11-02 Thread chavezdaniel
swayzak wrote: > > Do you have a link to an announcement / thread on this update ? Maybe the changelog from December 2020? Code: Version 8.1.0 - 2020-12-23 (effae8494) New Features: Deezer HiFI! Stream lossless music from Deezer if you have a Deezer HiFi subs

Re: [SlimDevices: SqueezeCenter] Tidal hi-res through LMS 8.0 - bitrate limited to 44.1?

2021-11-02 Thread phydeaux3
I'm telling TIDAL to send the best quality stream available to the user. That's a value which is returned by TIDAL, on which I can't have any influence. I've added some logging to see what values we're getting there. And up to this point I've only had "high" (lossy) and "lossless", but not "

Re: [SlimDevices: SqueezeCenter] Issues with Container Installation

2021-11-02 Thread farizno
The forum did change the format of the docker-compose file. The lms: and container_name: lms are on separate lines and indented properly in the file. I also tried the :stable release as well as tried running it without the TZ environmental variable. I've also tried without the volumes for loca

Re: [SlimDevices: SqueezeCenter] Artwork, most of it anyway, has disappeared from LMS

2021-11-02 Thread ChrisMmm
mherger wrote: > > Any updates or are we at the end of the line on this issue :o > > Oh, you edited the previous posting... I'm a bit confused: I thought > this was about Deezer artwork. But you're saying that a newly added > album did not show artwork. Added to the playlist? Added to your >

Re: [SlimDevices: SqueezeCenter] Artwork, most of it anyway, has disappeared from LMS

2021-11-02 Thread ChrisMmm
36085 This is the display after hitting the play button on a Deezer album thus creating a playlist with just the single album. +---+ |Filename: Screenshot from 2021-11-03 08-46-27.jpg | |Download: http://forums.sl

Re: [SlimDevices: SqueezeCenter] Artwork, most of it anyway, has disappeared from LMS

2021-11-02 Thread ChrisMmm
Odd, I am sure funkymaster posted a response just before my last post but its disappeared! ChrisMmm's Profile: http://forums.slimdevices.com/member.php?userid=34600 View this thread: http://forums.slimdevices.com/showthrea

Re: [SlimDevices: SqueezeCenter] Artwork, most of it anyway, has disappeared from LMS

2021-11-02 Thread ChrisMmm
If I hit play for "smart radio" I get the artwork correctly tho its not really a playlist as such. 36086 +---+ |Filename: Screenshot from 2021-11-03 08-58-07.png | |Download: http://forums.slimdevices.com/attachme

Re: [SlimDevices: SqueezeCenter] Issues with Container Installation

2021-11-02 Thread jth
Seems to be a common problem with docker on 32 bit PI. Try making the container privileged: Code: ... lms: image: lmscommunity/logitechmediaserver:stable container_name: lms privileged: true ... --

Re: [SlimDevices: SqueezeCenter] Issues with Container Installation

2021-11-02 Thread farizno
@jth Thank you so much! That was exactly it. Fixed me right up. No more errors. Thanks so much! farizno's Profile: http://forums.slimdevices.com/member.php?userid=71669 View this thread: http://forums.slimdevices.com/showt

Re: [SlimDevices: SqueezeCenter] Artwork, most of it anyway, has disappeared from LMS

2021-11-02 Thread Michael Herger
This is the display after hitting the play button on a Deezer album thus creating a playlist with just the single album. I'd consider this normal - for the first few seconds after starting playback. But thereafter it should either update, or complain in the server.log. But I haven't seen anyth