Re: [SlimDevices: SqueezeCenter] LMS / Max number of players and how to reduce latency

2019-02-20 Thread pippin

Ummm, sure, a lot of us here have built such systems.
If you want to sync all 10 players together in one group you’d need
players with very good timing or you’ll see dropouts but 3-4 per group
should also work with a RPi.
You should not run a player on the RPi that runs the server, it will lag
behind the others.
Also, with the limited bandwidth of the RPi you should probably not try
hi-res streaming (high sample rates etc.) with all 10 players playing
simultaneously.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=110197

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread bpa


slartibartfast wrote: 
> That makes sense as the total length of the episode I listened to is
> 27626853 bytes and has a length of 29 minutes 22 seconds from the XML
> file. 6107345 would be around 6.5 minutes which is around the time when
> playback stopped. So for some reason LMS thinks that is the end of the
> file.

LMS thinks end of file when TCP connection is closed which occurs after
FIN which happens after RST.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread slartibartfast


bpa wrote: 
> Usually the number of bytes read from the source - but I think if
> transcoding/rate limiting is involved the source may be the trasncoding
> chain although not sure.

That makes sense as the total length of the episode I listened to is
27626853 bytes and has a length of 29 minutes 22 seconds from the XML
file. 6107345 would be around 6.5 minutes which is around the time when
playback stopped. So for some reason LMS thinks that is the end of the
file.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread bpa


slartibartfast wrote: 
> Any idea what song pos 6107345 means? 

Usually the number of bytes read from the source - but I think if
transcoding/rate limiting is involved the source may be the trasncoding
chain although not sure.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread slartibartfast


bpa wrote: 
> Did a quick hack so time displayed is correct but playback still stops
> after about 7 mins. 
> 
> I feel this stopping is about the server not liking the stream not
> "moving" for a number of minutes - the issue is how to "prove" it and if
> so - even harder,  is there a workaround or fix ?A couple of lines from the 
> server log show

[19-02-20 14:11:03.4187] Slim::Player::Source::_readNextChunk (373) end
of file or error on socket, song pos: 6107345

[19-02-20 14:11:03.4199] Slim::Player::Source::_readNextChunk (378)
xx:xx:xx:xx:xx:xx mark end of stream

Any idea what song pos 6107345 means? 

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread bpa


slartibartfast wrote: 
> Yes, 157320 seconds is exactly 43 hours 42 minutes. It must be a parsing
> error.

Did a quick hack so time displayed is correct but playback still stops
after about 7 mins. 

I feel this stopping is about the server not liking the stream not
"moving" for a number of minutes - the issue is how to "prove" it and if
so - even harder,  is there a workaround or fix ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread slartibartfast


bpa wrote: 
> Interesting.
> 
> I took the 157230 secs from LMS (see 2 screenshots) - so I looked at the
> XML source which shows 
> > 
Code:

  >   > 
  > 43:42
  > 

> > 
> 
> This could mean LMS has a "minor" parsing issue which is mistaking a
> MM:SS duration for HH:MM:00 
> 
> I don't think this could cause the stopping problem but you never
> know.

Yes, 157320 seconds is exactly 43 hours 42 minutes. It must be a parsing
error.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread bpa


slartibartfast wrote: 
> That seems far too long 157320 secs is more than 43 hours.
> 
> Sent from my SM-G900F using Tapatalk

Interesting.

I took the 157230 secs from LMS (see 2 screenshots) - so I looked at the
XML source which shows 

Code:


  43:42
  



This could mean LMS has a "minor" parsing issue which is mistaking a
MM:SS duration for HH:MM:00 

I don't think this could cause the stopping problem but you never know.


+---+
|Filename: FlamingLipsdetails.png   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26806|
+---+


bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread digimaster


*

'How to add the Qnapclub store to the QNap App center'
(https://www.qnapclub.eu/en/howto/1)

'The latest QLogitechMediaServer version!'
(https://www.qnapclub.eu/nl/qpkg/545)

= QLogitechMediaServer version 2.03.31
= 19-02-2019

+ For the x86_64 switch to Perl 5.28.1, to support audio::scan version
1.02 is part of LMS !
( For LMS with Perl 5.28.1 only x86_64 is support up until now !)
Update included CPAN modules perl 5.28.1 IO-Socket-SSL to 2.060,
Mozilla-CA 20180301, Net-SSLeay 1.85,
Devel-NYTProf 6.06, Crypt-OpenSSL-Random 0.15, Crypt-OpenSSL-Bignum
0.09, Crypt-OpenSSL-RSA 0.31
Added Crypt-OpenSSL-Guess 0.11
( All build with openssl 1.02q )
- When other architecture come available in LMS, they also be upgraded
to 5.28.1 and newer CPAN in next releases )
+ Now also switch to the start-stop-daemon command to startup LMS.
Works better on startup and gives more control. Also feels like LMS
runs better and bit faster !
( One can switch back to the old way, by doing touch .CHROOT in the
.qpkg/LogitechMediaServer directory )
If there would be a error on start-stop-daemon, will always try if
chroot works.
* Redesigned the startup for MusicIPServer, also changed the IOnice and
nice settings.
MusicIPServer will run Ioniced on best-effort with a low prio 6.
The nice level is set to 5, the minimize system resources.
Handles start-stop-daemon the same as when starting LMS, so on error
will
try chroot. And if .CHROOT is in LogitechMediaServer, will uses chroot
to start.
+ IOnice is now completely used, so get a faster and stable running LMS
services !
IOnice helps to run on a light or heavy load nas-system !
The default settings, works best. Have been testing it with different
settings.
Can be disable or adjusted in .QLMS.conf, for more info on IOnice
Google it !
- NORENICED is removed from .QLMS.conf
* RENICE is now only used when starting LMS, using the nice command on
startup
+ On startup will check on httpport, default is 9001. One can change it
in .QLMS.config HTTPPORT=,
must be between 9000-9020. If not set correctly or in use, will use
default 9001 !
* Completely redesign error handling, removed several checks and
messages !
+ Now on error, if you start QLogitechMediaServer from cli, will try to
give a indication on the error !
+ On startup will check on ownership/rights of file in SlimServer, and
if need adjust it.
To prevent thats LMS crashes on wrong set ownership/rights !
* Changed some messages when QLogitechMediaServer.sh config is used.
Also after this, there is a log-file of the output
QLogitechMediaServer.log.config.
! I have noticed users, having a error on the md5 check.
Always download from the QNap club website or store, to be sure you
got the official release.
+ On the UPDATE/NIGHTLY check, wont use the /tmp directory anymore.
/tmp has little space on some systems, which causes errors or other
strange stuff when checking on updates!
! In version 2.03.30 a few users got a start-stop-daemon missing or
corrupted error, while starting QLogitechMediaServer.
This is FIXED, was due to a check not proper set.
! In version 2.03.30 md5 check was not proper handled, due this there
was a error on files in config.FIXED
+ The config command will now also show if MusicIPServer is running.

Questions or trouble regarding LogitechMediaServer itself , go to the
SlimDevices forum website. 
http://forums.slimdevices.com

More information on MusicIP, go to https://www.spicefly.com/ or
http://forums.slimdevices.com

No need to uninstall any old lms installations, from version 2.00.00,
can be installed beside any other lms or perl installations.

'How to add the Qnapclub store to the QNap App center'
(https://www.qnapclub.eu/en/howto/1)

'The latest QLogitechMediaServer version!'
(https://www.qnapclub.eu/nl/qpkg/545)

*



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread mrw


While idly gazing out of the window, I've just played this on a
Squeezeplay desktop with Wireshark in the background. The remote server
issued a very final looking "FIN" after transmitting about 7.1M bytes of
data in a period of 3 minutes. Play time was worth about 7 minutes, and
the player ground to a halt after about that sort of time.

Consistent with bpa's original remark, I think. How might one persuade
such a server to take life a little more gently ?



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread dolodobendan


> It's because of you, I decided to go to perl 5.28.

:o Oh my. Thank you!!!

digimaster wrote: 
> Hope Michael also gone make it for the other architectures. As I want to
> keep the LMS as basic, as it's found on the website. 

I'm pretty sure that other architectures will follow.



QLMS 7.9.2@2.03.21 x64 (digimaster) / QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread slartibartfast


bpa wrote: 
> I was using one which the headers said 41947266 bytes and duration
> 157320 secsThat seems far too long 157320 secs is more than 43 hours.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread digimaster


dolodobendan wrote: 
> I'm happy, thank you. :)Hope Michael also gone make it for the other 
> architectures. As I want to
keep the LMS as basic, as it's found on the website. 

Send from my mobile Phone



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread bpa


slartibartfast wrote: 
> The podcast size is around 27MB which would be around 1MB per minute.
> 
> Sent from my SM-G900F using Tapatalk
I was using one which the headers said 41947266 bytes and duration
157320 secs



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread dolodobendan


digimaster wrote: 
> 
> Hope your happy with perl 5.28, as LMS then supports audio::scan. 
> 

I'm happy, thank you. :)



QLMS 7.9.2@2.03.21 x64 (digimaster) / QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread digimaster


dolodobendan wrote: 
> Again, just to be sure, there's no .CHROOT. I removed it.
> 
> Here's the config's output:
> 
> > 
Code:

  >   > 
  > admin@192.168.1.1:/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer$ 
./QLogitechMediaServer.sh config
  > /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/.QLMS.func: line 
455: /bin/which: No such file or directory
  > The system mounts:
  > /share/external/DEV3306_1 on 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/share/external/DEV3306_1
 type none (rw,bind)
  > /share/CACHEDEV1_DATA on 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/share/CACHEDEV1_DATA
 type none (rw,bind)
  > /proc on 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/proc type none 
(rw,bind)
  > /sys on /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/sys 
type none (rw,bind)
  > /tmp on /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/tmp 
type none (rw,bind)
  > /mnt/ext/opt/avahi0630/var/run/dbus on 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/run/dbus type 
none (ro,bind)
  > Network check :
  > qnapclub.eu 37.187.75.121
  > Error [DIG] QTS!
  > Network check in chroot :
  > qnapclub.eu 37.187.75.121
  > 37.187.75.121
  > Perl check :
  > version='5.28.1';
  > archname='x86_64-linux-thread-multi';
  > grep: /etc/config/netmgr.conf: No such file or directory
  > QNAP info :
  > QNap Model:
  > QNap Nas-system Platform: x86_64
  > System: x86_64-QNAP-linux-gnu
  > QTS Version: 434
  > The bash shell :
  > GNU bash, version 3.2.57(1)-release (x86_64-QNAP-linux-gnu)
  > Copyright (C) 2007 Free Software Foundation, Inc.
  > The /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer is properly Mounted!
  > FilesystemSize  Used Available Capacity Mounted on
  > /dev/mapper/cachedev1   5.3T  4.3T950.9G  82% 
/share/CACHEDEV1_DATA
  > The configuration:]
  > [Packages Root] /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer
  > [QPKG Share] /share/CACHEDEV1_DATA
  > [Chroot Root] 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT
  > [Chroot cmd] /usr/sbin/chroot
  > [start-stop-daemon cmd] 
  > The LMS used options on startup :
  > [--daemon --httpport 9001 --user squeezeboxserver --pidfile 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Cache/QLogitechMediaServer.pid
 --priority -10 --charset utf8 --quiet --noimage --novideo]}
  > LogitechMediaServer is running on 1272!
  > Webgui can be found on http://192.168.1.1:9001
  > squeezeboxserver services found on :
  > [1272]
  > Auto update offical releases enabled!
  > Nightly Releases Auto Update enabled!
  > The installed LMS Release 7.9.2 Version 1550612824!
  > [8.8.8] is used to find latest Release!
  > LogitechMediaServer is not started with Nice!
  > LogitechMediaServer start's with [-c 2 -n 3] IOnice value!
  > LMS will be started with user [squeezeboxserver]!
  > Gone clean up Cache/template before LMS is started!
  > All Files OKE
  > QLogitechMediaServer [2.03.31]
  > 
  > This output can also be found in 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/QLogitechMediaServer.log.config 
!
  > 
  > admin@192.168.1.1:/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer$ 
  > 

> > Top thanks help a lot. And the input on .CHROOT also. Could find another
minor error. Helps fine tuning the script. 

Send from my mobile Phone



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] switch player to different library - web interface

