Re: [SlimDevices: Unix] Changing FLAC settings in custom-convert file disables MP3 in LMS ????

2019-11-17 Thread callesoroe
bpa wrote: > UNK is the unknown type when LMS cannot determine from the stream URL, > mime, prefix or suffix what is the "type" of the stream/file. Supported > types are in types,.conf and various custom-types.conf. > > It is possible the "wimp://" is the source of the unk - I don't use >

Re: [SlimDevices: Unix] Knob - Volume - mouse scroll hack

2019-11-17 Thread Roland0
Wiredcharlie wrote: > From what I can see that is button/keypress only. It uses python-evdev, which is a interface to evdev and reports all device events (X uses evdev as well btw). Haven't tested it with inputexec, but this works: Code: #!/usr/bin/env python3

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2019-11-17 Thread paul-
Think I got it this time Ronnie. Missing an * globbing all of the 4B cards. As for the network, most of the time I get an address in about 3 or 4 seconds, but Occasionally when swapping SD cards in the same board, it causes the DHCP server to delay. Not having a network address does indeed

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-11-17 Thread Doryphore
Thanks My radios are synchronized, but after an internet break, they do not leave without pressing play Doryphore's Profile: http://forums.slimdevices.com/member.php?userid=67964 View this thread:

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2019-11-17 Thread Man in a van
The previous post was from the SD card with the image that does not load ALSA. Here is the same pi, with the image made from a fresh download of the beta7. Squeezelite works fine on this. Here is the Boot log, with no IP address: Code: Starting piCorePlayer v6.0.0-b7

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2019-11-17 Thread Man in a van
paul- wrote: > What pi are you using? Can you get me your revision code? It’s on the > Diagnostics / Raspberry Pi page. > > As for the network address, you dhcp server is taking a long time to > respond.is that normal for you? The Wait for network is timing out > > Thanks for the

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2019-11-17 Thread paul-
What pi are you using? Can you get me your revision code? It’s on the Diagnostics / Raspberry Pi page. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-11-17 Thread Paul Webster
Unless you set up synchronisation between the players then each stream will be a new session to the remote radio station (I assume that this is the case even if you configure for "proxied" where the devices connect through LMS but perhaps LMS is clever and spots more than one device requesting

Re: [SlimDevices: Unix] Changing FLAC settings in custom-convert file disables MP3 in LMS ????

2019-11-17 Thread bpa
The reason for just having the specific custom changes in the custom-convert,conf file is because if the whole convert.conf file is copied then any updates to convert,conf in subsequent LMS will not used - only the old values convert.conf values used when the custom-convert.conf was created.

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-11-17 Thread Doryphore
Hello, I live in the countryside and I do not have a good internet speed. I mainly listen to internet radio, but every time there is a break in the Internet the radio does not pick up. I have to press Play several times to resume. Is there no way for the radio to resume when the connection

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2019-11-17 Thread Man in a van
Downloaded the new beta image and the install proceed without any problems. Sound card present on boot. Code: Starting piCorePlayer v6.0.0-b7 startup... Checking for boot files on mmcblk0p1... Trying to mount /dev/mmcblk0p1. ssh file found on mmcblk0p1.

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2019-11-17 Thread Man in a van
Tried to update a rpi4b (32bit kernel) this Sunday morning. The update failed: Code: [ INFO ] You are currently using piCorePlayer6.0.0-b6 [ INFO ] Boot partition size required: 62000. Boot partition size is: 131072 [ INFO ] Space required for update and

Re: [SlimDevices: Unix] Changing FLAC settings in custom-convert file disables MP3 in LMS ????

2019-11-17 Thread bpa
callesoroe wrote: > My Transporter in the Livingroom is configered to use the digital loop > function. It is connected to a Tact digital preamp. To take advantage of > the DSP functions in the Tact, but to use The Transporters DAC as it > sounds better. > So I think this explaines the digital

Re: [SlimDevices: Unix] Knob - Volume - mouse scroll hack

2019-11-17 Thread Wiredcharlie
Roland0 wrote: > 'This' (https://www.nexus0.net/pub/documents/LMS/lms-inputexec/) might > be of interest. >From what I can see that is button/keypress only. The point (for me) is to have the rotation of a traditional volume knob that properly interfaces with the LMS volume setting. Most of the

Re: [SlimDevices: Unix] Changing FLAC settings in custom-convert file disables MP3 in LMS ????

2019-11-17 Thread callesoroe
bpa wrote: > Don't worry - that is associated with something else. The type "unk" > has been determined for the last stream/file you are trying to play. > What is it ? What is the DigitalInput Tranporter action ? > > As Peter said there are two instances of the parsing error. The code >