Re: [SlimDevices: Unix] [How To] Using the Argon One case for the Pi 4B together with piCorePlayer (7.x)

2021-01-29 Thread carsten_h
Greg Erskine wrote: > Is that correct? This is correct I think, but I don't know the rpi_revision results. As the case is only for the Pi4, there will be only one result. But I think this case is also available for the Pi 3B+ and maybe the code is for this one. This peace of code is from Argo

Re: [SlimDevices: Unix] [How To] Using the Argon One case for the Pi 4B together with piCorePlayer (7.x)

2021-01-29 Thread carsten_h
Greg Erskine wrote: > Where did these values come from? I made them myself, there is nothing special about them. The Pi doesn't reach a temperature that is so high that the fan will start with piCorePlayer and LMS running. pi4 4gb picoreplayer with lms and squeezelite for usb inside an argon

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

2021-01-29 Thread Michael Herger
Before every test written below I restarted LMS, to have a sort of baseline. Player: squeezelite-x on windows and squeezelite-R2 on linux. Under file types Flac->PCM is selected. Could you please try again with all custom transcoding disabled? What plugins are you using? ___

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

2021-01-29 Thread shunte88
what you've posted looks good - nothing out of the ordinary did it lockup? if so what did you see with the logged output? was an exception thrown or did it appear to be working without issue? I'm still trying to hit the perfect storm, conditions that throw an abend; taking a good bit of time

Re: [SlimDevices: Unix] [How To] Using the Argon One case for the Pi 4B together with piCorePlayer (7.x)

2021-01-29 Thread Greg Erskine
Can anyone explain this piece of python code? Code: rev = GPIO.RPI_REVISION if rev == 2 or rev == 3: bus = smbus.SMBus(1) else: bus = smbus.SMBus(0) So RPi2 and RPi3 would use SMBus(1) and RPi0, RPi1, RPi4 and RPi400 would use

Re: [SlimDevices: Unix] [How To] Using the Argon One case for the Pi 4B together with piCorePlayer (7.x)

2021-01-29 Thread Greg Erskine
hey carsten_h, Where did these values come from? Code: # Example: # 30=0 # 55=10 # 57=30 # 60=55 # 65=100 Rather than which I find in most versions of argon*.sh Code: # Example: # 55=10 # 60=55 # 65=100

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

2021-01-29 Thread Simonef
mherger wrote: > > About replicating... Just playing some local flacs or from Qobuz, in > > both cases the leak happens > > Could you try to replicate using only Qobuz? What formats are you > streaming? On what players? Could transcoding be involved? I did some tests: LIBRARY INFO: Total Tr

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

2021-01-29 Thread seekasoul
shunte88 wrote: > -V on the monitor not squeeze > > you need to run the monitor manually so you can observe and capture the > logging > tc@piCorePlayer:~$ sudo /mnt/mmcblk0p2/tce/lmsmonitor --name "piCorePlayer" -k -w -c -rixv --meter "rn" -x 0x3d -c -f 7 -z -w0 -db -V OLED Mode ...:

Re: [SlimDevices: Unix] Pi4b + piCoreplayer 7.0.0 + 3.5" Screen ADS7846 Successfully setup but not working

2021-01-29 Thread jeroen2
qyy920 wrote: > > A photo of the TFT screen after fully bootup (pCP web portal working) The undervoltage is an issue, though probably not related. Have you tried attaching a keyboard and then press [enter] and -/opt/jivelite/bin/jivelite- from there? -

Re: [SlimDevices: Unix] Lost sound after upgrading to pCP 7

2021-01-29 Thread cfuttrup
Hi Paul I remember that the first installation of ApplePi utilized a 'generic' driver in piCorePlayer and at this point I had controls, including how much gain to have - I made sure max was 0 dB. When a dedicated driver was made available as I was using in piCorePlayer v6 until yesterday, there

Re: [SlimDevices: Unix] Lost sound after upgrading to pCP 7

2021-01-29 Thread paul-
Is that normal to not have controls?Did controls show up in previous versions? 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&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread slartibartfast
praganj wrote: > Hi Paul, > > This is probably kernel bug in Pi4 ? > > When i do > > cat /sys/devices/system/cpu/kernel_max > > than it delivers "255", but Pi4 has only 4 cpus, not 255. > > from here > https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-devices-system-cpu > > "kerne

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread praganj
paul- wrote: > My pi 3 is working fine. The Pi4 kernel appears to not honor the > command line option. There is nothing I can do about that. Hi Paul, This is probably kernel bug in Pi4 ? When i do cat /sys/devices/system/cpu/kernel_max than it delivers "255", but Pi4 has only 4 cpus, not

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread coyrls
I have found a better option -vn "as an input option, blocks all video streams of a file from being filtered or being automatically selected or mapped for any output", I checked on the command line and it works. I then edited the PlayWMA plugin's custom-convert.conf for wma to flac to: Code: -

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread coyrls
It does seem to be the embedded jpg that is causing the problem. If I run the command: Code: $ ffmpeg -i f.wma -map 0:1 -f flac /tmp/o.flac it works. The -map 0:1 tells ffmpeg to only deal with the second stream, as it seems to think that the em

