Re: [SlimDevices: SqueezeCenter] My fix for IO::Socket::SSL error with LMS installed on QNAP ARM NAS (219P+)

2018-05-09 Thread Grumpy Bob

earthbased wrote: 
> Bite bullet and get a TS-251A.  Its very quiet and QNAP support is A1.

I have had a TS-251A for a few weeks now, after my 9 year old TS-239 Pro
gave up the ghost. It's certainly much quieter than the TS-239. I have
continued using a Pi3 as the LMS server, though.

Robert



*Home: *Raspberry Pi 3/piCoreplayer/LMS7.9.2  with files on QNAP
TS-251A
Touch > DacMagic 100 > Naim Audio Nait 3 > Mission 752 (plus Rega
Planar 3 > Rega Fono Mini; Naim CD3)
PiCorePlayer(Pi2) with IQAudIO DAC+>Sennheisers 
2 x Squeezebox Radios, 1 X Squeezebox 3 (retired), spare
Pi2/piCorePlayer
*Office:* LMS7.9.2 running on WiFi MyPassport drive >
piCorePlayer(PiB)/HiFiBerryDAC > Amptastic Amplifier
SqueezePad, iPeng as controllers 

last.fm/user/GrumpyBob

Grumpy Bob's Profile: http://forums.slimdevices.com/member.php?userid=41857
View this thread: http://forums.slimdevices.com/showthread.php?t=108066

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


Re: [SlimDevices: SqueezeCenter] My fix for IO::Socket::SSL error with LMS installed on QNAP ARM NAS (219P+)

2018-05-09 Thread earthbased

dhallag wrote: 
> unfortunately, you have to use SSODS on an ARM based processor.  The
> QLMS is just for x86.  I am going to be updating my NAS in the next year
> or so and then I won't have to screw with SSODS anymore.

Bite bullet and get a TS-251A.  Its very quiet and QNAP support is A1.



earthbased's Profile: http://forums.slimdevices.com/member.php?userid=334
View this thread: http://forums.slimdevices.com/showthread.php?t=108066

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


Re: [SlimDevices: SqueezeCenter] Playlists different on one particular player

2018-05-09 Thread kidhazy

Logitech Media Server Version: 7.9.1 - 1518606679 @ Wed Feb 14 17:19:48
CUT 2018

All Booms at Firmware 57

Definitely only the 1 LMS.  I can see all devices connected in the
Server info page.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=109031

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


Re: [SlimDevices: SqueezeCenter] Playlists different on one particular player

2018-05-09 Thread Michael Herger

I think I need to clear/delete something from the Boom config, but can't
figure out what may be causing this strange playlist behaviour.


There's nothing to delete in the Boom's config. Are you sure all devices 
are connected to the same LMS? What LMS version are you running?


--

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


[SlimDevices: SqueezeCenter] Playlists different on one particular player

2018-05-09 Thread kidhazy

I've got a setup with various players (Booms, Classics) throughout the
house.

On one of my Booms the list of playlists available is a subset of the
ones that the others see.  And the ones it does see only have a subset
of the songs (not a particular set number).

The playlists are imported from iTunes on the LMS server, and I can find
and play the individual songs on the 'weird' Boom.

The full playlists appear on the other Booms and other players
throughout the house.

I think I need to clear/delete something from the Boom config, but can't
figure out what may be causing this strange playlist behaviour.

Anyone know if there's a file/cache/config that is maintained for
playlists on individual players?

Cheers,
Dean.



kidhazy's Profile: http://forums.slimdevices.com/member.php?userid=42259
View this thread: http://forums.slimdevices.com/showthread.php?t=109031

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


Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-09 Thread skydreamer

Hi Michael,

Coming back on the streaming issue to older devices reported earlier
this year. Version 7.9.2 is working fine with --httpaddr argument
supplied on all players. I am not sure what was changed in the code but
thankfully it all works fine again!

Many Thanks.

mherger wrote: 
> > All players are on the same subnet 192.168.111.x and I did factory
> reset
> > of the boom but it did not help.
> > Boom can browse and communicate with the squeezebox server but would
> not
> > stream.
> 
> I think enabling debug logging for slimproto might tell you what server
> 
> IP is announced to the players when they connect. But that's probably 
> really a subject for a different discussion, as it has nothing to do 
> with these recent changes.
> 
> -- 
> 
> Michael



skydreamer's Profile: http://forums.slimdevices.com/member.php?userid=67816
View this thread: http://forums.slimdevices.com/showthread.php?t=108599

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


Re: [SlimDevices: SqueezeCenter] Advanced networking question about LMS on linux

2018-05-09 Thread DJanGo

vlycop wrote: 
> 
> _/ETC/DEFAULT/LOGITECHMEDIASERVER_
> > 
Code:

  >   > # User to run Logitech Media Server as
  > SLIMUSER=squeezeboxserver
  > 
  > SLIMOPTIONS="--httpaddr 127.0.0.1 --httpport 8999 --cliaddr *192.168.1.XX* 
--playeraddr *192.168.1.XX* --streamaddr *192.168.1.XX*"
  > 

> > 
> _/ETC/APACHE2/SITES-AVAILABLE/LMS.CONF_
> > 
Code:

  >   > listen 9000
  > 
  > 
  > ServerName lms.gdkprod.com
  > 
  > 

> > 
> .
sorry i didnt understand this

why are you sing 3 differnt networks?
127.0.0.0/8
172.16.0.0/?
192.168.1.0/24

and a "fake" .com address not something like .local?
Where is your dns?



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=109019

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


Re: [SlimDevices: SqueezeCenter] Podcasts stop before they're supposed to end

2018-05-09 Thread dolodobendan

bpa wrote: 
> All duration at teh start of playing an MP3 are estimates based on size
> and data rate of the file.  I'm not sure but I think the data rate is
> not accurate  (i.e. 64kbps will not be 64kbps for 100% of the file but
> should be the close to that figure for the whole file) it is really a
> max figure.
> 
> To know exactly the duration of a file without playing it - convert to
> WAV as part of the conversion the real duration is saved in the header
> (e.g.  lame --mp3input --decode --verbose input.mp3 output.wav ) - there
> is no compression so duration is accurate.
> 
> LMS treats MP3 podcasts as streams so some values such as compression
> and (possibly duration ) are calculated "on the fly" as audio is being
> played and whereas applications which process MP3 files can analyse the
> whole file before playing.
> 
> If you look at LMS Web GUI when plyaing the podcast - the
> initialduraiton that appears is the one in the feed and shortly after
> podcast starts playing (i.e. after LMS has been told the number of bytes
> in the podcast) - LMS updates the duration  to the correct longer one.  
> I wonder whether LMS has managed to keep the original feed duration
> somewhere and didn't update it whereas once you "jump" in the podcasts -
> LMS  knows the real duration.
> 
> Needs some more testing but with much shorter podcast (possibly by
> faking a feed) .

CNN seem to have updated this specific mp3 in some form (it's longer now
in LMS and VLC). But to be sure I'd need to have the old feed. I did not
anticipate this move and deleted it yesterday.

Your "jump & update" hypothesis sounds interesting. Maybe LMS just
recalculates the duration, thus skipping at the beginning doesn't help
playing the mp3 to the end while skipping at the end will. (I assume
that the more there is yet to play, the bigger the difference between
"real" and "estimated" duration will be.)



QLMS 7.9.2@1.08 (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=109017

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