Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-12-29 Thread Jake72


Dean L. Surkin wrote: 
> I've been having the same issue. I upgraded to PCP 7 beta today, so I
> assume that's the latest beta. I can select HifiBerry DAC2HD and Pro as
> my soundcard.

Which hifiberry DAC have you got? Does the little LED on the hifiberry
light up when it's powered on?



Jake72's Profile: http://forums.slimdevices.com/member.php?userid=45170
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

___
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)

2020-12-29 Thread philippe_44


bpa wrote: 
> Red herring - I think. I don't have pcp but Raspbian buster is not
> Mixed-endian by this test.

That decoder is the alac core of my bridges that have been running on
arm for a long while. I had a recent issue on aarch64, and it turned to
be an issue in the upstream alac version (and endianneess)



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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] 'Official' docker container for LMS?

2020-12-29 Thread Jaca


rosscullen wrote: 
> I'm using Docker a lot on Synology DSM 6.2 as well. I have had a lot of
> issues trying to get containers to run through the UI, particularly with
> permission issues.
> 
> So I reverted to the Docker command line (shell) and found it works a
> lot better for getting containers going initially. Then i use the GUI. I
> also recommend installing a Docker container for Portainer (a more
> advanced GUI for Docker). Note: Portainer uses port 9000 as well so
> until one is fully comfortable with Docker and port numbering, maybe
> best to hold off initially!
> 
> 
> Here's the steps I used (but I can't guarantee they'll work for you as I
> haven't moved to LMS Docker yet... but with the issues with PERL, LMS
> 8.1 and Synology DSM 7 at the moment, I would say you'll have a lot more
> people looking to find similar solutions):
> 
> 1. Create a user account on your DSM for Docker. (Details at
> https://mariushosting.com/synology-how-to-find-uid-userid-and-gid-groupid/).
> Make note of the "PUID" and "PGID" and replace the number values (1000)
> with the numbers noted on the values "-e PUID= " and "-e PGID= "
> down below.
> 2. Enable SSH in Synology (see
> https://www.synology.com/en-global/knowledgebase/DSM/tutorial/General_Setup/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet)
> 3. Run Putty (available at www.putty.org)
> 4. connect to the IP of your Synology
> 5. Login using your Synology DSM username and password
> 6. type "sudo su" and enter your password again.
> 7. Run the following command to build your docker image (remember to
> replace [ ] below with your paths:
> 
> SUDO DOCKER RUN \
> --NAME LOGITECH-MEDIA-SERVER \
> --RESTART=UNLESS-STOPPED \
> --NET=HOST \
> -V \"/VOLUME2/DOCKER/SQUEEZEBOX/CONFIG\":\"/CONFIG\":RW \
> -V \"/VOLUME1/MUSIC/MUSIC\":\"/MUSIC\":RO \
> -V \"/VOLUME1/MUSIC/PLAYLISTS\":\"/PLAYLIST\":RW \
> -V \"/ETC/LOCALTIME\":\"/ETC/LOCALTIME\":RO \
> -P 9000:9000/TCP \
> -P 9090:9090/TCP \
> -P 3483:3483/TCP \
> -P 3483:3483/UDP \
> -E TZ=EUROPE/LONDON \
> -E PGID=65537 \
> -E PUID=1029 \
> LMSCOMMUNITY/LOGITECHMEDIASERVER:8.2.0-DEV
> 
> 
> PS: If your timezone is different than above, replace with
> "Country/City"
> PPS: If the line in bold above comes up with an error, you can specify a
> particular build (these are listed at
> https://registry.hub.docker.com/r/lmscommunity/logitechmediaserver/tags?page=1&ordering=last_updated)
> Eg: "lmscommunity/logitechmediaserver:8.2.0-dev" is the current latest
> 
> Fingers crossed, hope this helps. Haven't migrated over to LMS on Docker
> yet but will keep you posted if I made modifications to the above.
> [B]Update: tested all the above successfully... have migrated over from
> Synology package to Docker one. Was too complicated to migrate over
> settings (was getting too many errors) so went for a fresh build. Just
> remember to give your docker user account (step 1) access to your music
> library and playlist (can be done easily in Synology File Station)

Nice one! Thanks.

I will try it this way next time as also had some (mostly permissions)
issues with various docker images. Weirdly lmscommunity image went
smooth for me with just GUI, but maybe I've sorted permissions in past
and don't remember :P

Anyway thanks for command line install tutorial!



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

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
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] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread bpa


bpa wrote: 
> This may be a red herring but when decoding Flash on early Pi systems -
> special precaution had to be taken for Arm's Mixed endian.  Mixed endian
> issue may be gone now.
Red herring - I think. I don't have pcp but Raspbian buster is not
Mixed-endian by this test.



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] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread bpa


philippe_44 wrote: 
> I've tried a fresh pCP 7.0 install (32 bits) and can confirm that no
> alac plays with 8.1.1 (Squeezelite hangs). I don't know what it is yet,
> its surely related to the alac decoder but I don't know how, meaning I
> use the same in my bridges and in squeezelite-esp32 with no problem.

Has this ALAC decoder been used in Arm architecture before ?

This may be a red herring but when decoding Flash on early Pi systems -
special precaution had to be taken for Arm's Mixed endian

Code:


  # Basic raw io encoding/decoding (based on Data::AMF::IO)
  
  use constant ENDIAN => unpack('S', pack('C2', 0, 1)) == 1 ? 'BIG' : 'LITTLE';
  
  # special case for ARM doubles which flip high and low 32 bits compared to 
normal little endian
  use constant ARM_MIXED  => unpack("h*", pack ("d", 1)) eq "0ff3" 
? 1 : 0;
  
  $log->debug("Endian: " . ENDIAN . ", ARM Mixed: " . ARM_MIXED);
  
  sub encode_utf8 { encode_u16(bytes::length($_[0])) . $_[0] }
  
  sub encode_number {
  return swapWords(swapBytes(pack('d', $_[0]))) if ARM_MIXED;
  return pack('d>', $_[0]) if $] >= 5.009002;
  return pack('d', $_[0])  if ENDIAN eq 'BIG';
  return swapBytes(pack('d', $_[0]));
  }
  
  sub decode_number {
  return unpack('d', swapBytes(swapWords($_[0]))) if ARM_MIXED;
  return unpack('d>', $_[0]) if $] >= 5.009002;
  return unpack('d', $_[0])  if ENDIAN eq 'BIG';
  return unpack('d', swapBytes($_[0]));
  }
  




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] Hifiberry Dac+ Pro and RPI4 combo not working

2020-12-29 Thread paul-


Your card is not being detected, are you sure what card you have?   And
no pCP7 is not in Beta anymore.



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=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=113343

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


Re: [SlimDevices: Unix] pCP7 and HDMI Audio

2020-12-29 Thread BitStream


This is an old post but it might explain the problem:

The HDMI display is normally disabled when the DSI 7" display is
detected.
Source:
https://www.raspberrypi.org/forums/viewtopic.php?p=1114739#p1114739



BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

___
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)

2020-12-29 Thread stereoptic


philippe_44 wrote: 
> I've tried a fresh pCP 7.0 install (32 bits) and can confirm that no
> alac plays with 8.1.1 (Squeezelite hangs). I don't know what it is yet,
> its surely related to the alac decoder but I don't know how, meaning I
> use the same in my bridges and in squeezelite-esp32 with no problem.

If it is of any help, ALAC files play when I use UPNP/DLNA to the LMS
server on my Android USB Audio Player Pro.



stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162
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] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread philippe_44


stereoptic wrote: 
> Squeezelite stopped for every ALAC file that I threw at it.   They were
> all 44.1/16.

ralphy wrote: 
> I've been playing 44.1/16 alac files on pcp 7 64-bit for a couple hours
> now without issue and have been since our first 7.0 alpha release.
> 
> We'll need you to provide 1-2 of the "problem" alac files to try and
> track this down.

I've tried a fresh pCP 7.0 install (32 bits) and can confirm that no
alac plays with 8.1.1 (Squeezelite hangs). I don't know what it is yet,
its surely related to the alac decoder but I don't know how, meaning I
use the same in my bridges and in squeezelite-esp32 with no problem.



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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] Hifiberry Dac+ Pro and RPI4 combo not working

2020-12-29 Thread Dean L. Surkin


Jake72 wrote: 
> I've had the same issue and PCP 7 beta 6 fixed it for me as well. :)
I've been having the same issue. I upgraded to PCP 7 beta today, so I
assume that's the latest beta. I can select HifiBerry DAC2HD and Pro as
my soundcard. I have limited choices for the output setting:

default
plugequal
equal
hw:CARD=Headphones,DEV=0
plughw:CARD=Headphones,DEV=0
sysdefault:CARD=Headphones

I tried default, and no sound. I tried plugequal and equal and
Squeezelite wouldn't start. I tried hw:CARD-Headphones,DEV=0 and got no
sound out of either the RCA jacks or the mini-stereo headphone jack. The
last two choices wouldn't let Squeezelite start.

I set the RPI4 to use its own analogue output, and I get sound. I would
like to have the HiFiBerry card working, for the better quality sound.
Right now, I have spent an entire afternoon on this without success. I
appreciate any help anyone can give me.

Note: I've got an earlier system - RPI3 with The HiFiBerry DAC Pro -
working okay in another room in the house.

Incidentally, I had three Squeezebox Duets, but one died last year and
one died earlier this month, so I thought the Raspberry Pi with PiCore
would be the way to go. I hope this problem can be resolved.



Dean L. Surkin's Profile: http://forums.slimdevices.com/member.php?userid=14034
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

___
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)

2020-12-29 Thread stereoptic


kidstypike wrote: 
> https://forums.slimdevices.com/showthread.php?113555-pCP7-and-HDMI-Audio&p=1001574&viewfull=1#post1001574
Ah, thanks for that.  I have a spare HiFiBerry DAC, that may be an
easier solution! :)



stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162
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] Building Kernel Modules for piCorePlayer 6.0.0, 6.1.0, 7.0.0

2020-12-29 Thread sergej


paul- wrote: 
> Should be all set.

Thank you.



sergej's Profile: http://forums.slimdevices.com/member.php?userid=71146
View this thread: http://forums.slimdevices.com/showthread.php?t=113543

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


Re: [SlimDevices: Unix] pCP7 and HDMI Audio

2020-12-29 Thread BitStream


As far as I can see the touchscreen is inizalized, the first lines at
bootup are also displayed on the touchscreen and then the display
changes to the TV.


Code:

tc@picore:~$ dmesg | grep "\-ts"
  [   11.203107] input: raspberrypi-ts as 
/devices/platform/soc/soc:firmware/soc:firmware:touchscreen/input/input0
  
  tc@picore:~$  dmesg | grep fb 
  [0.050048] raspberrypi-firmware soc:firmware: Firmware hash is 
e8da211fb125d8be6100f678806deb2af47a8064
  [0.629833] simple-framebuffer 3ef3e000.framebuffer: fb0: simplefb 
registered!
  [   11.427261] fb0: switching to vc4drmfb from simple
  [   11.532293] vc4-drm soc:gpu: fb0: vc4drmfb frame buffer device




BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

___
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)

2020-12-29 Thread kidstypike


stereoptic wrote: 
> Hmm, here's a new wrinkle.  I created a new pcp 7.0 from scratch on a
> Rpi 3b+. Install went fine, the player booted up with squeezelite
> running.  I changed the audio output to HDMI and upon reboot,
> Squeezelite was not running.  It would not restart.  I haven't made any
> modifications except for the Audio output.  I didn't resize SD card,
> change player name, etc.  Any suggestions for where to begin to
> troubleshoot?  I tried this twice - full overwrite on SD card each time.

https://forums.slimdevices.com/showthread.php?113555-pCP7-and-HDMI-Audio&p=1001574&viewfull=1#post1001574



*Server - LMS 8.2.0 *Pi4B 4GB/Flirc case/pCP v7.0.0 - 74K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B/pCP 7.0.0b6/pi screen/Allo Boss DAC Ruark MR1 Mk2
*Lounge* - Pi2/pCP 6.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Garage* - Squeezebox Boom + Fostex sub
*Dining Room* - Pi3B/Bluetooth/Echo Show 8

*Spares* - 2xTouch, 1xSB Radio. 1xSB3, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
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] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread stereoptic


Hmm, here's a new wrinkle.  I created a new pcp 7.0 from scratch on a
Rpi 3b+. Install went fine, the player booted up with squeezelite
running.  I changed the audio output to HDMI and upon reboot,
Squeezelite was not running.  It would not restart.  I haven't made any
modifications except for the Audio output.  I didn't resize SD card,
change player name, etc.  Any suggestions for where to begin to
troubleshoot?  I tried this twice - full overwrite on SD card each time.



stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162
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] pCP7 and HDMI Audio

2020-12-29 Thread paul-


Anything obvious in dmesg?  Do you see the touchscreen init?

dmesg | grep "\-ts"

Might want to google around for that.



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=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=113555

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


Re: [SlimDevices: Unix] pCP7 and HDMI Audio

2020-12-29 Thread BitStream


When I set the framebuffers for jivelite to /dev/fb1 I have no jivelite
display on the TV or the 7" display. Only the last lines of text (NTP)
are displayed on the TV.

Okay, that should be the reason

tc@picore:~$  ls -l /dev/fb*
crw-rw1 root staff  29,   0 Jan  1  1970 /dev/fb0



BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-12-29 Thread Jeff07971


paul- wrote: 
> Grid skin has them.  But perhaps only on the 800x480 display.

That is the case I believe

Jeff



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X&p=903953&viewfull=1#post903953

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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] pCP7 and HDMI Audio

2020-12-29 Thread BitStream


Okay, I played again with the options and with
"*hdmi:CARD=vc4hdmi,DEV=0*" I also get sound over HDMI. But the picture
is only on the TV, the 7" display is dimly lit, so it is on. But nothing
is displayed there.


Code:

tc@picore:~$ squeezelite -l
  Output devices:
  null   - Discard all samples (playback) or generate 
zero samples (capture)
  sysdefault - Default Audio Device
  default   
  plugequal 
  equal 
  hw:CARD=vc4hdmi,DEV=0  - vc4-hdmi, MAI PCM vc4-hdmi-hifi-0 - Direct 
hardware device without any conversions
  plughw:CARD=vc4hdmi,DEV=0  - vc4-hdmi, MAI PCM vc4-hdmi-hifi-0 - Hardware 
device with all software conversions
  sysdefault:CARD=vc4hdmi- vc4-hdmi, MAI PCM vc4-hdmi-hifi-0 - Default 
Audio Device
  *  hdmi:CARD=vc4hdmi,DEV=0- vc4-hdmi, MAI PCM vc4-hdmi-hifi-0 - HDMI 
Audio Output*
  dmix:CARD=vc4hdmi,DEV=0- vc4-hdmi, MAI PCM vc4-hdmi-hifi-0 - Direct 
sample mixing device




BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

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


Re: [SlimDevices: Unix] pCP7 and HDMI Audio

2020-12-29 Thread paul-


Koadf



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=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=113555

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


Re: [SlimDevices: Unix] pCP7 and HDMI Audio

2020-12-29 Thread BitStream


Thanks again for your help!

The first option we already had and this does not work for me.

With the second option, the boot screen is first shown on the 7"
display, then the display switches completely to the TV and the 7"
display is blank.  Audio out does not work here either. 

Is there anything else I can test? The player is not working anyway, so
I can also make myself useful ;)


Code:

tc@picore:~$ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: vc4hdmi [vc4-hdmi], device 0: MAI PCM vc4-hdmi-hifi-0 [MAI PCM 
vc4-hdmi-hifi-0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
  
  tc@picore:~$ aplay -L
  null
  Discard all samples (playback) or generate zero samples (capture)
  sysdefault
  Default Audio Device
  default
  plugequal
  equal
  hw:CARD=vc4hdmi,DEV=0
  vc4-hdmi, MAI PCM vc4-hdmi-hifi-0
  Direct hardware device without any conversions
  plughw:CARD=vc4hdmi,DEV=0
  vc4-hdmi, MAI PCM vc4-hdmi-hifi-0
  Hardware device with all software conversions
  sysdefault:CARD=vc4hdmi
  vc4-hdmi, MAI PCM vc4-hdmi-hifi-0
  Default Audio Device
  hdmi:CARD=vc4hdmi,DEV=0
  vc4-hdmi, MAI PCM vc4-hdmi-hifi-0
  HDMI Audio Output
  dmix:CARD=vc4hdmi,DEV=0
  vc4-hdmi, MAI PCM vc4-hdmi-hifi-0
  Direct sample mixing device
  




BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-12-29 Thread slartibartfast


paul- wrote: 
> Grid skin has them.  But perhaps only on the 800x480 display.OK, shame they 
> don't appear on the higher resolution skins.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] pCP7 and HDMI Audio

2020-12-29 Thread paul-


I'm just giving you some options to try.  I can't fix the direction RPi
has taken the HDMI stuff.  They are transitioning to upstream kernel
drivers, as it requires less work for them in the long haul.

HDMI audio is likely to be tricky for a while.   I know the next kernel
5.10 has even more changes.



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=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=113555

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


Re: [SlimDevices: Unix] pCP7 and HDMI Audio

2020-12-29 Thread bogasman


OK, what do you expect me (us) to do now?



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread bogasman


BitStream wrote: 
> Thanks for testing! I removed the 7" display and it works for me. The
> picture is now completely on the TV. This is not what I wanted but
> already a step further.
> 
> Without the 7" display, the HDMI devices are also recognized correctly.
> 

Yep, I confirm that unplugging 7" screen fixes the issue with the
output, but of course this is not a permanent solution in any way for
me.



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
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] Jivelite for piCorePlayer

2020-12-29 Thread paul-


Grid skin has them.  But perhaps only on the 800x480 display.



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=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


[SlimDevices: Unix] pCP7 and HDMI Audio

2020-12-29 Thread paul-


Lets move this over here.

RPi has made a lot of changes in HDMI Audio.  Its really hard to
trackdown without hardware to play with.   Note the kms driver will only
currently work on the 32bit kernels.

There are two modes now
*Audio Provided by Firmware:* This will show as CARD=b1 in alsa
config.txt cont

Code:


  dtparam=audio=on
  audio_pwm_mode=2
  hdmi_drive=2
  hdmi_force_hotplug=1
  hdmi_force_edid_audio=1
  



*Audio Provided by kms driver:* This will show as CARD=vc4hdmi in alsa
This requires you to load the graphics kernel modules.  There is some
commentary that edid information must be correct with the kms driver.

Code:


  pcp-load -wi graphics-KERNEL.tcz
  


Then your config.txt would look like

Code:


  dtparam=audio=off
  dtoverlay=vc4-kms-v3d   (or vc4-kms-v3d-pi4 if you have a pi4)
  hdmi_drive=2
  hdmi_force_hotplug=1
  hdmi_force_edid_audio=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&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=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=113555

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-12-29 Thread slartibartfast


Jeff07971 wrote: 
> Only Joggler Skin has VU Meters
> 
> JeffI see, so the note in the pCP web page saying VU meters are available in
Joggler/Grid skins is a little misleading. I would interpret that as
meaning either Joggler skin OR Grid skins.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] Jivelite for piCorePlayer

2020-12-29 Thread Jeff07971


slartibartfast wrote: 
> Thanks, do you know which skins have vu meters? I don't see them listed
> in HD 1920 x1080 Grid skin.
> 
> Sent from my Pixel 3a using Tapatalk

Only Joggler Skin has VU Meters

Jeff



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X&p=903953&viewfull=1#post903953

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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] Jivelite for piCorePlayer

2020-12-29 Thread slartibartfast


Jeff07971 wrote: 
> "[" Toggles through "Now Playing" views there maybe more or less views
> according to skin type
> 
> A list of Jivelite control keys is here
> 
> https://github.com/ralph-irving/tcz-lirc/blob/master/jivekeys.csv
> 
> JeffThanks, do you know which skins have vu meters? I don't see them listed
in HD 1920 x1080 Grid skin.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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 7.0.0

2020-12-29 Thread BitStream


Greg Erskine wrote: 
> 
> No Jivelite or 7" screen though and I don't have a amp with HDMI input
> to test.
> 

Thanks for testing! I removed the 7" display and it works for me. The
picture is now completely on the TV. This is not what I wanted but
already a step further.

Without the 7" display, the HDMI devices are also recognized correctly.


Code:

tc@picore:~$ aplay -l
   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
  tc@picore:~$ aplay -L
  null
  Discard all samples (playback) or generate zero samples (capture)
  default
  plugequal
  equal
  hw:CARD=b1,DEV=0
  bcm2835 HDMI 1, bcm2835 HDMI 1
  Direct hardware device without any conversions
  plughw:CARD=b1,DEV=0
  bcm2835 HDMI 1, bcm2835 HDMI 1
  Hardware device with all software conversions
  sysdefault:CARD=b1
  bcm2835 HDMI 1, bcm2835 HDMI 1
  Default Audio Device
  dmix:CARD=b1,DEV=0
  bcm2835 HDMI 1, bcm2835 HDMI 1
  Direct sample mixing device
  hw:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Direct hardware device without any conversions
  plughw:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Hardware device with all software conversions
  sysdefault:CARD=Headphones
  bcm2835 Headphones, bcm2835 Headphones
  Default Audio Device
  dmix:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Direct sample mixing device
  



In the Web UI, the Cards settings appear next to the Headphones
settings.

32725


+---+
|Filename: Bildschirmfoto 2020-12-29 um 21.22.58.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32725|
+---+


BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
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] Jivelite for piCorePlayer

2020-12-29 Thread Jeff07971


slartibartfast wrote: 
> Success. All working but how do I change the now playing view? I can't
> immediately see a way to cycle through the options.
> 
> Sent from my Pixel 3a using Tapatalk

"[" Toggles through "Now Playing" views there maybe more or less views
according to skin type

A list of Jivelite control keys is here

https://github.com/ralph-irving/tcz-lirc/blob/master/jivekeys.csv

Jeff



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X&p=903953&viewfull=1#post903953

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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] Memory Leak in Perl Engine on piCorePlayer?

2020-12-29 Thread mvordeme


Hm, I just did 
Code:

sudo ./lms-update.sh --release devel -s -r -u

 as prescribed. But I don't expect there to be any differences so far,
anyway.



scaleo home server 2105 & picoreplayer 6.1.0 | logitech media server
8.2.0 | server power control 20120716.103808 |
transporter & duet & touch & boom & radio | rotel rc-995 & rmb-100 |
nubert nuvero 140

mvordeme's Profile: http://forums.slimdevices.com/member.php?userid=22892
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

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


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

2020-12-29 Thread philippe_44


mvordeme wrote: 
> 8.1.0 was a nightly at the time. Version numbers seem a little volatile
> at the moment. Everything is fine with 8.2.0 - 1609139175 @ Mon Dec 28
> 09:23:00 CET 2020. Thanks a lot.

8.2 is the next feature release, 8.1.1 is the closer bug fix of 8.1
(here https://downloads.slimdevices.com/nightly/?ver=8.1)



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread Greg Erskine


FYI: I test HDMI with a RPi3A+ and RPiB+ into a Panasonic TV. Audio is
going to TV. OK.

No Jivelite or 7" screen though and I don't have a amp with HDMI input
to test.


Code:

hw: devices are normally the best choice, but try and decide for yourself:
  
  default
  plugequal
  equal
  hw:CARD=b1,DEV=0
  plughw:CARD=b1,DEV=0
  sysdefault:CARD=b1
  hw:CARD=Headphones,DEV=0
  plughw:CARD=Headphones,DEV=0
  sysdefault:CARD=Headphones
  hw:CARD=sndrpijustboomd,DEV=0
  plughw:CARD=sndrpijustboomd,DEV=0
  sysdefault:CARD=sndrpijustboomd




Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
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] 'Official' docker container for LMS?

2020-12-29 Thread Matthijs Nederlof


NikolajC wrote: 
> LMSCommunity 8.1.0 stable also crashed on my Synology 216+:
> 
> The permissions seems to be right:
> 
> 
> However the LMS folder is empty, so it seems LMS is crashing before it
> has a chance to generate a server.log?


Exactly I do have the same understanding. It runs only for a second or
2

I think I will try to follow the post of Roscullen...



Matthijs Nederlof's Profile: 
http://forums.slimdevices.com/member.php?userid=33295
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] Memory Leak in Perl Engine on piCorePlayer?

2020-12-29 Thread mvordeme


8.1.0 was a nightly at the time. Version numbers seem a little volatile
at the moment. Everything is fine with 8.2.0 - 1609139175 @ Mon Dec 28
09:23:00 CET 2020. Thanks a lot.



scaleo home server 2105 & picoreplayer 6.1.0 | logitech media server
8.1.0 | server power control 20120716.103808 |
transporter & duet & touch & boom & radio | rotel rc-995 & rmb-100 |
nubert nuvero 140

mvordeme's Profile: http://forums.slimdevices.com/member.php?userid=22892
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-12-29 Thread slartibartfast


Jeff07971 wrote: 
> No that is not the case
> 
> Just go to Settings > Screen > Select Skin in Jivelite
> 
> And remeber to Settings > Picoreplayer > Save settings to SD Card !!!
> 
> JeffSuccess. All working but how do I change the now playing view? I can't
immediately see a way to cycle through the options.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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 7.0.0

2020-12-29 Thread BitStream


Here exactly the same. Also a RPi 3B+ with original 7" screen (for
Jivelite) and connected directly to a Denon X4400H. Since version 3.5
the setup runs without problems.



BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
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: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread bpa


JulianH wrote: 
> If you have a clean/ workable ALAC file I can test on fresh version of
> PCP7/ analogue output . if that is still a problem then I run a
> seperate LMS server on a separate network which I can also test on.
> why would it work for you and not me? What is different?  Lets test a
> working ALAC. Regards Julian

Sorry , you have misunderstood my reply. Your log shows that LMS has
sent the file direct to the squeezelite player in ALAC form.  Since it
didn't play (i.e. squeezelite crash)  it is a problem in squeezelite
player. Probably due to a change in the ALAC decoder in squeeselite
player.

If you can make that Genesis file available to Ralphy to use as a test,
it will help fix the new ALAC decoder.

Until the decoder is fixed, the workaround would be to disable "native"
ALAC and let LMS do the decoding.



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] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread bogasman


paul- wrote: 
> I would suggest connecting a monitor.  Make sure to power up the monitor
> before the PO.   Make sure your HDMI port is working.
> 
> HDMI has always been finicky on a RPi.

HDMI works properly. This is RPi 3 with original 7" screen (for
Jivelite) and it is connected directly to my Onkyo RZ-820.
I've just connected it directly to my TV, however nothing changes, still
no sound and still no soundcard b1 detected. I do have only video
signal.



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
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: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread JulianH


bpa wrote: 
> ALAC native decoder in squeezelite is enabled  and LMS tries to play
> direct - as noted in this entry
> > 
Code:

  >   > 
  > [20-12-29 14:24:36.7311] Slim::Player::TranscodingHelper::checkBin (274)   
Found command: -
  > [20-12-29 14:24:36.7315] 
Slim::Player::TranscodingHelper::getConvertCommand2 (497) Matched: alc->alc 
via: -
  > [20-12-29 14:24:36.7320] Slim::Player::Song::open (414) Transcoder: 
streamMode=I, streamformat=alc
  > [20-12-29 14:24:36.7325] Slim::Player::Song::open (470) Opening stream (no 
direct streaming) using Slim::Player::Protocols::File 
[file:///mnt/LMSfiles/iTunes/iTunes%20Media/Music/Genesis/A%20Trick%20Of%20The%20Tail/01%20Dance%20On%20A%20Volcano.m4a]
  > [20-12-29 14:24:36.7333] Slim::Player::Protocols::File::open (80) duration: 
[355.4] size: [40908952] endian [] offset: [0] for 
file:///mnt/LMSfiles/iTunes/iTunes%20Media/Music/Genesis/A%20Trick%20Of%20The%20Tail/01%20Dance%20On%20A%20Volcano.m4a
  > [20-12-29 14:24:36.7336] Slim::Player::Protocols::File::open (97) Opening 
file /mnt/LMSfiles/iTunes/iTunes Media/Music/Genesis/A Trick Of The Tail/01 
Dance On A Volcano.m4a
  > [20-12-29 14:24:36.7344] Slim::Player::Protocols::File::open (189) Seeking 
in 0 into /mnt/LMSfiles/iTunes/iTunes Media/Music/Genesis/A Trick Of The 
Tail/01 Dance On A Volcano.m4a
  > [20-12-29 14:24:36.7350] Slim::Player::Song::open (491) URL is a song 
(audio): 
file:///mnt/LMSfiles/iTunes/iTunes%20Media/Music/Genesis/A%20Trick%20Of%20The%20Tail/01%20Dance%20On%20A%20Volcano.m4a,
 type=alc
  > [20-12-29 14:24:36.8362] Slim::Player::SongStreamController::new (30) live=1
  > 
  > 

> > 

If you have a clean/ workable ALAC file I can test on fresh version of
PCP7/ analogue output . if that is still a problem then I run a
seperate LMS server on a separate network which I can also test on.
why would it work for you and not me? What is different?  Lets test a
working ALAC. Regards Julian



JulianH's Profile: http://forums.slimdevices.com/member.php?userid=66602
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] Memory Leak in Perl Engine on piCorePlayer?

2020-12-29 Thread philippe_44


mvordeme wrote: 
> Thanks. So it may already be fixed. I am still on 8.1.0 - 1608064080 @
> Tue Dec 15 22:13:24 CET 2020.
yes, you need the nightly - Michael has not released yet an "official"
version



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

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


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

2020-12-29 Thread philippe_44


mvordeme wrote: 
> I found a test track, if you are interested. When you play the live
> album "Showtime, Storytime" by Nightwish, the last three seconds of the
> second track "Wish I Had an Angel" go missing. On which branch are you
> intending to fix it?

I tried as well with the version that contains the correction (8.1.1
nightly) and it seems to me it goes correctly to the end of the track.
With the bug, you would have missed ~50kB of data so 50*8/320 ~ 1.25
second



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread paul-


I would suggest connecting a monitor.  Make sure to power up the monitor
before the PO.   Make sure your HDMI port is working.

HDMI has always been finicky on a RPi.



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=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 7.0.0

2020-12-29 Thread bogasman


paul- wrote: 
> I made a quick edit to the HDMI routines to add those lines.  Run a
> "Patch Update" from the main menu, it will download a new WWW
> package(v00012).
> 
> Reboot after downloading the updated package. then select Analog/Save
> then Reselect HDMI/Save and reboot.

I've done it. Doesn't work, still can't find soundcard b1.

I've checked the config file and I've got it as below. Does it matter if
it's not within custom section, as the warning below?


Code:

#Custom Configuration Area, for config settings that are not managed by pCP.
  #pCP will retain these settings during insitu-update
  #---Begin-Custom-(Do not alter Begin or End Tags)-
  #---End-Custom
  hdmi_drive=2
  hdmi_force_hotplug=1
  hdmi_force_edid_audio=1




bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
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] Memory Leak in Perl Engine on piCorePlayer?

2020-12-29 Thread mvordeme


Thanks. So it may already be fixed. I am still on 8.1.0 - 1608064080 @
Tue Dec 15 22:13:24 CET 2020.



scaleo home server 2105 & picoreplayer 6.1.0 | logitech media server
8.1.0 | server power control 20120716.103808 |
transporter & duet & touch & boom & radio | rotel rc-995 & rmb-100 |
nubert nuvero 140

mvordeme's Profile: http://forums.slimdevices.com/member.php?userid=22892
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread BitStream


paul- wrote: 
> then select Analog/Save then Reselect HDMI/Save and reboot.

The lines are now entered as follows but audio out via HDMI still does
not work. 

Is there anything else that needs to be considered?


Code:

#Custom Configuration Area, for config settings that are not managed by 
pCP. 
  #pCP will retain these settings during insitu-update  
  #---Begin-Custom-(Do not alter Begin or End Tags)-
  #hdmi_group=2 
  #hdmi_mode=82 
  #---End-Custom
  hdmi_drive=2   
  hdmi_force_hotplug=1   
  hdmi_force_edid_audio=1



In the webui is still only headphones to choose from, should not be here
also HDMI to choose from?

32723


+---+
|Filename: Bildschirmfoto 2020-12-29 um 19.10.39.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32723|
+---+


BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
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 7.0.0

2020-12-29 Thread Matte

paul- wrote: 
> Matte,  I answered your question here. 
> https://forums.slimdevices.com/showthread.php?113512-ANNOUNCE-piCorePlayer-7-0-0&p=1001421&viewfull=1#post1001421
> 
> You do not need to download those extensions listed above manually, they
> will be added if needed.

Thank you so much! I didn´t see your post since this is such an active
forum :) but now everything works!



Matte's Profile: http://forums.slimdevices.com/member.php?userid=38516
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] Feature request: mDNS for LMS page when installed

2020-12-29 Thread Paul Webster


Toonie wrote: 
> Thanks for the reply... However that will still point to the pCP admin
> page. I was was requesting that it pointed to //:9000/. I
> realise that the LMS page is only one click away, but for the family to
> use, I think it would be good to have a link directly to the LMS
> interface.
> 
> It's not a big deal without this, but I thought it might be relatively
> easy to implement, and useful too.
> 
> Regards,
> Toonie.

mDNS like DNS is for hostname/ip address lookup - AFAIK it cannot return
a port number (9000 in your new example).



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip 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=113549

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


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

2020-12-29 Thread CJS


mvordeme wrote: 
> I found a test track, if you are interested. When you play the live
> album "Showtime, Storytime" by Nightwish, the last three seconds of the
> second track "Wish I Had an Angel" go missing. On which branch are you
> intending to fix it?
Just out of curiosity, I tried to reproduce the skipping of the last 3
seconds of this specific track.
But on my system, this track plays fine until the end and transits
gapless into the next track. I am using the latest LMS 8.1.1 nighly
build.
System details below.

*Server*:
Logitech Media Server Version: 8.1.1 - 1609139162 @ Mon Dec 28 08:27:25
WEST 2020
Hostname: ATOM
Server IP Address: 192.168.0.101
Server HTTP Port Number: 9000
Operating system: Windows 7 - EN - cp1252
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Audio::Scan: 1.02
IO::Socket::SSL: 2.068
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)

*Player*:
Raspberry Pi ZeroW with HifiBerry Zero DAC, running piCorePlayer 6.1.
Player Model: SqueezeLite
Player Type: squeezelite
Firmware: v1.9.8-1287-pCP

TIDAL Premium subscription (320kbps AAC streams).



| LMS 8.1.1 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC Zero |
SqueezeAMP |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread paul-


I made a quick edit to the HDMI routines to add those lines.  Run a
"Patch Update" from the main menu, it will download a new WWW
package(v00012).

Reboot after downloading the updated package. then select Analog/Save
then Reselect HDMI/Save and reboot.



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=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] Feature request: mDNS for LMS page when installed

2020-12-29 Thread paul-


Really no reason to do anything. Create some favorites.


http://pcp.local   (Takes you to the pcp Web pages)
http://pcp.local:9000  (Takes you to the LMS interface on that machine)
http://pcp.local:9000/material  (works if you have material skin
installed on that machine)


Obviously change the pcp above to whatever your hostname is.



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=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=113549

___
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)

2020-12-29 Thread stereoptic


I decided to replace an older rPi 2B with a rPi 3B+, starting from
scratch.

I downloaded the 64 bit pcp 7.0 to a 32GB SD card on a Rpi 3B+ and
installed.  Squeezelite was running.  I modified the audio output to
HDMI and resized the file system to 200MB.  Upon reboot, squeezelite is
not running.  Tried to restart squeezelite, no success.



stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162
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] Feature request: mDNS for LMS page when installed

2020-12-29 Thread Toonie


Paul Webster wrote: 
> If you change the hostname to lms then you will have lms.local instead.
> It is set via the first item in the Tweaks section

Thanks for the reply... However that will still point to the pCP admin
page. I was was requesting that it pointed to //:9000/. I
realise that the LMS page is only one click away, but for the family to
use, I think it would be good to have a link directly to the LMS
interface.

It's not a big deal without this, but I thought it might be relatively
easy to implement, and useful too.

Regards,
Toonie.



Toonie's Profile: http://forums.slimdevices.com/member.php?userid=19371
View this thread: http://forums.slimdevices.com/showthread.php?t=113549

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread coyrls


paul- wrote: 
> Wma is being dropped from all squeezelite versions.
> 
> I will update the release notes to make that clear.

It might also be worth mentioning in the release notes that in addition
to activating the "Play Windows Media" plugin, you also need to install
the piCorePlayer extension pcp-ffmpeg.tcz.



coyrls's Profile: http://forums.slimdevices.com/member.php?userid=44253
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 7.0.0

2020-12-29 Thread BitStream


bogasman wrote: 
> If I change back to Analog and then go back to HDMI again, then both
> lines disappear and I have to add them back again.

I can also confirm that. However, only the active lines are deleted,
commented out lines remain. I noticed this because I tested different
options and always had different lines commented out.

This is what it looked like after switching to analog out and then back
to HDMI.


Code:

#Custom Configuration Area, for config settings that are not managed by pCP.
  #pCP will retain these settings during insitu-update  
  #---Begin-Custom-(Do not alter Begin or End Tags)-
  #hdmi_group=2 
  #hdmi_mode=82 
  #---End-Custom  



Before it looked like this


Code:

#Custom Configuration Area, for config settings that are not managed by pCP.
  #pCP will retain these settings during insitu-update
  #---Begin-Custom-(Do not alter Begin or End Tags)-
  hdmi_force_hotplug=1
  hdmi_drive=2
  hdmi_force_edid_audio=1 
  #hdmi_group=2  
  #hdmi_mode=82   
  #---End-Custom




BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
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 7.0.0

2020-12-29 Thread bogasman


psketch wrote: 
> Did you reboot after changing to HDMI before looking for the outputs
> list?  It won't appear until HDMI is available.  On the config.txt
> change, i added them in the Custom section
> 
> > 
Code:

  >   > #---Begin-Custom-(Do not alter Begin or End Tags)-
  > hdmi_force_hotplug=1
  > hdmi_drive=2
  > #---End-Custom

> > 

Yep. I did it exactly as you wrote. I think we are on the same boat with
@BitStream



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
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 7.0.0

2020-12-29 Thread DAR


paul- wrote: 
> DAR,
> 
> I looked at the specs of the flip5  (Pricey speaker)  I didn't see
> anything odd.  I'm not sure what to think here. I'm running a Bluetooth
> headset right now...playing fine.  Changing the name should not have an
> affect.  Troubleshooting bluetooth is very complicated.
> 
> Do you have any other speaker that you can pair to test your install?
> 
> Paul

Thanks, Paul.  You're right about renaming not having an effect, at
least on 6.1.0.  I just did that, and it works fine.  Turning the
speaker off and on in 6.1.0 causes bluetooth to disconnect and
reconnect, exactly as expected.

I don't have time right now to troubleshoot 7.0.0, but I'll test a new
image on another SD card at some point.  I was also using a bluetooth
headset to test with 7.0.0, but it didn't seem to behave differently
from the JBL Flip 5 speaker.

Dave



DAR's Profile: http://forums.slimdevices.com/member.php?userid=7274
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: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread bpa


JulianH wrote: 
> Attached is log for LMS server (PCP6.1) and PCP7 Player. Regards 
> 
> PS. From what little I know of logs it seems that the ALAC encoder is
> not enabled.
> 
> 32720

ALAC encode is enabled in the file and LMS tries to play direct - as
noted in this entry

Code:


  [20-12-29 14:24:36.7311] Slim::Player::TranscodingHelper::checkBin (274)   
Found command: -
  [20-12-29 14:24:36.7315] Slim::Player::TranscodingHelper::getConvertCommand2 
(497) Matched: alc->alc via: -
  [20-12-29 14:24:36.7320] Slim::Player::Song::open (414) Transcoder: 
streamMode=I, streamformat=alc
  [20-12-29 14:24:36.7325] Slim::Player::Song::open (470) Opening stream (no 
direct streaming) using Slim::Player::Protocols::File 
[file:///mnt/LMSfiles/iTunes/iTunes%20Media/Music/Genesis/A%20Trick%20Of%20The%20Tail/01%20Dance%20On%20A%20Volcano.m4a]
  [20-12-29 14:24:36.7333] Slim::Player::Protocols::File::open (80) duration: 
[355.4] size: [40908952] endian [] offset: [0] for 
file:///mnt/LMSfiles/iTunes/iTunes%20Media/Music/Genesis/A%20Trick%20Of%20The%20Tail/01%20Dance%20On%20A%20Volcano.m4a
  [20-12-29 14:24:36.7336] Slim::Player::Protocols::File::open (97) Opening 
file /mnt/LMSfiles/iTunes/iTunes Media/Music/Genesis/A Trick Of The Tail/01 
Dance On A Volcano.m4a
  [20-12-29 14:24:36.7344] Slim::Player::Protocols::File::open (189) Seeking in 
0 into /mnt/LMSfiles/iTunes/iTunes Media/Music/Genesis/A Trick Of The Tail/01 
Dance On A Volcano.m4a
  [20-12-29 14:24:36.7350] Slim::Player::Song::open (491) URL is a song 
(audio): 
file:///mnt/LMSfiles/iTunes/iTunes%20Media/Music/Genesis/A%20Trick%20Of%20The%20Tail/01%20Dance%20On%20A%20Volcano.m4a,
 type=alc
  [20-12-29 14:24:36.8362] Slim::Player::SongStreamController::new (30) live=1
  
  




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] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread norton


Greetings piCorePlayer folks

Been using piCorePlayer since 3.5 - and noticed with my clean upgrade to
7.0 (nice work on the interface BTW) that SharePort-Sync is no longer
persistent.  
When the Pi or Squeezelite is restarted the AirPlay target appears, but
after about 10-15 minutes, it's gone from my iDevices.  

RPI 2 B, 32-bit build, wired connection, LMS 8.2

After some more investigation, it turns out the newest version of
PiCorePlayer I can get a persistent AirPlay target on is version 4.1.2. 
Just posting here in case I may be doing something silly and someone
else had resolved it.  
I do have a 3B+ (piCorePlayer 4.0) and a Apple Airport express v2 also
being served by the same LMS.   

Thanks,
norton



norton's Profile: http://forums.slimdevices.com/member.php?userid=71153
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] Memory Leak in Perl Engine on piCorePlayer?

2020-12-29 Thread mvordeme


I found a test track, if you are interested. When you play the live
album "Showtime, Storytime" by Nightwish, the last three seconds of the
second track "Wish I Had an Angel" go missing. On which branch are you
intending to fix it?



scaleo home server 2105 & picoreplayer 6.1.0 | logitech media server
8.1.0 | server power control 20120716.103808 |
transporter & duet & touch & boom & radio | rotel rc-995 & rmb-100 |
nubert nuvero 140

mvordeme's Profile: http://forums.slimdevices.com/member.php?userid=22892
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

___
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)

2020-12-29 Thread JulianH


JulianH wrote: 
> On my part i have just successfully played Tidal FLAC, Spotty Off
> Youtube, BBC Sounds and a couple of MP3 tracks from my library.  The
> first ALAC (44.1khz) and Squeezelite crashes .so I have a 100%
> failure hit rate so I haven't found it to be the "odd" ALAC track
> but 100% of them  
> 
> My LMS is still running on PCP6.1 server  and yesterday I installed
> CP30 to try and send non ALAC decoded files to my RPI3B+ / PCP7 players
>  which seemed to work.  But for this test I turned CP30 off for the
> player.

Attached is log for LMS server (PCP6.1) and PCP7 Player. Regards

32720


+---+
|Filename: ALAC.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32720|
+---+


JulianH's Profile: http://forums.slimdevices.com/member.php?userid=66602
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 on buster lite RPi2

2020-12-29 Thread daab


Thanks Ralphy,
I will have look.

I have been wondering whether I should just use picoreplayer.
Would the screen parameters, set in config.txt for buster would just
work?


Code:

# 7inch HDMI Display-C
  max_usb_current=1
  hdmi_force_hotplug=1
  config_hdmi_boost=7
  hdmi_group=2
  hdmi_mode=87
  hdmi_drive=1
  display_rotate=0
  hdmi_cvt 1024 600 60 6 0 0 0
  




daab's Profile: http://forums.slimdevices.com/member.php?userid=70952
View this thread: http://forums.slimdevices.com/showthread.php?t=113541

___
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)

2020-12-29 Thread stereoptic


ralphy wrote: 
> I've been playing 44.1/16 alac files on pcp 7 64-bit for a couple hours
> now without issue and have been since our first 7.0 alpha release.
> 
> We'll need you to provide 1-2 of the "problem" alac files to try and
> track this down.

Sure thing.  I put two ALACS in a Google Drive.  I will send you the
link here in a PM.

Some details, if it matters, The rPi 4 is using a hiFiBerry DAC, and I
upgraded via insitu to Picore 7.  LMS is running on this piCOre
but I have also tried with HDMI on a different piCoreplayer (Raspberry
pi 2B) with piCore 7.



stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162
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] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread JulianH


ralphy wrote: 
> I've been playing 44.1/16 alac files on pcp 7 64-bit for a couple hours
> now without issue and have been since our first 7.0 alpha release.
> 
> We'll need you to provide 1-2 of the "problem" alac files to try and
> track this down.

On my part i have just successfully played Tidal FLAC, Spotty Off
Youtube, BBC Sounds and a couple of MP3 tracks from my library.  The
first ALAC (44.1khz) and Squeezelite crashes .so I have a 100%
failure hit rate so I haven't found it to be the "odd" ALAC track
but 100% of them  

My LMS is still running on PCP6.1 server  and yesterday I installed
CP30 to try and send non ALAC decoded files to my RPI3B+ / PCP7 players
 which seemed to work.  But for this test I turned CP30 off for the
player.



JulianH's Profile: http://forums.slimdevices.com/member.php?userid=66602
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] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread BitStream


The TV and AVR (Denon x4400h) are turned on. But the Rasperry does not
find an HDMI output for the sound, it always finds only the headphone
output. Until version 6.1 both headphone and HDMI for sound were found.
I have added the two lines in config.txt, but they do not change
anything. In the meantime I have also tested the 64bit version, also
here I have the same result.

32716

32717

32719


+---+
|Filename: 20-12-29 15-07-44 3151-A.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32719|
+---+


BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
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] Jivelite for piCorePlayer

2020-12-29 Thread slartibartfast


diode84 wrote: 
> The one I got from eb y works brilliantly on pCP and Daphile. Some have
> rechargeable Lithium batteries, almost same price. Item 114389909685
> ebay 6.69 pounds and does not increase Bezzos fortune.Yeah I saw some on eBay 
> after I ordered it. Amazon do have good delivery
though [emoji3]

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] Jivelite for piCorePlayer

2020-12-29 Thread diode84


slartibartfast wrote: 
> Any idea if this mini keyboard would work with pCP? 
> https://www.amazon.co.uk/gp/aw/d/B01HDR58VI/ref=psdcmw_430565031_t1_B06XNWFBR1
> 
> Sent from my Pixel 3a using Tapatalk

The one I got from eb y works brilliantly on pCP and Daphile. Some have
rechargeable Lithium batteries, almost same price. Item 114389909685
ebay 6.69 pounds and does not increase Bezzos fortune.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
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 7.0.0

2020-12-29 Thread psketch


BitStream wrote: 
> @psketch
> 
> It's the same for me on a b3+, HDMI is not displayed here. I've been
> trying everything for two days but I only get the headphones displayed.
> 
> > 
Code:

  >   > tc@picore:~$ aplay -l
  >  List of PLAYBACK Hardware Devices 
  > card 0: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones 
[bcm2835 Headphones]
  > Subdevices: 8/8
  > Subdevice #0: subdevice #0
  > Subdevice #1: subdevice #1
  > Subdevice #2: subdevice #2
  > Subdevice #3: subdevice #3
  > Subdevice #4: subdevice #4
  > Subdevice #5: subdevice #5
  > Subdevice #6: subdevice #6
  > Subdevice #7: subdevice #7
  > 

> > 
> > 
Code:

  >   > tc@picore:~$ aplay -L
  > null
  > Discard all samples (playback) or generate zero samples (capture)
  > default
  > plugequal
  > equal
  > hw:CARD=Headphones,DEV=0
  > bcm2835 Headphones, bcm2835 Headphones
  > Direct hardware device without any conversions
  > plughw:CARD=Headphones,DEV=0
  > bcm2835 Headphones, bcm2835 Headphones
  > Hardware device with all software conversions
  > sysdefault:CARD=Headphones
  > bcm2835 Headphones, bcm2835 Headphones
  > Default Audio Device
  > dmix:CARD=Headphones,DEV=0
  > bcm2835 Headphones, bcm2835 Headphones
  > Direct sample mixing device

> > 

Hi

As Paul mentioned in another post, the kernel version for 7.x uses
different devices for the audio/headphone output and HDMI, and so will
only show the HDMI devices if the Pi thinks it's connected to an HDMI
display.  After having selected HDMI and rebooted, I wasn't seeing
anything still, since that Pi is connected to the HDMI input on an amp,
and that amp doesn't tell connected devices that HDMI is there unless
the right input is active on the amp, and the monitor is on.  So, I
selected the right input on the amp, turned the monitor on, and hey
presto, I see the Pi bootup process when I restart and the HDMI device
is available as an output.  Then, adding the lines to config.txt forces
the Pi to always think there's a display there.

So, if you're not seeing anything, do you see the Pi bootup processes
etc. on the hdmi display, and is the device there when the whole display
chain is active?

pete S



psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555
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] Feature request: mDNS for LMS page when installed

2020-12-29 Thread Paul Webster


If you change the hostname to lms then you will have lms.local instead.
It is set via the first item in the Tweaks section



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip 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=113549

___
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)

2020-12-29 Thread ralphy


stereoptic wrote: 
> Squeezelite stopped for every ALAC file that I threw at it.   They were
> all 44.1/16.

I've been playing 44.1/16 alac files on pcp 7 64-bit for a couple hours
now without issue and have been since our first 7.0 alpha release.

We'll need you to provide 1-2 of the "problem" alac files to try and
track this down.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread stereoptic


philippe_44 wrote: 
> Thanks - This together with @paul- response confirms that it's likely an
> issue with the native alac decoder. Now, if it happens with each and
> every file, we should be able to find out quickly
Squeezelite stopped for every ALAC file that I threw at it.   They were
all 44.1/16.



stereoptic's Profile: http://forums.slimdevices.com/member.php?userid=53162
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] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread paul-

Matte wrote: 
> 
> 
> *Now to my question, what commands should I use for manually download
> these seven files above via ssh*(l´m a linux noob)?
> 
> 
> 
> For the record, both versions also downloads util-linux.tcz
> 
> If it still doesn´t work so be it, I can use version 6.1 or 7.0 64-bit
> instead, but it would be nice to try to fix it.

Matte,  I answered your question here. 
https://forums.slimdevices.com/showthread.php?113512-ANNOUNCE-piCorePlayer-7-0-0&p=1001421&viewfull=1#post1001421

You do not need to download those extensions listed above manually, they
will be added if needed.



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=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] Jivelite on buster lite RPi2

2020-12-29 Thread ralphy


daab wrote: 
> I am trying to get jivelite running on an RPi2 with buster lite, I've
> finagled things to almost work. 
> I am using this screen  (sorry first post so cannot post the link)
> 7inch_HDMI_Display-C on lcdwiki
> The resolution is 1024x600
> 
> The touch calibration is off, but only with jivelite.
> So is the fix to build libsdl1.2 with tslib support locally on the box
> 
> One other thing puzzles me, and it is to do with permissions
> 
> > 
Code:

  >   > 
  > pi@raspberrypi2:~/tslib/tests $ ls -l /dev/fb0 e.c
  > crw-rw 1 root video 29, 0 Dec 27 14:17 /dev/fb0
  > pi@raspberrypi2:~/tslib/tests $ ls -l /dev/input/
  > total 0
  > drwxr-xr-x 2 root root  60 Dec 27 14:17 by-id
  > drwxr-xr-x 2 root root  60 Dec 27 14:17 by-path
  > crw-rw 1 root input 13, 64 Dec 27 14:17 event0
  > crw-rw 1 root input 13, 65 Dec 27 14:17 event1
  > crw-rw 1 root input 13, 63 Dec 27 14:17 mice
  > crw-rw 1 root input 13, 32 Dec 27 14:17 mouse0
  > 

> > 
> 
> user pi belongs to groups video and input, yet I have to lanch
> jivelite with sudo. What am I missing?

The framebuffer console in the SDL library requires root permissions,
regardless of the groups.

There's a fix in SDL-1.2.16 to allow running as non-root.

changeset:   2846:6428b7e83c2c
branch:  SDL-1.2
user:Paul Cercueil 
date:Tue Sep 22 05:03:51 2020 +0300
summary: video/fbcon: Allow running as non-root

You'll find it on https://hg.libsdl.org/ in the SDL-1.2 branch.

I haven't had a chance to test it yet.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=113541

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread Matte

Hello again!
As I wrote in post #151 I´m having trouble with that version 7.0.0
32-bit doesn´t detect my 4TB usb-disk.
The disk is in GPT partition (not MBR as it only allows max 2TB
partitions) and therefore I always need to press the button 
"Install extension "unit-linux.tcz" for compatibility".

After that version 6.1 AND version 7.0.0 64-bit has no problem detecting
my disk and everything works as it should.
When I look what happens when I install that compatibility-pack the only
difference between version 7 32-bit and version 7 64-bit
is that the latter (64-bits) also downloads these seven files:

bzip2-lib.tcz
pcre.tcz
libelf.tcz
gamin.tcz
glib2.tcz
libudev.tcz
libcap-ng.tcz

*Now to my question, what commands should I use for manually download
these seven files above via ssh*(l´m a linux noob)?

For the record, both versions also downloads util-linux.tcz

If it still doesn´t work so be it, I can use version 6.1 or 7.0 64-bit
instead, but it would be nice to try to fix it.



Matte's Profile: http://forums.slimdevices.com/member.php?userid=38516
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: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread ralphy


philippe_44 wrote: 
> Ah, that would be interesting if the people who had the issue use the 64
> bits version. I found a plain mistake in alac's official version where
> aarch64 compiles with the wrong endianness and that crashes real bad.
> It's here https://github.com/ralph-irving/squeezelite/issues/121. I'm
> not sure what @ralphy meant when he said he forces LE - I mean even if
> you force compiler, there are still the alac own flags. Maybe it's that.

For pcp7 32&64 bit, I patch codec/EndianPortable.c using the file
mentioned in issue 121 and I use https://github.com/TimothyGu/alac to
build the libalac extension.

Prior to issue 121, the patch file just forced little endian regardless
of the cpu.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

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


[SlimDevices: Unix] Feature request: mDNS for LMS page when installed

2020-12-29 Thread Toonie


I have just upgraded my server pi to 7.0.0 (from 3.1.1 :) ) and really
enjoying the various improvements, including having a local mDNS for
http://pcp.local/. However I think it would also be useful if there was
an extra entry when the LMS server is installed: http://lms.local/

I use the LMS web interface very rarely as the phone app (Squeezer) is
the main way I control everything. However it would be nice to have a
simple to remember URL for the rare times I use a browser.

Many Thanks,
Toonie.



Toonie's Profile: http://forums.slimdevices.com/member.php?userid=19371
View this thread: http://forums.slimdevices.com/showthread.php?t=113549

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread BitStream


psketch wrote: 
> 
> > 
Code:

  >   > #---Begin-Custom-(Do not alter Begin or End Tags)-
  > hdmi_force_hotplug=1
  > hdmi_drive=2
  > #---End-Custom

> > 

@psketch

It's the same for me on a b3+, HDMI is not displayed here. I've been
trying everything for two days but I only get the headphones displayed.


Code:

tc@picore:~$ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones 
[bcm2835 Headphones]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
  



Code:

tc@picore:~$ aplay -L
  null
  Discard all samples (playback) or generate zero samples (capture)
  default
  plugequal
  equal
  hw:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Direct hardware device without any conversions
  plughw:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Hardware device with all software conversions
  sysdefault:CARD=Headphones
  bcm2835 Headphones, bcm2835 Headphones
  Default Audio Device
  dmix:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Direct sample mixing device




BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
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: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-12-29 Thread JulianH


philippe_44 wrote: 
> Thanks - This together with @paul- response confirms that it's likely an
> issue with the native alac decoder. Now, if it happens with each and
> every file, we should be able to find out quickly

i was having same problem as Stereoptic on PCP7 32bit..



JulianH's Profile: http://forums.slimdevices.com/member.php?userid=66602
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] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread Ejdzi


paul- wrote: 
> 
> 
> The only parameters used on the squeezelite page for bluetooth sessions
> are.
> 
> 1) Server IP
> 2) IR settings
> 
> 


So this mean that there are implementations of IR for bluetooth instance
already in piCorePlayer 7.0.0? Where to find IR settings for bluetooth
sessions?



Ejdzi's Profile: http://forums.slimdevices.com/member.php?userid=71074
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 7.0.0

2020-12-29 Thread BitStream


@psketch

It's the same for me on a b3+, HDMI is not displayed here. I've been
trying everything for two days but I only get the headphones displayed.


Code:

tc@picore:~$ aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones 
[bcm2835 Headphones]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7
  



Code:

tc@picore:~$ aplay -L
  null
  Discard all samples (playback) or generate zero samples (capture)
  default
  plugequal
  equal
  hw:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Direct hardware device without any conversions
  plughw:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Hardware device with all software conversions
  sysdefault:CARD=Headphones
  bcm2835 Headphones, bcm2835 Headphones
  Default Audio Device
  dmix:CARD=Headphones,DEV=0
  bcm2835 Headphones, bcm2835 Headphones
  Direct sample mixing device




BitStream's Profile: http://forums.slimdevices.com/member.php?userid=68205
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 7.0.0

2020-12-29 Thread psketch


bogasman wrote: 
> It didn't work for me. When I choose HDMI the output is being populated
> with "sysdefault:CARD=b1". However there i no such device on the
> available outputs list, hence squeezelite doesn't start.
> I've added both lines into config.txt but it didn't change anything. If
> I change back to Analog and then go back to HDMI again, then both lines
> disappear and I have to add them back again.

Did you reboot after changing to HDMI before looking for the outputs
list?  It won't appear until HDMI is available.  On the config.txt
change, i added them in the Custom section


Code:

#---Begin-Custom-(Do not alter Begin or End Tags)-
  hdmi_force_hotplug=1
  hdmi_drive=2
  #---End-Custom




psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555
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] 'Official' docker container for LMS?

2020-12-29 Thread rosscullen


I'm using Docker a lot on Synology DSM 6.2 as well. I have had a lot of
issues trying to get containers to run through the UI, particularly with
permission issues.

So I reverted to the Docker command line (shell) and found it works a
lot better for getting containers going intitially. Then i use the GUI.
I also recommend installing a Docker container for Portainer (a more
advanced GUI for Docker).


Here's the steps I used (but I can't guarantee they'll work for you as I
haven't moved to LMS Docker yet... but with the issues with PERL, LMS
8.1 and Synology DSM 7 at the moment, I would say you'll have a lot more
people looking to find similar solutions):

1. Create a user account on your DSM for Docker. (Details at
https://mariushosting.com/synology-how-to-find-uid-userid-and-gid-groupid/).
Make note of the "PUID" and "PGID" and replace the number values (1000)
with the numbers noted on the values "-e PUID= " and "-e PGID= "
down below.

2. Enable SSH in Synology (see
https://www.synology.com/en-global/knowledgebase/DSM/tutorial/General_Setup/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet)
3. Run Putty (available at www.putty.org)
4. connect to the IP of your Synology
5. Login using your Synology DSM username and password
6. type "sudo su" and enter your password again.
7. Run the following command to build your docker image:

SUDO DOCKER RUN \
--NAME LOGITECH-MEDIA-SERVER \
-V \"[YOUR-DOCKER-LMS_CONFIG_FOLDER]\":\"/CONFIG\":RW \
-V \"[YOUR_MUSIC_FOLDER]\":\"/MUSIC\":RO \
-V \"[YOUR_LMS_PLAYLIST_FOLDER\":\"/PLAYLIST\":RW \
-V \"/ETC/LOCALTIME\":\"/ETC/LOCALTIME\":RO \
-P 9000:9000/TCP \
-P 9090:9090/TCP \
-P 3483:3483/TCP \
-P 3483:3483/UDP \
-E TZ=EUROPE/LONDON \
-E PUID=1000 \
-E PGID=1000 \
LMSCOMMUNITY/LOGITECHMEDIASERVER:8.2.0-DEV


PS: If your timezone is different than above, replace with
"Country/City"

Fingers crossed, hope this helps. Haven't migrated over to LMS on Docker
yet but will keep you posted if I made modifications to the above.



rosscullen's Profile: http://forums.slimdevices.com/member.php?userid=63220
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] ANNOUNCE: piCorePlayer 7.0.0

2020-12-29 Thread mr-b


avr300 wrote: 
> Thank you for pointing me in the correct direction. This
> https://forums.slimdevices.com/showthread.php?109404-ANNOUNCE-piCorePlayer-4-0-0&p=925614&viewfull=1#post925614
> seems to be the way.
> 
> And thanks to Greg for posting the answer.
Can the panel consider adding ntpd daemon in 7.x?
It seems folks continue to be impacted by boot-time time sync issues,
would it contribute to "bloat" too much, esecp if fair numbers end up
having to add it anyway?

Greg summarised the options nicely after I'd had issues:
https://forums.slimdevices.com/showthread.php?112335-piCorePlayer-6-configuring-NTP-server&p=982399&viewfull=1#post982399



mr-b's Profile: http://forums.slimdevices.com/member.php?userid=10044
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] Jivelite for piCorePlayer

2020-12-29 Thread Jeff07971


slartibartfast wrote: 
> I read in another post that only the joggler skin is included by
> default. Do the other skins need to be installed somehow?
> 
> Sent from my Pixel 3a using Tapatalk

No that is not the case

Just go to Settings > Screen > Select Skin in Jivelite

Jeff



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X&p=903953&viewfull=1#post903953

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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 7.0.0

2020-12-29 Thread bogasman


psketch wrote: 
> Hi Paul
> 
> I just had another check, and it doesn't look like they get added.  I
> set back to USB, removed the lines I'd manually added, rebooted, changed
> it back to HDMI, rebooted, and squeezlite wouldn't load.  I checked
> config.txt and those lines aren't there - adding them manually and
> squeezelite works fine again.
> 
> I had the same problem when I did a clean install of 7.0 as well, which
> is what made me go and look for it again.
> 
> pete S

It didn't work for me. When I choose HDMI the output is being populated
with "sysdefault:CARD=b1". However there i no such device on the
available outputs list, hence squeezelite doesn't start.
I've added both lines into config.txt but it didn't change anything. If
I change back to Analog and then go back to HDMI again, then both lines
disappear and I have to add them back again.



bogasman's Profile: http://forums.slimdevices.com/member.php?userid=68585
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] Jivelite for piCorePlayer

2020-12-29 Thread slartibartfast


Jeff07971 wrote: 
> I leave them as defualt except for changing the size/res :-
> 
> 32704
> 
> JeffI read in another post that only the joggler skin is included by
default. Do the other skins need to be installed somehow?

Sent from my Pixel 3a using Tapatalk





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