Re: [SlimDevices: Unix] Lost sound after upgrading to pCP 7

2021-01-29 Thread cfuttrup
i Paul Thanks for the feedback. I removed Bluetooth and I also powered off HDMI (in the Tweaks menu). I removed all the sample rate stuff, so now SoX should pass everything, also standard 44.1 kHz without upsampling. In the pcp_boot.log I noticed this message: Powering off HDMI.../usr/local/etc

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

2021-01-29 Thread shunte88
-V on the monitor not squeeze you need to run the monitor manually so you can observe and capture the logging I'm running diagnostics now inclusive memory checks these things take time it needs to hit the issue when a combination of events occurs I've gone with a new tool so took a hit with the

Re: [SlimDevices: Unix] Getting HDMI CEC to work on pCP 7.0

2021-01-29 Thread Paul Webster
New theory ... to get CEC commands to come into the system almost automatically ... and be made available to ir-keytable we need another kernel option to be enabled MEDIA_CEC_RC It looks like it was added to kernel in 2017 https://patchwork.kernel.org/project/linux-media/patch/20170418084601.15

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread paul-
praganj wrote: > I installed htop and did screenshots for pCp 6.1 and 7.0 (cpus counted > from 0 to 3). In 6.1 cpu 0 is isolated and squeezelite and sq. child > processes are running on cpu 3. In pCp 7 even the cpu 0 is not isolated. > I checked the cmdline.txt and at the beginning of the line t

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

2021-01-29 Thread spt58
spt58 wrote: > Hi. Has anyone got the Wave Input plugin working with the official > docker image? Presumably you need to pass the USB audio device to the > docker container? > > Thanks For anyone interested I was able to get this working alsa-utils needs installing in the docker container (a

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread coyrls
Having thought about it, it looks like it is trying to convert the embedded jpeg to flac, which obviously it can't do. I will investigate ffmpeg options that will stop it trying to do this! The version of ffmpeg with pcp 6.1 didn't have this issue.

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread coyrls
ralphy wrote: > Yes I was using the 64bit version of pcp7 and I too have the same > disabled options, I just snipped them from my post as they are just > noise. Very strange, I did notice that in the options is says "--enable static", does this mean no dynamic linked libraries? In the librarie

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread slartibartfast
praganj wrote: > I installed htop and did screenshots for pCp 6.1 and 7.0 (cpus counted > from 0 to 3). In 6.1 cpu 0 is isolated and squeezelite and sq. child > processes are running on cpu 3. In pCp 7 even the cpu 0 is not isolated. > I checked the cmdline.txt and at the beginning of the line t

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread praganj
paul- wrote: > Not accurately, especially if there are child processes. htop is a > better tool. I installed htop and did screenshots for pCp 6.1 and 7.0 (cpus counted from 0 to 3). In 6.1 cpu 0 is isolated and squeezelite and sq. child processes are running on cpu 3. In pCp 7 even the cpu 0 is

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread ralphy
coyrls wrote: > I installed the pcp-ffmpeg extension from the pcp repository. Are you > running the 64 bit version of pcp? > > The version seems to be the same as yours: > > > Code: > > ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers > built with

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread Greg Erskine
slartibartfast wrote: > I finally realised it was there. I hadn't noticed it before. Is htop > available on pCP? > > Sent from my Pixel 3a using Tapatalk [Main Page] > [Extensions] look for htop.tcz :confused: Greg Ersk

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-29 Thread Gerhardc
paul- wrote: > Is your recording device listed. At which place should it be listet? 1x Picoreplayer with Hifiberry DAC/ADC pro, 3x Picoreplayer with Jivelite 7" Display und IQaudio DigiAmp+, 2 Picoreplayer RPI4+ LMS8, Marantz PM-15S1 amplifier.

Re: [SlimDevices: Unix] Getting HDMI CEC to work on pCP 7.0

2021-01-29 Thread Paul Webster
It has proved difficult to build the other tools ... so am trying a different and I suspect simpler route. Current idea is to use it-keytable because I see that it has some CEC rules. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcr