Re: [SlimDevices: Unix] docker container playlist chown

2022-03-21 Thread Michael Herger

   - /networkmount/Playlists/:/playlist:rw
   - /networkmount/Playlists/Backgrounds:/backgrounds:ro


Might depend on the network protocol used to mount those shares etc. 
What are you using?

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] docker container playlist chown

2022-03-21 Thread kllngtme


So I have my setup in docker with a docker-compose file. I'm able to
scan and listen to my music/playlists with no problem but whenever I
start the server I get a permissions issue.. Is there something else I
should be doing to fix this?

This is an example of my error in the log:

Code:

lms| chown: changing ownership of '/playlist/Classic Rock.m3u': 
Operation not permitted



This is my compose file:

Code:

version: '2'
  services:
  lms:
  container_name: lms
  image: lmscommunity/logitechmediaserver
  environment:
  - PGID=1000
  - PUID=1000
  volumes:
  - ./lms:/config:rw
  - /networkmount/Music:/music:ro
  - /networkmount/Playlists/:/playlist:rw
  - /networkmount/Playlists/Backgrounds:/backgrounds:ro
  - /etc/localtime:/etc/localtime:ro
  - /etc/timezone:/etc/timezone:ro
  restart: unless-stopped
  network_mode: host




kllngtme's Profile: http://forums.slimdevices.com/member.php?userid=30198
View this thread: http://forums.slimdevices.com/showthread.php?t=116150

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2022-03-21 Thread micmed


Dutch87 wrote: 
> Yes, I have exactly the same behaviour. I hope this update can be fixed.
> For me it's the first time to use 8.1 as well on a TV.

I reinstalled PcP7 and now it is working again as it should. If someone
can verify that Jivelite is working with PcP 8.1 on a HDMI TV please
post how you made it work.
Thanks all!



Current:
Windows 10 - LMS Server 8.2.0 8TB RAID 10 Media Drive
Office - Windows 10 - Squeezelite-X
Living Room - 2x RPiZeroW w/ Allo MiniBoss each running a Logitech Z623
System
Family Room (TV) - 1X RPi3B+ HDMI to Denon Surround Receiver 7.2 System
Bedroom 1x RPi3B+ with HiFiBerry DAC+ to powered SW and 2X POLK OWM3's
Kitchen - Bose Soundlink Mini II BL speaker

All running piCorePlayer 8.1.0 and synchronized.

Building
Pi Boombox - RPi4B w/ HiFiBerry DAC+

micmed's Profile: http://forums.slimdevices.com/member.php?userid=67919
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2022-03-21 Thread sandbagger


Any updates, would love to have this working



sandbagger's Profile: http://forums.slimdevices.com/member.php?userid=70654
View this thread: http://forums.slimdevices.com/showthread.php?t=111790

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2022-03-21 Thread bpa


th2j wrote: 
> For me it is a proof that Squeezelite is doing something different than
> just transmit to alsa.

Squeezelite manages volume - (i.e. LMS volume control of player & also
Gain tags)  that is all - look at the source code. aplay does not do
anything with volume. So I think difference in vilume is one issue.

Since you are using a "plughw" device and not a "hw" device - so the
settings between aplay and Squeezelite are not directly comparable.  Too
small a buffer setting will cause choppiness - this is bad setting by
user for chosen stream - not squeezelite fault.
Squeezlite with convert to 24 bit to enable volume control with minimal
loss of quality whereas aplay will not do conversion - so buffer sizes
have to be different.

plugw devices allow ALSA do so all sort of s/w conversion (e.g. bit rate
resampling)  - use alsa-capabiities to see the difference between a
plughw:0,0 device and the hw:0,0 device.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2022-03-21 Thread Dutch87


micmed wrote: 
> I just ran into this same issue except mine was working until I clicked
> Jivelite update in the PcP web interface. Jivelite no longer starts when
> I boot. The splash screen pops up briefly but then the screen goes
> blank. Audio via HDMI is working. I tried a fresh install of PcP 8.1 but
> still a no-go. 
> 
> Rpi3b no extra DAC

Yes, I have exactly the same behaviour. I hope this update can be fixed.
For me it's the first time to use 8.1 as well on a TV.



Dutch87's Profile: http://forums.slimdevices.com/member.php?userid=70039
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix