Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-10-01 Thread paul-


That should have been corrected in 6.0.1.  If you system is missing
this, there is a chance other things are messed up too.

However, I pushed an update to the insitu update for 7.0.0 that should
correct this.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2021-10-01 Thread paul-


Your docker run command is wrong.  You should post in the LMS docker
thread.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2021-10-01 Thread sutty81


Hi,

Long time since I've posted on here - seems every time I want to solve
an audio problem, LMS provides the answer! :)

Got the http streamer tweak going to play my turntable via line in, so
far so good...

Works great via the MP3 stream, but not via the FLAC stream - the log is
kicking up a lot of errors, seems to be a permissions thing?


Code:

[21-10-01 23:32:28.3475] Slim::Networking::IO::Select::__ANON__ (130) 
Error: Select task failed calling 
Slim::Networking::Async::HTTP::_http_read_body: Error in tempfile() using 
/config/cache/tmp/XX: Parent directory (/config/cache/tmp/) is not 
writable
  at /usr/share/perl5/Slim/Formats/FLAC.pm line 950.



Can anyone provide any suggestions?

setup:

server
HP Microserver N40L
UnRAID
LMS 8.2.0 via docker image (dlandon)

client
PiCoreplayer 8.0.0
Raspi Model B
Behringer UCA 202 sound card

Thanks!



sutty81's Profile: http://forums.slimdevices.com/member.php?userid=58392
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

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


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

2021-10-01 Thread dreagle


TRY with SUCCESS on 21.02.0 (and update of dockerd docker docker-compose
luci-dockerman)
MVEBU ARM64 EspressoBin-Ultra...


Code:


  root@ultra:~# cat /etc/config/dockerd
  # The following settings require a restart of docker to take full effect, A 
reload will only have partial or no effect:
  # bip
  # blocked_interfaces
  # extra_iptables_args
  # device
  
  config globals 'globals'
  # option alt_config_file '/etc/docker/daemon.json'
option enable '1'
option data_root '/srv/docker/'
  # option data_root '/opt/docker/'
option log_level 'warn'
option iptables '1'
list hosts 'unix:///var/run/docker.sock'
  # option bip '172.18.0.1/24'
  # option fixed_cidr '172.17.0.0/16'
  # option fixed_cidr_v6 'fc00:1::/80'
  # option ipv6 '1'
  # option ip ':::0.0.0.0'
  # list dns '172.17.0.1'
  # list registry_mirrors 'https://'
list registry_mirrors 'https://hub.docker.com'
option remote_endpoint '0'
  # option bridge 'br-container'
  
  # Docker ignores fw3 rules and by default all external source IPs are allowed 
to connect to the Docker host.
  # See https://docs.docker.com/network/iptables/ for more details.
  # firewall config changes are only additive i.e firewall will need to be 
restarted first to clear old changes,
  # then docker restarted to load in new changes.
  config firewall 'firewall'
option device 'docker0'
list blocked_interfaces 'wan'
  # option extra_iptables_args '--match conntrack ! --ctstate 
RELATED,ESTABLISHED' # allow outbound connections
  
  






Code:

root@ultra:~# cat /root/LMS/docker-compose.yml 
  version: '3.5'
  volumes:
  gmusic:
driver: local
driver_opts:
  type: nfs
  o: "addr=10.4.2.25,nolock,soft,rw"
  device: ":/GDATA02/MUSIQUES"
  services:
  lms:
container_name: lms
image: lmscommunity/logitechmediaserver:stable
volumes:
  - /srv/SHARE/LMS/CONFIG:/config:rw
  - /srv/SHARE/MUSIC:/music:ro
  - /srv/SHARE/LMS/PLAYLIST:/playlist:rw
  - /etc/localtime:/etc/localtime:ro
  - /etc/timezone:/etc/TC:ro
  - gmusic:/gmusic:ro
  #ports:
  #  - 9002:9002/tcp
  #  - 9090:9090/tcp
  #  - 3483:3483/tcp
  #  - 3483:3483/udp
restart: always
environment:
  - HTTP_PORT=9000
  - PUID=1000
  - PGID=1000
network_mode: host
  





Code:

root@ultra:~# docker-compose -f /root/LMS/docker-compose.yml up --no-start
  Building with native build. Learn about native build in Compose here: 
https://docs.docker.com/go/compose-native-build/
  Recreating lms ... done


FIX : I had to create a missing file which link to a non existing 
/tmp/localtime


Code:

touch /etc/localtime




Then... http://ultra:9000 and LMS is UP and Works fine (look to be
faster than with LXC)



Original
https://forum.openwrt.org/t/docker-engine-on-openwrt/12891/30?u=erdoukki



dreagle's Profile: http://forums.slimdevices.com/member.php?userid=66232
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-10-01 Thread audiofool


paul- wrote: 
> You should be able to add noaudio to the dtoverlay, and get back to the
> old audio driver and device.
> 
> https://forums.slimdevices.com/showthread.php?103330-Jivelite-for-piCorePlayer=1027716=1#post1027716


Almost works, appears to play but no sound.  Has me puzzled.

Disabled squeezelite and tried speaker-test, it appears to work but
again to sound, alsamixer is not muted and volume is at 0db.
speaker-test -Dhw:CARD=b1,DEV=0 -c2

aplay -l shows:
 List of PLAYBACK Hardware Devices 
card 0: b1 [bcm2835 HDMI 1], device 0: bcm2835 HDMI 1 [bcm2835 HDMI 1]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
card 1: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones
[bcm2835 Headphones]
Subdevices: 4/4
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3



audiofool's Profile: http://forums.slimdevices.com/member.php?userid=72140
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] USB dac SA9023 problem picoreplayer 6-7-8

2021-10-01 Thread paul-


I would try these first

hw:CARD=FXD502BT,DEV=0
front:CARD=FXD502BT,DEV=0
iec958:CARD=FXD502BT,DEV=0

But any of them might work the way you want.  I'm not sure what the
differences are in the DEV=0 and DEV=1



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=114952

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-10-01 Thread Paul Webster


I should have remembered from my CEC experiments.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] USB dac SA9023 problem picoreplayer 6-7-8

2021-10-01 Thread Yvanq


Very confused ! It was a too light usb cable between the raspberry and
the amplifier.
the amplifier indicate connection in usb with 48khrz audio but the rasp
didn't find...

now, I have all the option with the amplifier available.

default
plugequal
equal
hw:CARD=Headphones,DEV=0
plughw:CARD=Headphones,DEV=0
sysdefault:CARD=Headphones
hw:CARD=FXD502BT,DEV=0
hw:CARD=FXD502BT,DEV=1
plughw:CARD=FXD502BT,DEV=0
plughw:CARD=FXD502BT,DEV=1
sysdefault:CARD=FXD502BT
front:CARD=FXD502BT,DEV=0
surround21:CARD=FXD502BT,DEV=0
surround40:CARD=FXD502BT,DEV=0
surround41:CARD=FXD502BT,DEV=0
surround50:CARD=FXD502BT,DEV=0
surround51:CARD=FXD502BT,DEV=0
surround71:CARD=FXD502BT,DEV=0
iec958:CARD=FXD502BT,DEV=0
iec958:CARD=FXD502BT,DEV=1

I even tryed to install moodeaudio, nice interface but I really prefer
picoreplayer for adjustment and sound quality



Yvanq's Profile: http://forums.slimdevices.com/member.php?userid=71808
View this thread: http://forums.slimdevices.com/showthread.php?t=114952

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-10-01 Thread paul-


You should be able to add noaudio to the dtoverlay, and get back to the
old audio driver and device.

https://forums.slimdevices.com/showthread.php?103330-Jivelite-for-piCorePlayer=1027716=1#post1027716



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
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: piCorePlayer 8.0.0

2021-10-01 Thread paul-


diode84 wrote: 
> It's a plain 7 inch screen working on HDMI input and yes it was fine on
> pCP 7.
> I have it set to HD Skin 640x480 normally although it will run higher.

HDMI changed significantly in pCP 8.

