Re: [SlimDevices: Plugins] Power Off All Players?

2018-05-10 Thread drmatt

Apesbrain wrote: 
> Here's one I found and once used.  Copy to a batch file named as you
> please.  You have to find a way to call that file from within LMS.  I
> think this capability exists within "Server Power Control" plugin which
> I was also using at that time.  IIRC, it showed up in both web GUI and
> mobile app.
> 

For unix based players this will send the pause command to all players
(and no need to know the player IPs).. You could adapt this to send
poweroff instead.


Code:


  #!/bin/bash
  ##
  ## Slightly Intelligent script to pause all playing squeezebox players.
  
  LMSHOST=
  
  # Get number of players
  PLAYERS=`/bin/echo -e "player count ?\nexit\n" | nc ${LMSHOST} 9090 | awk 
'{print $NF}'`
  
  while [ $(( PLAYERS-- )) -gt 0 ] ; do
  
ID=`/bin/echo -e "player id "$PLAYERS" ?\nexit\n" | nc ${LMSHOST} 9090 
| awk '{print $NF}'`
MODE=`/bin/echo -e $ID" mode ?\nexit\n" | nc ${LMSHOST} 9090 | awk 
'{print $NF}'`
  
if [ $MODE == "play" ] ; then
/bin/echo "Forcing pause on player ID "$ID
/bin/echo -e $ID" pause 1\nexit\n" | nc ${LMSHOST} 9090
fi
  
  done
  




--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=109032

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


Re: [SlimDevices: Plugins] Power Off All Players?

2018-05-10 Thread drmatt

I wrote a shell script for this that I activated from an internal web
page via CGI. I leave them running these days though to confuse the
dog.. :)


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=109032

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


Re: [SlimDevices: Plugins] Help with chrome cast audio plugin

2018-04-08 Thread drmatt

Iirc it restarts every time you make a change to the config (because
that's how it works). In general you just turn it on and ignore it. The
Chromecast appears as a player in the LMS interface (or ipeng) and you
can send audio to it as normal.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108917

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2018-03-20 Thread drmatt

Turn power save off on the others...


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108558

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2018-03-20 Thread drmatt

I'm proud to be a legacy user


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] ANNOUNCE: Alexa voice control (development thread)

2018-03-12 Thread drmatt

The open end just passes packets to the other end - so essentially to
secure the open end you secure this end. Using a client cert is a good
way to do that but it's only one technique.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=106569

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


Re: [SlimDevices: Plugins] ANNOUNCE: Alexa voice control (development thread)

2018-03-11 Thread drmatt

stunnel doesn't mandate what passes over the tunnel once it's been
established, it is not a firewall it is just a tunnel. You have to ask
yourself how to secure access to the open end of the stunnel link.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=106569

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2018-03-10 Thread drmatt

You can set startup delay parameters per-player in LMS. Unsurprisingly
it's only well calibrated out of the box for native hardware players and
for everything else it's implementation dependent. In the sense that
Greg's squeezelite launcher can't get it right for you.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] Raspberry Pi like board with custom os for audio?

2018-01-31 Thread drmatt

d6jg wrote: 
> Why does the website refer to Raspberry then?
> 
> 
> Sent from my iPhone using Tapatalk"form factor". I.e. the board dimensions 
> and mounting points of a Pi A
are used.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108637

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2018-01-13 Thread drmatt

Great, thanks. Appreciate the flexibility.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] ANNOUNCE: Group Players

2018-01-13 Thread drmatt

Nice!


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108558

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


Re: [SlimDevices: Plugins] [Announce] Squeezelite-X

2018-01-13 Thread drmatt

I'd prefer to stick with a standalone installer myself.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108550

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


Re: [SlimDevices: Plugins] Qobuz Hi Res streaming how to downsample

2017-12-07 Thread drmatt

It normally does this automatically


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108361

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


Re: [SlimDevices: Plugins] Roon - what the h*** is it doing?

2017-11-23 Thread drmatt

I would imagine it's building indexes or downloading bios and/or
photography and will stop when it's finished.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108299

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


Re: [SlimDevices: Plugins] [Announce] Essentia Integration - music classification (moods, genres, ...)

2017-11-18 Thread drmatt

I like this very much.!


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=108278

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


Re: [SlimDevices: Plugins] EXCITING: New Orange Squeeze 7/19/17!

2017-07-20 Thread drmatt

Is the IP signed up to receive Betas? Play store serves the "latest" app
for your specific user account.


-Transcoded from Matt's brain by Tapatalk-



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=107702

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2017-06-07 Thread drmatt

To be fair, a little effort was always required to keep the Squeezebox
infrastructure alive, it was always criticised for being a bit too
techy. As it transitions way past "supported" and into the ether you can
expect this to get much, much worse, not better. In my view the system
is still amazingly easy to deal with considering how long it's not been
officially supported.

Forums are always a little intimidating to infrequent readers though.
When you don't have the time or patience to lurk for long enough you
inevitably take a punt and sometimes get it wrong on which forum
to use..



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2017-06-07 Thread drmatt

Yes, it's a low power desktop part from about ten years ago. But it's
full x64 class architecture, it's not a processor geared toward the
embedded market like Atoms or ARM.

This has two real x86_64 cores.



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2017-06-07 Thread drmatt

AMD 4850e. Dual core, two threads total.

http://www.cpu-world.com/CPUs/K8/AMD-Athlon%20X2%204850e%20-%20ADH4850IAA5DO%20(ADH4850DOBOX).html

Sent from my ONEPLUS A3003 using Tapatalk



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.5.2 beta test

2017-02-17 Thread drmatt

bpa wrote: 
> Becuase there are already these user options to skip back and froward in
> the live stream  - I cannot see a reason why mrmichaelwright suggestion
> is useful especially as it will require a lot of work to implement and
> maintain.

Funnily enough I'd like exactly this feature too, though I'm not so
fussed about configurable time limits. I just want my radio streams to
be exactly that - radio streams ; i.e. always "live" unless I
deliberately seek backwards.

I can FFWD to live from a paused state but I'd much rather be able to
either disable pause altogether and start live each time I hit play or
have a "FFWD-to-live" option via a long keypress or equivalent. Quite
regularly I've found players paused from long back and hit play again
and only realised later I was not listening to current data.. yeah I
know if I can't tell the difference it doesn't matter right? :) ("239
minutes ago" scrolling across the screen!)

(If I've missed a FFWD-to-live option that already exists, then
apologies - if that's already in there I didn't spot it.)



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=106409

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2017-01-14 Thread drmatt

Ok maybe I wasn't getting updates for them and I just grabbed them one
time.. :)

Betas added and yep, all looking good right now.



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2017-01-14 Thread drmatt

Hmm I recall Michael added the iPlayer repos to the default lists.
Certainly I didn't have any additional repos defined and was still
receiving updates on the 1.4.9 stream. Maybe that got removed?



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2017-01-14 Thread drmatt

PasTim wrote: 
> Things have been moving on. I suggest you try
> http://forums.slimdevices.com/showthread.php?104672-BBCiPlayer-with-DASH-support-test-version
> . It is still 'test' but almost everyone seems to be finding it stable
> and reliable.

I think the 1.4.9 stream is still in the default repositories, right? (I
get no updates flagged, so I assume so.) I'll update from test but is it
time to roll 1.5 as the default now?



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-11-09 Thread drmatt

Lol, indeed not!!





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-11-09 Thread drmatt

BBC, along with all the other news content outlets, are being nailed by
the major facepalm that took place overnight in the US. It will take a
day or two to settle down. Even Facebook's monolithic and hugely
impressive infrastructure is struggling to keep comment threads in sync.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-11-07 Thread drmatt

Very aware of that. I used to work on supercomputers. That's one of the
reasons I have a low opinion of windows threading..





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-11-06 Thread drmatt

bpa wrote: 
> Yes some do -my laptop win7 system has a i5-3210m (see
> http://ark.intel.com/products/67355/Intel-Core-i5-3210M-Processor-3M-Cache-up-to-3_10-GHz-rPGA
> ) and shows up as 4 CPUs when monitoring loads.

Good point. I think at some point my statement was correct, but not any
longer it seems.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-11-06 Thread drmatt

But really, streaming audio is trivially easy. The difference between a
gen 1 i5 aka nehalem and a g4 i5 aka haswell in this context is
essentially zero. A pi B+ will do this job.

Sent from my Nexus 9 using Tapatalk





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-11-05 Thread drmatt

Have to say, my squeezeboxes, all of them, whether on wires or end of a
damp string WiFi through two external walls, will stream BBC radio
flawlessly all day and start, stop, and pause and continue without
issues all day. It can work... Nothing special about my setup: plusnet
fibre, Debian Linux x86 server running LMS.latest, Powerline connection
to Draytek wireless access point. Baffling to me how simply using
Windows for LMS causes so may issues.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-11-02 Thread drmatt

No it's not using windows networking. The VM runs its own drivers and
writes raw packets to your network device on a new, different, spoofed
MAC address. Usually.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-10-27 Thread drmatt

Ok, I didn't get your intent. More reliable clocks is a good thing. No
point in offering a clock that's wrong, even if the data stream
referenced is "delayed". "Live" Digital TV streams are delayed too, by
differing amounts. I am not sure it's something worth worrying about.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-10-27 Thread drmatt

You would hope that akamai are also properly synced to a reliable time
source... There is really no excuse for it being wrong, it really isn't
difficult to do.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-10-27 Thread drmatt

NTP protocol is designed to deal with the transmission delays and should
be capable of getting your OS clock to within a few hundred microseconds
of the source, no matter how far away you are from the source,
geographically.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-10-21 Thread drmatt

Sounds like it might be time to run an LMS in a debian VM or something..
:)





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-09-26 Thread drmatt

I find that enabling powersave solved that problem.. :)





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-09-25 Thread drmatt

Obvious test is to plug a laptop into the wire you laid and test with
that to prove there's no issue with the length/construction of that
cable for a start.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] ANNOUNCE: Simple Library Views plugin

2016-09-19 Thread drmatt

For my purposes I would be ok with a library that is literally "untagged
folders". Interesting stuff, thanks for working through this.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105593

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


Re: [SlimDevices: Plugins] DSDPlay v1.0 output options through touch (downsampling)

2016-09-17 Thread drmatt

I'm not sure all DACs do sound the same (though I agree the differences
are extremely small), but that seems to be a holy war round here so I'm
not going to debate it further, just leave the OP to experiment at
leisure.

I am not into orchestral music so my requirements don't match the OPs
and I don't see any need to push beyond CD quality for the material I'm
listening to... Hence I have no experience of EDO or transcoding DSD on
LMS. So I'll go away now.. :)





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=106129

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


Re: [SlimDevices: Plugins] ANNOUNCE: Simple Library Views plugin

2016-09-16 Thread drmatt

One further request .. I have music all over the place depending on the
source, so is it possible to implement a view that's "everything, EXCEPT
tagged folders .. "?

Right now I have numerous methods of producing a "kids" view, but I
really want a main view that's "everything but the kid's stuff" ..



drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105593

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-09-15 Thread drmatt

Yeah, I like the iPlayer extras categories, very handy.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-09-15 Thread drmatt

bpa wrote: 
> 1.4.7 still seems to grow the cache.db file but at a much smaller rate -
> this needs to be checked.  Once cache.db has grown it does not seem to
> shrink even after expiry of entries or purging - this needs to be
> confirmed.

FWIW my cache.db grew to over 1GB with a running stream all day
yesterday, but it's small again this morning. cache.db-wal is now 1GB+,
and cache.db is small again. What happened overnight? rescan...

I assume the -wal file is a temporary backup copy while the rescan
writes new database entries? So for me at least it looks as if the daily
rescan prevents my cache.db from growing out of hand.



drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] BBCiPlayer with DASH support - test version

2016-09-14 Thread drmatt

Giza2020 wrote: 
> 
> I wanted to let you know im also experiencing the play 1 sec, pause 2-3
> secs and then off we go with lovely bbc playing :-)
> 
> Not bothering me really but thought you'd like to know that it's
> happening her in the UK for me.
> 
> Latest LMS on synology 
> Your latest bbc update
> 

I'm not experiencing this, and I'm in the UK. I'm on the latest bbc
update (today), running LMS on a debian ia32 server, version
7.9.0~1431440256, configured to prefer DASH. I'm seeing 320kbps CBR AAC
streams from the BBC.

I am seeing the cache.db file grow whilst listening to the radio too.
This doesn't bother me overly as I've plenty of space (hint: "chattr +d
cache.db" and it won't be backed up..).



drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=104672

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


Re: [SlimDevices: Plugins] ANNOUNCE: Simple Library Views plugin

2016-09-08 Thread drmatt

Depends how you do the search. If the search occurs per-leaf then it's
likely there will be a lot of them and it will be expensive. If you can
hold a single value in memory and apply it to all subfolders until it
finds a different value as it scans, then fine. In short, never find
yourself at the bottom scanning upwards and absolutely avoid doing
searches within the filesystem.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105593

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2016-09-03 Thread drmatt

Yes, it's OT, sorry. I found an old thread where it was mentioned too.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2016-09-03 Thread drmatt

If someone were to add a simple to use Bluetooth audio streaming device
as an input plugin to LMS, allowing you to stream from your phone
straight to one or more squeezeboxes in your house, the ecosystem would
have a shot in the arm of oxygen and fill the remaining glaring omission
in home audio functionality. Either that or even better a
chromecast-like WiFi streaming capability.

Most plugins concentrate on creating end-points for output of LMS
content, but I'd love to see that additional input to LMS.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] ANNOUNCE: Simple Library Views plugin

2016-08-15 Thread drmatt

Seems to me it's a simple case of going into the parent folder of the
tree you want to set a certain tag in and typing:

"find . -type d -exec touch {}/simple-library-views-libraryviewname \;"





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105593

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


Re: [SlimDevices: Plugins] Squeezer: open source Android Squeezeserver remote control

2016-06-24 Thread drmatt

Jeddie wrote: 
> Just downloaded Squeezer. My first reaction is I agree with Flacforever;
> I would like to be able to select 'album artists' instead of 'Artists'.
> This is a must for me.
> 
> Also it doesn't seem to accommodate Library views from LMS. Even the
> native logictech app does this?
> 
> Am I doing something wrong?

It's limited in functionality but this is why it's so quick.. and it's
not been updated to support ANY of the features of LMS post-7.7 (the
last "official" release at mysqueezebox.com).



drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=101898

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


Re: [SlimDevices: Plugins] MusicIP - analyse on one computer, serve on different?

2016-06-10 Thread drmatt

rkrug wrote: 
> drmatt  writes:
> 
> > Stupid question - where the heck do I get the musicip code from to do
> > the tagging (I'd rather do a full sweep offline and embed tags)?
> 
> Probably best source:
> 
> http://www.spicefly.com/article.php?page=musicip-software
> 
> Cheers,
> 
> Rainer
> 

Hey, thanks for the response. You managed to reply before I deleted my
question because I found exactly the link you pasted a few minutes after
I posted my question.. :)





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105722

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


Re: [SlimDevices: Plugins] MusicIP - analyse on one computer, serve on different?

2016-06-10 Thread drmatt

Stupid question - where the heck do I get the musicip code from to do
the tagging (I'd rather do a full sweep offline and embed tags)?



drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105722

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2016-06-03 Thread drmatt

http://www.altaro.com/hyper-v/ubuntu-linux-server-hyper-v-guest/
This is one option. LMS is easy to integrate on Ubuntu.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] ANNOUNCE: Simple Library Views plugin

2016-06-03 Thread drmatt

I will find out useful when I get around to implementing it. Fed up with
just genre tags, this is much more scriptable.

Sent from my Nexus 7 using Tapatalk





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105593

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2016-05-31 Thread drmatt

OK I think the issue is on my android app end, and I think it's to do
with the track time. If I queue two items using the squeezer app on
android then playback hangs after the program finishes, but if I queue
the same items from the web interface playback moves to the next item
just fine. Next and previous works OK in the web interface too, and the
reported track time,seek, and countdown is all correct.

In the squeezer app, however, the track time is made up (usually thirty
minutes exactly) and countdown is therefore broken, and seek doesn't
work right, particularly when you get beyond its view of the end of the
track.

So, not sure what it is about the iPlayer code that's tickling this
issue with squeezer but I suspect it's not iPlayers fault. Will play
around with this some more.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2016-05-31 Thread drmatt

Yeah it's currently set to dash. I was desperate to get the iPlayer
extras stuff back so I got the best iPlayer plugin for free with the
repo. Will gather some details and head over there. Cheers.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2016-05-31 Thread drmatt

It happens on any BBC content whether sourced from iPlayer plugin or
iPlayer extras for me. I am setting the dash stream as the primary but
I'll have to get more details when I'm at home. I updated the plugins
about three days ago from your repo so they are very new.
Basically next/ previous don't work when playing iPlayer content and the
playlist stops at the end of playback for an iPlayer catch-up program.
Live radio streams don't seem to be effected by this and will stream all
day without issue.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2016-05-31 Thread drmatt

Back to the iPlayer topic. Is it just me or does it refuse to do
"previous"/"next" when playing from iPlayer extras? Any programs in the
playlist are a dead end. They play in their turn but then the player
stops at the end, it won't move on to the next track.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2016-05-26 Thread drmatt

So glad this stuff is all working again. Really appreciate the work that
goes into keeping this alive, particularly in face of constant messing
around from the BBC end. :)



drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: Smart Mix plugin

2016-05-18 Thread drmatt

Cut-Throat wrote: 
> Well, that sucks !  --- Too Bad, Smart Mix was my Main Venue!

Sigh, back to wrestling with MusicIP and wine and all that nonense..



drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

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


Re: [SlimDevices: Plugins] Triode's plugins

2016-05-16 Thread drmatt

I'm happy, it was just a thought.





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105599

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


Re: [SlimDevices: Plugins] Triode's plugins

2016-05-16 Thread drmatt

Time to add a local plugin repository?

Sent from my Nexus 7 using Tapatalk





drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=105599

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