Re: [SlimDevices: Unix] piCorePlayer 6.x.x - Bluetooth

2020-12-14 Thread Ejdzi
I'v succesfully build picoreplayer on Rpi3 A+. Thanx. I'v pairied it with bluetooth headphones and then bluetooth player apeared in LMS. Music is playing fine but standard headset music control functions does not work. Is there a way to use bluetooth music control functions (pause, next,

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-14 Thread philippe_44
paul- wrote: > Yup when a pipeline is in use..Opened issue > https://github.com/Logitech/slimserver/issues/475 Yes, you found it. I don't know why this delete is here. It does not make much sense as there is a close() called later when the pipeline ends. And delete() does not call the

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-14 Thread paul-
Yup when a pipeline is in use..Opened issue https://github.com/Logitech/slimserver/issues/475 piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-14 Thread philippe_44
paul- wrote: > I think I found the problemgoing to take this to git to discuss. Per my other post, seems it's only when transcoding, the socket is not closed by the local endpoint when it is always closed when there is no transcoding. I've reproduced that 10+ times LMS 7.9 on Pi 3B+ &

Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-12-14 Thread paul-
I think I found the problemgoing to take this to git to discuss. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2020-12-14 Thread Jaca
mherger wrote: > > Michael, I just realized I cannot save new playlists.. > > > > Why is /playlist mount ReadOnly ? ..hmmm confused > > Oh, that's an accident. But that's not a limitation of the image. You > can change that when you launch the image. Replace "ro" for that > mountpoint

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-12-14 Thread Greg Erskine
If you are using the Raspberry Pi Foundation's 7" screen there should be no special setup to do. Is there something on the screen? You only need to set the LMS IP if you have more than one LMS server on your network or you have changed the standard port. Paul, is talking about setting up

Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2020-12-14 Thread Michael Herger
Michael, I just realized I cannot save new playlists.. Why is /playlist mount ReadOnly ? ..hmmm confused Oh, that's an accident. But that's not a limitation of the image. You can change that when you launch the image. Replace "ro" for that mountpoint with "rw". -- Michael

Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-12-14 Thread trythat
OK, did a fresh install and still can't find either music library or find player when installing jivelite. I can get to the settings, from the browser, so not sure what else to try. i see you mentioned networks before, so what exactly are you suggesting, my pi gets an ip from pfsense, so the ip

Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2020-12-14 Thread Jaca
Michael, I just realized I cannot save new playlists.. Why is /playlist mount ReadOnly ? ..hmmm confused 3x Squeezebox Touch, 3x Squeezebox Radio, Squeezelite (RPi with HiFiBerry DAC+Pro), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.0.0 with Material Skin

Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2020-12-14 Thread Rainer Krug
> On 12 Dec 2020, at 06:40, Michael Herger wrote: > >> Symlink trick worked and generally whole docker LMS works great.. :D > > Great, good to know! > >> Am I right assuming that in order to update I can simply download latest >> image and point it to same config folder as current version?