2019-02-20 Thread kidstypike


w3wilkes wrote: 
> I thought with both LMS servers active you bring up the WebGUI on the
> target server you want to move the player to and click the player drop
> down and it will show the players on the other server. You then select
> the player you want to move and you will be promted saying something
> like the player is on another server and do you want to move it. Then
> you just say Yes and it is moved to the new
> server.26804

You can either *push* a player *to* another server using the method I
suggested. Or *pull* a player *from* another server as you suggest.
Depends which server your browser is currently showing.



*Study/Server - LMS 7.9.2 -* Pi3B+/pCP 4.1.0/pi screen/HiFiBerry
DAC+/jivelite, 25K library and playlists on WDMyCloud, LMS cache on a
USB stick (formatted ntfs).
*Lounge* - Pi2/pCP 4.1.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 4.1.0 > Edifier R980T
*In car* - RPi3B/pCP in AP mode > HiFiBerry DAC+ > car's audio (files on
a 2TB USB drive)
*Spares* - 2xTouch, 1xSB3, 1xRadio, 4xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=110208

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread slartibartfast


bpa wrote: 
> At a guess the Echo downloads the whole podcast in one go whereas LMS -
> takes it in chunks - the chunks are larger if proxied.
> 
> Some podcast servers don't like streaming with long pauses between gulps
> of data (127kbytes is about 6-8 minutes playback).The podcast size is around 
> 27MB which would be around 1MB per minute.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread slartibartfast


bpa wrote: 
> At a guess the Echo downloads the whole podcast in one go whereas LMS -
> takes it in chunks - the chunks are larger if proxied.
> 
> Some podcast servers don't like streaming with long pauses between gulps
> of data (127kbytes is about 6-8 minutes playback).I just tried searching for 
> the same podcasts in LMS Radio. I found them
but they act exactly the same way. I suppose the solution is to download
them.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread bpa


slartibartfast wrote: 
> If it makes any difference the same thing happens with direct streaming.
> The podcasts play correctly on an Echo via Tunein.

At a guess the Echo downloads the whole podcast in one go whereas LMS -
takes it in chunks - the chunks are larger if proxied.

Some podcast servers don't like streaming with long pauses between gulps
of data (127kbytes is about 6-8 minutes playback).



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] switch player to different library - web interface

2019-02-20 Thread w3wilkes


I thought with both LMS servers active you bring up the WebGUI on the
target server you want to move the player to and click the player drop
down and it will show the players on the other server. You then select
the player you want to move and you will be promted saying something
like the player is on another server and do you want to move it. Then
you just say Yes and it is moved to the new
server.26804


+---+
|Filename: LMS.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26804|
+---+


Main system - Rock Solid with LMS 7.9.1 Official on WHS 2011 - 2 Duets
and Squeeseslave
Cabin system - Rock solid with LMS 7.9.1 Official on Win10 Pro - 1 RPi 3
Model B/Hifiberry DAC+ Pro/PiCorePlayer and Squeezeslave

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
View this thread: http://forums.slimdevices.com/showthread.php?t=110208

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread slartibartfast


bpa wrote: 
> I can reproduce on an Ubuntu with a receiver as player and can't say
> anything definitive regarding cause.   
> Using wireshark - the stream is opened and lots of data (127kBytes) is
> downloaded immediately - then stream is playing.
> No more data is transferred while TCP connection is kept open for 6
> minutes.
> Then  after 6 minutes- Ubuntu send a TCP packet with "Reset" and "ACK"
> bits set in header.
> After that Ubuntu keeps sending "Reset" packets and not requesting more
> data.
> 
> Since stream is proxied - the ACK and Reset bits are under control of
> Ubuntu and not LMS - what is needed  is to correlate LMS reading data
> from TCP port (i.e. audio data from Ubuntu buffers) and TCP packets on
> the net to the podcast provider.If it makes any difference the same thing 
> happens with direct streaming.
The podcasts play correctly on an Echo via Tunein.

Sent from my SM-G900F using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread bpa


slartibartfast wrote: 
> This is the server log with player source set to info logging. Streaming
> set to proxied.

I can reproduce on an Ubuntu with a receiver as player and can't say
anything definitive regarding cause.   
Using wireshark - the stream is opened and lots of data (127kBytes) is
downloaded immediately - then stream is playing.
No more data is transferred while TCP connection is kept open for 6
minutes.
Then  after 6 minutes- Ubuntu send a TCP packet with "Reset" and "ACK"
bits set in header.
After that Ubuntu keeps sending "Reset" packets and not requesting more
data.

Since stream is proxied - the ACK and Reset bits are under control of
Ubuntu and not LMS - what is needed  is to correlate LMS reading data
from TCP port (i.e. audio data from Ubuntu buffers) and TCP packets on
the net to the podcast provider.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109809

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


Re: [SlimDevices: SqueezeCenter] LogitechMediaServer for Qnap x86_64 with qts 4.2 or higher

2019-02-20 Thread digimaster


jolly wrote: 
> Thank You digimaster for quick response.
> 
> This is what I get from ./QLogitechMediaServer.sh restart:
> 
> 
> 26802
> 
> 26801Strange thing. What about the output off . /QLogitechMediaServer.sh
config? 

Send from my mobile Phone



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108292

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


Re: [SlimDevices: SqueezeCenter] Troubleshooting Podcast Halting Error

2019-02-20 Thread slartibartfast


slartibartfast wrote: 
> I am having the same issue with Flaming Lips podcasts. Every 5 minutes
> playback stops and I need to restart playback from the beginning
> skipping to the required position. The feed is
> http://podcast.rhinofy.com/theflaminglips/feed.xml

This is the server log with player source set to info logging. Streaming
set to proxied.

Code:

[19-02-20 14:08:59.1812] Slim::Player::StreamingController::play (2106) 
xx:xx:xx:xx:xx:xx
  [19-02-20 14:08:59.1836] Slim::Player::StreamingController::_Stop (603) Song 
queue is now 0
  [19-02-20 14:08:59.1848] Slim::Player::StreamingController::_setPlayingState 
(2363) new playing state STOPPED
  [19-02-20 14:08:59.1858] 
Slim::Player::StreamingController::_setStreamingState (2372) new streaming 
state IDLE
  [19-02-20 14:08:59.1881] Slim::Player::Song::new (108) index 0 -> 
http://podcast.rhinofy.com/theflaminglips/media/2018-06-13_episode-one-enthusiasm-for-life-defeats-existential-fear-part-2.mp3
  [19-02-20 14:08:59.1896] 
Slim::Player::StreamingController::_setStreamingState (2372) new streaming 
state TRACKWAIT
  [19-02-20 14:08:59.1990] Slim::Player::StreamingController::_playersMessage 
(789) Getting stream info...: 
http://podcast.rhinofy.com/theflaminglips/media/2018-06-13_episode-one-enthusiasm-for-life-defeats-existential-fear-part-2.mp3
  [19-02-20 14:08:59.2035] Slim::Player::Song::getNextSong (229) 
http://podcast.rhinofy.com/theflaminglips/media/2018-06-13_episode-one-enthusiasm-for-life-defeats-existential-fear-part-2.mp3
  [19-02-20 14:08:59.2048] Slim::Player::Song::getNextSong (251) scanning URL 
http://podcast.rhinofy.com/theflaminglips/media/2018-06-13_episode-one-enthusiasm-for-life-defeats-existential-fear-part-2.mp3
  [19-02-20 14:08:59.8386] Slim::Player::Song::getNextSong (229) 
http://podcast.rhinofy.com/theflaminglips/media/2018-06-13_episode-one-enthusiasm-for-life-defeats-existential-fear-part-2.mp3
  [19-02-20 14:08:59.8394] Slim::Player::StreamingController::_nextTrackReady 
(737) xx:xx:xx:xx:xx:xx: nextTrack will be index 0
  [19-02-20 14:08:59.8400] Slim::Player::StreamingController::_Stream (1203) 
Song queue is now 0
  [19-02-20 14:08:59.8405] Slim::Player::StreamingController::_Stream (1206) 
xx:xx:xx:xx:xx:xx: preparing to stream song index 0
  [19-02-20 14:08:59.8411] Slim::Player::Song::open (364) 
http://podcast.rhinofy.com/theflaminglips/media/2018-06-13_episode-one-enthusiasm-for-life-defeats-existential-fear-part-2.mp3
  [19-02-20 14:08:59.8418] Slim::Player::Song::open (388) seek=false time=0 
canSeek=1
  [19-02-20 14:08:59.8437] Slim::Player::TranscodingHelper::getConvertCommand2 
(446) Matched: mp3->mp3 via: -
  [19-02-20 14:08:59.8443] Slim::Player::Song::open (409) Transcoder: 
streamMode=I, streamformat=mp3
  [19-02-20 14:08:59.8450] Slim::Player::Song::open (462) Opening stream (no 
direct streaming) using Slim::Player::Protocols::HTTP 
[http://podcast.rhinofy.com/theflaminglips/media/2018-06-13_episode-one-enthusiasm-for-life-defeats-existential-fear-part-2.mp3]
  [19-02-20 14:09:03.6169] Slim::Player::Song::open (483) URL is a song 
(audio): 
http://podcast.rhinofy.com/theflaminglips/media/2018-06-13_episode-one-enthusiasm-for-life-defeats-existential-fear-part-2.mp3,
 type=mp3
  [19-02-20 14:09:03.6204] Slim::Player::StreamingController::_Stream (1271) 
xx:xx:xx:xx:xx:xx: stream
  [19-02-20 14:09:03.6293] Slim::Player::StreamingController::_Stream (1308) 
Song queue is now 0
  [19-02-20 14:09:03.6307] Slim::Player::StreamingController::_setPlayingState 
(2363) new playing state BUFFERING
  [19-02-20 14:09:03.6318] 
Slim::Player::StreamingController::_setStreamingState (2372) new streaming 
state STREAMING
  [19-02-20 14:09:03.7515] Slim::Player::Player::_buffering (1140) Buffering... 
0 / 48000
  [19-02-20 14:09:03.9873] 
Slim::Player::StreamingController::playerTrackStarted (2186) xx:xx:xx:xx:xx:xx
  [19-02-20 14:09:03.9880] Slim::Player::StreamingController::_setPlayingState 
(2363) new playing state PLAYING
  [19-02-20 14:09:03.9885] Slim::Player::StreamingController::_Playing (361) 
Song 0 has now started playing
  [19-02-20 14:09:03.9898] Slim::Player::StreamingController::_Playing (390) 
Song queue is now 0
  [19-02-20 14:11:03.4187] Slim::Player::Source::_readNextChunk (373) end of 
file or error on socket, song pos: 6107345
  [19-02-20 14:11:03.4199] Slim::Player::Source::_readNextChunk (378) 
xx:xx:xx:xx:xx:xx mark end of stream
  [19-02-20 14:11:03.4251] 
Slim::Player::StreamingController::_setStreamingState (2372) new streaming 
state STREAMOUT
  [19-02-20 14:11:19.8065] Slim::Player::StreamingController::playerEndOfStream 
(2272) xx:xx:xx:xx:xx:xx
  [19-02-20 14:11:19.8077] 
Slim::Player::StreamingController::_setStreamingState (2372) new streaming 
state STREAMOUT
  [19-02-20 14:14:35.2238] 
Slim::Player::StreamingController::playerReadyToStream (2204) xx:xx:xx:xx:xx:xx
  [19-02-20 14:14:35.2252] 
Slim::Player::StreamingController::_setStreamingState 

Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread dolodobendan

digimaster wrote: 
> Oké the. CHROOT is there if start-stop-daemon is used. Try .
> /QLogitechMediaServer.sh config. Would love to see the output.

Again, just to be sure, there's no .CHROOT. I removed it.

Here's the config's output:


Code:


  admin@192.168.1.1:/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer$ 
./QLogitechMediaServer.sh config
  /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/.QLMS.func: line 455: 
/bin/which: No such file or directory
  The system mounts:
  /share/external/DEV3306_1 on 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/share/external/DEV3306_1
 type none (rw,bind)
  /share/CACHEDEV1_DATA on 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/share/CACHEDEV1_DATA
 type none (rw,bind)
  /proc on /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/proc 
type none (rw,bind)
  /sys on /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/sys 
type none (rw,bind)
  /tmp on /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/tmp 
type none (rw,bind)
  /mnt/ext/opt/avahi0630/var/run/dbus on 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT/run/dbus type 
none (ro,bind)
  Network check :
  qnapclub.eu 37.187.75.121
  Error [DIG] QTS!
  Network check in chroot :
  qnapclub.eu 37.187.75.121
  37.187.75.121
  Perl check :
  version='5.28.1';
  archname='x86_64-linux-thread-multi';
  grep: /etc/config/netmgr.conf: No such file or directory
  QNAP info :
  QNap Model:
  QNap Nas-system Platform: x86_64
  System: x86_64-QNAP-linux-gnu
  QTS Version: 434
  The bash shell :
  GNU bash, version 3.2.57(1)-release (x86_64-QNAP-linux-gnu)
  Copyright (C) 2007 Free Software Foundation, Inc.
  The /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer is properly Mounted!
  FilesystemSize  Used Available Capacity Mounted on
  /dev/mapper/cachedev1   5.3T  4.3T950.9G  82% 
/share/CACHEDEV1_DATA
  The configuration:]
  [Packages Root] /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer
  [QPKG Share] /share/CACHEDEV1_DATA
  [Chroot Root] /share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/.config/LMSROOT
  [Chroot cmd] /usr/sbin/chroot
  [start-stop-daemon cmd] 
  The LMS used options on startup :
  [--daemon --httpport 9001 --user squeezeboxserver --pidfile 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Cache/QLogitechMediaServer.pid
 --priority -10 --charset utf8 --quiet --noimage --novideo]}
  LogitechMediaServer is running on 1272!
  Webgui can be found on http://192.168.1.1:9001
  squeezeboxserver services found on :
  [1272]
  Auto update offical releases enabled!
  Nightly Releases Auto Update enabled!
  The installed LMS Release 7.9.2 Version 1550612824!
  [8.8.8] is used to find latest Release!
  LogitechMediaServer is not started with Nice!
  LogitechMediaServer start's with [-c 2 -n 3] IOnice value!
  LMS will be started with user [squeezeboxserver]!
  Gone clean up Cache/template before LMS is started!
  All Files OKE
  QLogitechMediaServer [2.03.31]
  
  This output can also be found in 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/QLogitechMediaServer.log.config 
!
  
  admin@192.168.1.1:/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer$ 
  




QLMS 7.9.2@2.03.21 x64 (digimaster) / QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread digimaster

dolodobendan wrote: 
> Not there yet.
> 
> > 
Code:

  >   > 
  > [13:10:25 20-02-2019] LogitechMediaServer 2.03.31 is installed !
  > [13:12:39 20-02-2019] Upgrading LogitechMediaServer to 7.9.2-1550612824, 
please wait !
  > [13:12:59 20-02-2019] LMS will start with: [--daemon --httpport 9001 --user 
squeezeboxserver --pidfile 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Cache/QLogitechMediaServer.pid
 --priority -10 --charset utf8 --quiet --noimage --novideo]
  > "my" variable $err masks earlier declaration in same scope at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/CPAN/AnyEvent/Handle.pm
 line 1773.
  > Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Web/HTTP.pm 
line 12.
  > BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Web/HTTP.pm 
line 12.
  > Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Player/Client.pm
 line 33.
  > Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Utils/Alarm.pm 
line 48.
  > BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Utils/Alarm.pm 
line 48.
  > Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Buttons/Alarm.pm
 line 12.
  > BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Buttons/Alarm.pm
 line 12.
  > Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Buttons/Common.pm
 line 41.
  > BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Buttons/Common.pm
 line 41.
  > Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/slimserver.pl line 
230.
  > BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/slimserver.pl line 
230.
  > [13:13:02 20-02-2019] Could not start LogitechMediaServer in the 
Background.  \r\c
  > [13:13:04 20-02-2019] LMS will start with: [--daemon --httpport 9001 --user 
squeezeboxserver --pidfile 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Cache/QLogitechMediaServer.pid
 --priority -10 --charset utf8 --quiet --noimage --novideo -d_startup]
  > [13:13:23 20-02-2019] LogitechMediaServer is started in the Background on 
[21526] ! 
  > [13:13:23 20-02-2019] Please wait a few minuts, before you try to access 
the webgui through http://:9001 !
  > [13:13:28 20-02-2019] Ownership fixed !
  > [13:13:28 20-02-2019] \nSomething went wrong, check the 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/QLogitechMediaServer.log.\nAnd 
the 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/QLogitechMediaServer.log.err to 
find the error !
  > 

> > 
> 
> There's no log.err (maybe because of quiet=1?)
> 
> UPDATE:
> 
> I removed .CHROOT, now it seems it be starting. Yes, LMS working now.
> .CHROOT on the other hand is not.
> 
> > 
Code:

  >   > 
  > [13:13:28 20-02-2019] \nSomething went wrong, check the 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/QLogitechMediaServer.log.\nAnd 
the 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/QLogitechMediaServer.log.err to 
find the error !
  > [13:26:28 20-02-2019] LogitechMediaServer was already stopped !
  > [13:27:19 20-02-2019] LMS will start with: [--daemon --httpport 9001 --user 
squeezeboxserver --pidfile 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Cache/QLogitechMediaServer.pid
 --priority -10 --charset utf8 --quiet --noimage --novideo]
  > [13:27:37 20-02-2019] LogitechMediaServer is started in the Background on 
[1272] ! 
  > [13:27:37 20-02-2019] Please wait a few minuts, before you try to access 
the webgui through http://:9001 !
  > 

> > Oké the. CHROOT is there if start-stop-daemon is used. Try .
/QLogitechMediaServer.sh config. Would love to see the output. 

Send from my mobile Phone



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] switch player to different library - web interface

2019-02-20 Thread kidstypike


john greenwood wrote: 
> I should know this but don't.  Using the web interface, how do I switch
> a player to another library on another server (different machine within
> my network)?  I generally do this with iPeng, but can't figure out how
> to do this with LMS directly.

LMS left panel > Extras > Music Source.

26803


+---+
|Filename: musicsource.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26803|
+---+


*Study/Server - LMS 7.9.2 -* Pi3B+/pCP 4.1.0/pi screen/HiFiBerry
DAC+/jivelite, 25K library and playlists on WDMyCloud, LMS cache on a
USB stick (formatted ntfs).
*Lounge* - Pi2/pCP 4.1.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 4.1.0 > Edifier R980T
*In car* - RPi3B/pCP in AP mode > HiFiBerry DAC+ > car's audio (files on
a 2TB USB drive)
*Spares* - 2xTouch, 1xSB3, 1xRadio, 4xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=110208

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread dolodobendan


digimaster wrote: 
> Should be fixed with 2.03.31.[emoji848]

Not there yet.


Code:


  [13:10:25 20-02-2019] LogitechMediaServer 2.03.31 is installed !
  [13:12:39 20-02-2019] Upgrading LogitechMediaServer to 7.9.2-1550612824, 
please wait !
  [13:12:59 20-02-2019] LMS will start with: [--daemon --httpport 9001 --user 
squeezeboxserver --pidfile 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Cache/QLogitechMediaServer.pid
 --priority -10 --charset utf8 --quiet --noimage --novideo]
  "my" variable $err masks earlier declaration in same scope at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/CPAN/AnyEvent/Handle.pm
 line 1773.
  Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Web/HTTP.pm 
line 12.
  BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Web/HTTP.pm 
line 12.
  Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Player/Client.pm
 line 33.
  Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Utils/Alarm.pm 
line 48.
  BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Utils/Alarm.pm 
line 48.
  Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Buttons/Alarm.pm
 line 12.
  BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Buttons/Alarm.pm
 line 12.
  Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Buttons/Common.pm
 line 41.
  BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Slim/Buttons/Common.pm
 line 41.
  Compilation failed in require at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/slimserver.pl line 
230.
  BEGIN failed--compilation aborted at 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/slimserver.pl line 
230.
  [13:13:02 20-02-2019] Could not start LogitechMediaServer in the Background.  
\r\c
  [13:13:04 20-02-2019] LMS will start with: [--daemon --httpport 9001 --user 
squeezeboxserver --pidfile 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/SlimServer/Cache/QLogitechMediaServer.pid
 --priority -10 --charset utf8 --quiet --noimage --novideo -d_startup]
  [13:13:23 20-02-2019] LogitechMediaServer is started in the Background on 
[21526] ! 
  [13:13:23 20-02-2019] Please wait a few minuts, before you try to access the 
webgui through http://:9001 !
  [13:13:28 20-02-2019] Ownership fixed !
  [13:13:28 20-02-2019] \nSomething went wrong, check the 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/QLogitechMediaServer.log.\nAnd 
the 
/share/CACHEDEV1_DATA/.qpkg/LogitechMediaServer/QLogitechMediaServer.log.err to 
find the error !
  



There's no log.err (maybe because of quiet=1?)



QLMS 7.9.2@2.03.21 x64 (digimaster) / QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] LogitechMediaServer for Qnap x86_64 with qts 4.2 or higher

2019-02-20 Thread jolly


Thank You digimaster for quick response.

This is what I get from ./QLogitechMediaServer.sh restart:


26802

26801


+---+
|Filename: Bildschirmfoto 2019-02-20 um 13.10.18.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26802|
+---+


jolly's Profile: http://forums.slimdevices.com/member.php?userid=68967
View this thread: http://forums.slimdevices.com/showthread.php?t=108292

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


Re: [SlimDevices: SqueezeCenter] I CAN NOT figure out why LMS sees this as two albums

2019-02-20 Thread dolodobendan


reinholdk wrote: 
> My workaround is: I've built two scripts that I'm calling from mp3tag's
> context menu. One for saving the current timestamp, one for incrementing
> the saved timestamp by a second and applying it.

I assumed that was possible, but never tried it. I have to wipe the
cache and do a full rescan anyway (short version: because of Custom
Browse & Multilibrary).



QLMS 7.9.2@2.03.21 x64 (digimaster) / QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=110201

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


[SlimDevices: SqueezeCenter] switch player to different library - web interface

2019-02-20 Thread john greenwood


I should know this but don't.  Using the web interface, how do I switch
a player to another library on another server (different machine within
my network)?  I generally do this with iPeng, but can't figure out how
to do this with LMS directly.



john greenwood's Profile: http://forums.slimdevices.com/member.php?userid=41039
View this thread: http://forums.slimdevices.com/showthread.php?t=110208

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


Re: [SlimDevices: SqueezeCenter] I CAN NOT figure out why LMS sees this as two albums

2019-02-20 Thread reinholdk


dolodobendan wrote: 
> Yes, I meant within mp3tag.

My workaround is: I've built two scripts that I'm calling from mp3tag's
context menu. One for saving the current timestamp, one for incrementing
the saved timestamp by a second and applying it.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=110201

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


Re: [SlimDevices: SqueezeCenter] LogitechMediaServer for Qnap x86_64 with qts 4.2 or higher

2019-02-20 Thread digimaster


H no so out off the box not.
Would suggested, install latest version.
Logon to ssh shel, go to .qpkg/LogitechmediaServer directory, and run
./QLogitechMediaServer.sh restart.
No look at the screen, and what its telling you.
Keep in mind first always try a clean installation.

And if you still got no clue, upload the 3 logs, so i can have a look.


jolly wrote: 
> Hi,
> 
> so far I have been using LMS on old TS219 (arm) - the 7.7.2 SSTOS -> fix
> routine.sh -> update 7.9.2 way. The NAS has died and I have replaced it
> with 453Be (x86). Happy to discovered QLogitechMediaServer. Great
> solution!
> 
> Unfortunately it doesn't work on my machine (453Be) so far. Installation
> finishes but with notification "something went wrong, check the
> /share/CHACHEDEV1_DATA/.qpkg/Log". That's all I can read drom
> the notification popup window. Trying to call LMS via webgui results in
> not reachable.
> 
> My knowledge is just up to doing some SSH commands copied from
> instructions. Do you havy any hint/solution to my problem for getting
> QLMS to run? Or better give up because my knowledge is not good enough
> and get some Raspberry? :-(
> 
> Thank You



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108292

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


Re: [SlimDevices: SqueezeCenter] LogitechMediaServer for Qnap x86_64 with qts 4.2 or higher

2019-02-20 Thread jolly


Hi,

so far I have been using LMS on old TS219 (arm) - the 7.7.2 SSTOS -> fix
routine.sh -> update 7.9.2 way. The NAS has died and I have replaced it
with 453Be (x86). Happy to discovered QLogitechMediaServer. Great
solution!

Unfortunately it doesn't work on my machine (453Be) so far. Installation
finishes but with notification "something went wrong, check the
/share/CHACHEDEV1_DATA/.qpkg/Log". That's all I can read drom
the notification popup window. Trying to call LMS via webgui results in
not reachable.

My knowledge is just up to doing some SSH commands copied from
instructions. Do you havy any hint/solution to my problem for getting
QLMS to run? Or better give up because my knowledge is not good enough
and get some Raspberry? :-(

Thank You



jolly's Profile: http://forums.slimdevices.com/member.php?userid=68967
View this thread: http://forums.slimdevices.com/showthread.php?t=108292

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2019-02-20 Thread digimaster


dolodobendan wrote: 
> I'm pretty sure I never deleted parts of the OS.
> 
> 
> 
> If you mean by that "open terminal and type in start-stop-daemon", then
> yes:
> 
> > 
Code:

  >   > bash: start-stop-daemon: command not found

> > Should be fixed with 2.03.31.[emoji848]

Send from my mobile Phone



*
maintainer of QLogitechMediaServer, QOptware-NG and QAutoSub.

Qnap TS-453a, with LogitechMediaSever 7.9.2 Nightly  ( with spotty,
youtube, Radio Paradise a.m. )
Several raspberry with hifiberry amp+ and picoreplayer.
Love logitechmediaserver for it flexibel way, to play music from
different sources.*

digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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