[SlimDevices: SqueezeCenter] Powersave: sometimes no sound after restarting playback

2019-04-02 Thread Rnee
Hi all I had to disable this plugin because the main player would not output any sound, even though playback had been started en the progress bar was showing playback. Rebooting seemed the only option; restarting Squeezelite and/or LMS would not help. Any idea what might be wrong/how to solve t

Re: [SlimDevices: SqueezeCenter] Musepack on LMS on a Raspberry Pi

2019-04-02 Thread ralphy
Looks like you downloaded the armel mppdec on your rpi. Please try the 'mppdec armhf binary' (https://sourceforge.net/projects/lmsclients/files/utility/mppdec-1.95z67-armv6hf.tar.gz/download). It is specifically for the rpi. Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio 'Squeezebo

Re: [SlimDevices: SqueezeCenter] Does LMS use IPv6 at all?

2019-04-02 Thread Owen Smith
I had a look at the code. What is that line doing with "tunein" in it, does that mean it always uses the LMS cache or never or what for such urls? My problems are with tunein playing Classic FM and Linn Classical. BBC iPlayer plugin is working fine, but I know it uses persistent http 1.1 connecti

[SlimDevices: SqueezeCenter] M4A suddenly stopped working on Synology

2019-04-02 Thread eater
Been fine for years. Now it just skips over any M4A tracks. The log looks like this: https://paste.ubuntu.com/p/FPKv9VfqsJ/ Logitech Media Server Version: 7.9.2 I made sure I have the right executables and entries in my convert.conf, per the 'wiki' (http://wiki.slimdevices.com/index.php/AAC#AAC

Re: [SlimDevices: SqueezeCenter] Musepack on LMS on a Raspberry Pi

2019-04-02 Thread SpiderJon
ralphy wrote: > Looks like you downloaded the armel mppdec on your rpi. > > Please try the 'mppdec armhf binary' > (https://sourceforge.net/projects/lmsclients/files/utility/mppdec-1.95z67-armv6hf.tar.gz/download). > > It is specifically for the rpi. Hi Ralphy Thanks for noticing I'd downloa

Re: [SlimDevices: SqueezeCenter] M4A suddenly stopped working on Synology

2019-04-02 Thread bpa
Code: [19-04-02 13:33:39.3502] Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (617) Using command for conversion: "/bin/ffmpeg" -loglevel quiet -f mp4 -i pipe:0 -f flac -* I don't think there should be an asterisk at the end of the

Re: [SlimDevices: SqueezeCenter] M4A suddenly stopped working on Synology

2019-04-02 Thread eater
I just deleted the * from the convert.conf and now it's working! Thank you. Not sure what happened, since the file hadn't been modified since 2016. eater's Profile: http://forums.slimdevices.com/member.php?userid=13695 Vi

Re: [SlimDevices: SqueezeCenter] C-3PO plugin, a trnscoding helper.

2019-04-02 Thread jamc2
Is C-3PO of any benefit to Hi-Fi or Hi-Rez Qobuz streams? Does it work with the beta builds of LMS or do I need the old 2017 R2 version? If so, any particular settings? Using RPI and Allo Boss with LMS on NUCi5 (16GB RAM) dual booting W10 and Kubuntu, using Kubuntu mostly. Thanks --

Re: [SlimDevices: SqueezeCenter] M4A suddenly stopped working on Synology

2019-04-02 Thread bpa
eater wrote: > I just deleted the * from the convert.conf and now it's working! Thank > you. > > Not sure what happened, since the file hadn't been modified since 2016. Either it was modified or it wasn't being used. No middle ground.

Re: [SlimDevices: SqueezeCenter] C-3PO plugin, a trnscoding helper.

2019-04-02 Thread marcoc1712
jamc2 wrote: > Is C-3PO of any benefit to Hi-Fi or Hi-Rez Qobuz streams? > Does it work with the beta builds of LMS or do I need the old 2017 R2 > version? > If so, any particular settings? > Using RPI and Allo Boss with LMS on NUCi5 (16GB RAM) dual booting W10 > and Kubuntu, using Kubuntu mostl

Re: [SlimDevices: SqueezeCenter] Does LMS use IPv6 at all?

2019-04-02 Thread mrw
Owen Smith wrote: > What is that line doing with "tunein" in it This seems to cover it: https://github.com/Logitech/slimserver/commit/7420d4cb356056e557824236fb9a71ba5167e741 The code in question is only executed if there's nothing in cache, and the lookup failed. Motivation in the attached l

Re: [SlimDevices: SqueezeCenter] Does LMS use IPv6 at all?

2019-04-02 Thread Owen Smith
mrw wrote: > This seems to cover it: > > https://github.com/Logitech/slimserver/commit/7420d4cb356056e557824236fb9a71ba5167e741 > > The code in question is only executed if there's nothing in cache, and > the lookup failed. Motivation in the attached link. Understood, thanks. Actually it is r

Re: [SlimDevices: SqueezeCenter] Does LMS use IPv6 at all?

2019-04-02 Thread peterw
Owen Smith wrote: > Understood, thanks. Actually it is radiotime in my case (I checked the > URL) but that is in the list. It does mean that if the occasional DNS > lookup fails after an LMS cache entry has timed out this code could make > matters worse. What units are the frequency it is prepar