https://forums.slimdevices.com/showthread.php?103330-Jivelite-for-piCorePlayer=1027716=1#post1027716



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-10-01 Thread Paul Webster


I suspect that one of the pCP team will know how to get it working - but
in the meantime you could do some more investigation.
Maybe the output device should be /dev/fb1 rather than /dev/fb0
The Jivelite section in the Tweaks page (where you installed it)
includes the ability to set a screen size.

Perhaps Jivelite wrote something to its log.

>From command line ... 
cat /var/logs/jivelite.log


A more natural place to find it would be from pCP web interface
Main Page/Diagnostics/Logs
but jivelite.log is not listed in there (perhaps pCP team could change
jivelite.sh to refer to pcp_jivelite.log and then maybe it would
appear).


You could try running Jivelite from the command line to see if it gives
you an error message that helps the diagnosis

/bin/sh /opt/jivelite/bin/jivelite.sh



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


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

2021-10-01 Thread MrD


Would love to see an update to the code if only a branch.



-MrD
===
3 PiCore Players
1 Transporter (dead)
2 Squeezebox v3 (1 dead, 1 resurrected)
Linux x86-64 SlimServer 8.1.1

MrD's Profile: http://forums.slimdevices.com/member.php?userid=6099
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: piCorePlayer 8.0.0

2021-10-01 Thread diode84


Paul Webster wrote: 
> Was it an upgrade rather than a fresh install?
> 
> If upgrade then maybe try uninstall and reinstall of Jivelite.
It wasn't an upgrade but a clean install and I have uninstalled and
reinstalled Jivelite.

Is there any way to alter the skin from the web interface.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-10-01 Thread Paul Webster


Was it an upgrade rather than a fresh install?

If upgrade then maybe try uninstall and reinstall of Jivelite.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-10-01 Thread diode84


Paul Webster wrote: 
> Screen resolution perhaps.
> What sort of screen is it and did it work with pCP 7?

It's a plain 7 inch screen working on HDMI input and yes it was fine on
pCP 7.
I have it set to HD Skin 640x480 normally although it will run higher.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-10-01 Thread Paul Webster


Screen resolution perhaps.
What sort of screen is it and did it work with pCP 7?



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-10-01 Thread diode84


Paul Webster wrote: 
> WiFi-only is fine (after all there are lots of RPi Zero players).
> See
> https://docs.picoreplayer.org/how-to/setup_wifi_on_pcp_without_ethernet/

Thanks Paul, thats perfect
Jivelite however is a problem as it will only give me a brief
piCoreplayer screen then nothing except a blank screen.
My last piCorePlayer 7 gives me the opening screen then the choice of
skin and resolution.
Any ideas please



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] Drop outs, drop out, drop outs...

2021-10-01 Thread dkskl


For some strange reason (to me), i wasn't able to flash a working
version of Moode to a micro sd. 
No such trouble with Volumio though, so i tried that instead. 
But more or less as expected, there were still dropouts. I guess it is
now safe to conclude, the pCP software is not the root cause to the
issue.

As a last shot, I have ordered a BNC/RCA adapter. And if that doesn't do
the trick, the Digi Sig hat will be off to Allo for repair.



dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=115167

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-10-01 Thread Paul Webster


diode84 wrote: 
> Hello
> I am about to install pCP8 to a Pi3B+ and wondered if I still need
> ethernet. If not how do I do it without?
> Thanks
> diode84

WiFi-only is fine (after all there are lots of RPi Zero players).
See
https://docs.picoreplayer.org/how-to/setup_wifi_on_pcp_without_ethernet/



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2021-10-01 Thread diode84


Hello
I am about to install pCP8 to a Pi3B+ and wondered if I still need
ethernet. If not how do I do it without?
Thanks
diode84



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-10-01 Thread Paul Webster


I'm glad you managed to repeat my efforts - and this is a reminder that
I do need to write it down in a way that makes it easy for others to
repeat as well.

Did you use the IEC device like I did?

I suspect it will need input from pCP Paul- to see if it is possible to
get a higher rate but I suspect it is a limitation of the RPF drivers.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
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