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

2020-07-17 Thread Lestrad


rgdawson wrote: 
> Haha, glad you like it.  I will continue to make the legacy installer
> available as long as I can, as some people prefer to install that way. 
> That said, there is no difference except that the Store version is
> packaged for the Store, is signed, verified, and virus checked by the
> Store.  And the Store version, being a Store app, runs somewhat isolated
> and can't access any critical or sensitive system resources
> (guaranteed), so from that perspective it is generally safer for the
> consumer.  I have a Surface Go that runs Win10 in S-Mode, only can
> install Store Apps, and it is very reliable that way.  Though I could
> never run a regular Win10 machine that way.  Just curious, what do you
> find bad about the Windows Store?
> 
> R Greg Dawson

Since I have your ear I'll mention that I've started having problems
with the stream to my Squeezebox stopping and restarting. Most recently
it was doing it after about 30 seconds of play (I keep getting a
"rebuffering" message). It doesn't seem to be related to network load.
For the moment I've uninstalled. If I knew how to get at the squeezelite
settings that would normally go in the command line, I'd play around
with the buffering and other settings. Or is there a way to give high
priority to the Sueezelite-X thread or something?

TIA
Les



___
Logitech Media Server Version: Logitech Media Server Version: 7.9.2 -
ARCH-AUR-REL.7.9.2.arch2 running on Wandboard Quad, music library on
SATA HDD
Squeezebox Touch plugged into run-of-the-mill stereo rig via Musical
Fidelity X-Act, extra speakers in kitchen, basement, and bedroom
connected by ordinary (not unidirectional) copper cable.

Lestrad's Profile: http://forums.slimdevices.com/member.php?userid=40857
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: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2020-07-17 Thread Theriverlethe


chris002 wrote: 
> Hi
> 
> Set up lms via PCP yesterday on my pi and after a couple of issues all
> was working fine, and I could play to my yamaha musiccast (Sitting Room)
> fine.
> 
> This morning however, I can only see my denon amp and the Kitchen Sonos
> as the only available players.
> 
> Several devices are showing up on the advanced upnp tab, my denon,
> Yamaha (sitting room), sonos etc. but nothing other than denon on the
> Kitchen which is the sonos device when trying to play music.
> 
> Any help greatly appreciated.

Did you try power cycling the player? Occasionally I have to do a hard
reset by pulling the plug on my Denon receiver.



Theriverlethe's Profile: http://forums.slimdevices.com/member.php?userid=70264
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread Laz


And finally, a hacky fix that seems to have got things  at least
*partially* working on the short tracks stopping problem. 

I tried editing the command line options in
Spotty-Plugin/Connect/daemon.pm, specifically:


Code:

my @helperArgs = (
'-c', $self->cache,
'-n', $self->name,
'--disable-audio-cache',
'--bitrate', 96,
'--player-mac', $self->mac,
'--lms', Slim::Utils::Network::serverAddr() . ':' . 
preferences('server')->get('httpport'),
);



If I comment out the bitrate specification or set the bit rate to 320,
wire's pink flag plays fine. I can play short tracks, skip to short
tracks and I can change players without issue. 


Code:


# '--bitrate', 96,
  



Michael, I have no idea why this is working, but I've tested it on both
my main LMS server and a test server on my desktop. In both cases it
fixes the problem for Pink Flag. I know this is not the long term fix,
but I'm hoping this helps pinpoint the problem for you.

However, this does not fix the problem with the first track '!' on
the Billie Eilish Album 'WHEN WE ALL FALL ASLEEP ...'. I've tried
fiddling with settings in both Daemon.pm and custom-convert.conf, but
haven't had any luck with these. I spent a bit of time checking this
with process monitor, and I could see spotty was triggering WerFault a
couple of seconds after starting, but I wasn't able to find more detail
than this.

Cheers,

Larry



Laz's Profile: http://forums.slimdevices.com/member.php?userid=427
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-07-17 Thread philippe_44


tannaroo wrote: 
> Hi Phillipe
> 
> When I setup the youtube plug I had to set up an account with youtube
> api and get a key.
> I just an email from youtube saying that videos uploaded after July 28
> using the videos.insert endpoint from unverified API projects will be
> restricted to private viewing mode. Will this affect the youtube
> plugin?
> 
> Its asking to complete a compliant audit form but don't know where to
> start on this form.

I don't think it has any impact but we'll see...



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread Laz


Laz wrote: 
> 
> 
> I'll see if I can get something approaching this behaviour in my setup
> and report back.
> 

For now, no luck on this. I'll see if I can figure out a way to bypass
the cache in the plugin, but I suspect it's now time to wait for Michael
to re-appear and advise!



Laz's Profile: http://forums.slimdevices.com/member.php?userid=427
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread Laz


Laz wrote: 
> 
> A quick question - is it possible to run spotty in spotify connect mode
> *without* authentication.

I think I've answered my own question. I've fired up spotty as follows:

./spotty -n testname -b 320 --lms serverhost:9000 --player-mac


I've done this one two pcs - the server running lms and on my own
desktop, and I've connected to a squeezelite player, a squeezebox 2 and
a group made up of these two. In each instance, I was able to connect to
these players from a spotify app and play long and short tracks from
pink flag without problem.

I'm very much guessing here, but is it possible that when things are
crashing out, we have a conflict between the spotty authentication and
the spotify app authentication when playing in spotifyconnect mode. If
this is the case, would it be possible to switch the spotty mode
between:

- Spotty with authentication for LMS control.
- Spotty with no authentication for spotifyconnect control via an
spotify app. 

I'll see if I can get something approaching this behaviour in my setup
and report back.

Cheers,

Larry



Laz's Profile: http://forums.slimdevices.com/member.php?userid=427
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread Laz


Hi Michael and others following this particular saga,

I've done a bit more digging on the spotty short tracks problem. The
stuff I have tried:

- Run the java-librespot client.
- After a diversion through windows sandboxing and virtualisation, I was
able to compile and run the windows version of librespot. 

In both instances, I set up with the client as spotify connect only with
no authentication. I was able to connect to these with spotify apps and
play long and short tracks from Pink Flag without disconnection. 

Assuming I'm interpreting this correctly, this seems to suggest that the
problem we are seeing is in the spotty/lms space. 

A quick question - is it possible to run spotty in spotify connect mode
*without* authentication. If possible I'll see if running in this mode
makes any difference. 

Finally, thanks to digging into the virtulisation stuff, I think I can
now offer windows, linux and macos test platforms - if needed and
helpful, I can also probably run development platforms on windows and
linux. 

Cheers,

Larry



Laz's Profile: http://forums.slimdevices.com/member.php?userid=427
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] ANNOUNCE: YouTube Plugin (API v3)

2020-07-17 Thread tannaroo


Hi Phillipe

When I setup the youtube plug I had to set up an account with youtube
api and get a key.
I just an email from youtube saying that videos uploaded after July 28
using the videos.insert endpoint from unverified API projects will be
restricted to private viewing mode. Will this affect the youtube
plugin?

Its asking to complete a compliant audit form but don't know where to
start on this form.



tannaroo's Profile: http://forums.slimdevices.com/member.php?userid=69547
View this thread: http://forums.slimdevices.com/showthread.php?t=105840

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


[SlimDevices: Plugins] Anyone using a Earmen-TR AMP DAC with PiCorePlayer on the USB port ?

2020-07-17 Thread mjl33


I would like to audition this dac/amp but I'd need to pay a 10%
restocking fee and return postage if I want to return it. It would be
best to know beforehand if this combo works. Right now I am using a
cheapo USB dongle (XtreamPro X-1) with picoreplayer. Thanks.



mjl33's Profile: http://forums.slimdevices.com/member.php?userid=69815
View this thread: http://forums.slimdevices.com/showthread.php?t=112617

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread Jaca


Jaca wrote: 
> hmm maybe bit premature celebration (I was already pouring JD ;) ) as
> just realized , although this is great, it will only work with 2 library
> Views.  I was ideally going to have more..  
> Is there a way to insert "AND" operator into query? 
> 
> ie.  Path (doesn't contain) \Path1  (AND)  \Path2

I guess I could further split Library but using additional fields like
Genre/comment :cool:



3x Squeezebox Touch, 3x Squeezebox Radio, SqueezeCommander, Material
Skin Apk, Squeezelite-X,  Logitech Media Server Version: 8.0.0 with
Material Skin

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] Announce - Song info plugin for FIP radio

2020-07-17 Thread Paul Webster


0.2.3 17-Jul-2020
Add France Musique La Baroque
Spelling correction English to French ... Blue to Bleu



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=106900

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread Jaca


Jaca wrote: 
> OMG your are my hero!!.. Thank you..  Why have I not thought about
> (doesn't contain) option.. :o
> This works exactly as I wanted..   .. Other Library (non music) problem
> is no big deal, just need to remember to  use "Albums view" instead of
> All Artist/Album Artists
> 
> Thank you!

hmm maybe bit premature celebration (I was already pouring JD ;) ) as
just realized , although this is great, it will only work with 2 library
Views.  I was ideally going to have more..  
Is there a way to insert "AND" operator into query? 

ie.  Path (doesn't contain) \Path1  (AND)  \Path2



3x Squeezebox Touch, 3x Squeezebox Radio, SqueezeCommander, Material
Skin Apk, Squeezelite-X,  Logitech Media Server Version: 8.0.0 with
Material Skin

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread slartibartfast


Jaca wrote: 
> OMG your are my hero!!.. Thank you..  Why have I not thought about
> (doesn't contain) option.. :o
> This works exactly as I wanted..   .. Other Library (non music) problem
> is no big deal, just need to remember to  use "Albums view" instead of
> All Artist/Album Artists
> 
> Thank you![emoji106]

Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread Jaca


slartibartfast wrote: 
> If you want a library view without your non-music folder how about
> specifying either
> Genre -not in text search- (list of genres to omit) or
> Path doesn't contain (your non music folder).
> 
> I also see empty Spotify artists in a library view if no albums meet the
> library definition, it is probably something Michael hasn't considered
> yet.
> 
> 
> Sent from my Pixel 3a using Tapatalk

OMG your are my hero!!.. Thank you..  Why have I not thought about
(doesn't contain) option.. :o
This works exactly as I wanted..   .. Other Library (non music) problem
is no big deal, just need to remember to  use "Albums view" instead of
All Artist/Album Artists

Thank you!



3x Squeezebox Touch, 3x Squeezebox Radio, SqueezeCommander, Material
Skin Apk, Squeezelite-X,  Logitech Media Server Version: 8.0.0 with
Material Skin

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread slartibartfast


Jaca wrote: 
> I was 100% sure at the time but just checked again and its not there..
> so no, not sure at all :D 
> 
> 
> For some reason we seem to drift away from main point here:
> 
> If I understand correctly Spotty Online Library integration will only
> work correctly if Library Views is set to "All Library (Default)". Is
> that right? 
> I have only started experimenting with Library Views( Advanced Search)
> and it seems like there is only "AND" operator for queried fields..  
> If there was "OR" operator I could specify smth like: 
> File Format = Spotty
> (or)
> File Path = \MP3  
> 
> Which would give me Library View with my Local and Online music..
> (without non-music folder which could be assigned to other Library
> View)
> 
> 
> 
> Another problem I noticed is that if I create non-music Library View
> with specific path , Spotty will still list Online Artists in "All
> Artists" and "Album Artists" but without actual content(albums). 
> "Albums" View seems to filter correctly/as expected. 
> 
> Am I missing smth or is it just case that Online Library integration is
> in early stage of development and not fully functional? 
> Cheers!

If you want a library view without your non-music folder how about
specifying either
Genre -not in text search- (list of genres to omit) or
Path doesn't contain (your non music folder).

I also see empty Spotify artists in a library view if no albums meet the
library definition, it is probably something Michael hasn't considered
yet.


Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2020-07-17 Thread Aesculus


DavidBulluss wrote: 
> I do not use the remote, only touch screen on the SBT... and of course
> the Squeeze Ctrl app on android.
> 
> Logitech Media Server Version: 8.0.0 - 1594451286

I tried my SBT and all I can say is that it is a bit weird. There are
two options:
1. Regular
2 100% Fixed volume

I had no issues with the regular volume. Note that there is a bit of
delay in the plugin when you change volume to keep it from overrunning
the amp. This delay could be the source of the jumping perhaps in some
cases but not for me.

The 100% (set in the SBT) will send the audio at full volume to the amp
and then the plugin controls it from there. But the slider on the SBT is
locked at 100% and you cannot use that to change the volume. I used
iPeng to adjust the volume in this case and I probably could have used
the web interface too.

For Android I use Squeezer which works fine with one caveat: For all my
players accept the SBT I can use the phones volume control to change the
LMS player volume. But for the SBT player I have to use the graphical UI
control on the phone app.



Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread Jaca


slartibartfast wrote: 
> Are you sure you selected the library view "Audiobooks" in the default
> skin? I wouldn't expect Cory Wong albums to appear under Audiobooks.
> 
> Sent from my Pixel 3a using Tapatalk

I was 100% sure at the time but just checked again and its not there..
so no, not sure at all :D 


For some reason we seem to drift away from main point here:

If I understand correctly Spotty Online Library integration will only
work correctly if Library Views is set to "All Library (Default)". Is
that right? 
I have only started experimenting with Library Views( Advanced Search)
and it seems like there is only "AND" operator for queried fields..  
If there was "OR" operator I could specify smth like: 
File Format = Spotty
(or)
File Path = \MP3  

Which would give me Library View with my Local and Online music..
(without non-music folder which could be assigned to other Library
View)



Another problem I noticed is that if I create non-music Library View
with specific path , Spotty will still list Online Artists in "All
Artists" and "Album Artists" but without actual content(albums). 
"Albums" View seems to filter correctly/as expected. 

Am I missing smth or is it just case that Online Library integration is
in early stage of development and not fully functional? 
Cheers!



3x Squeezebox Touch, 3x Squeezebox Radio, SqueezeCommander, Material
Skin Apk, Squeezelite-X,  Logitech Media Server Version: 8.0.0 with
Material Skin

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
View this thread: http://forums.slimdevices.com/showthread.php?t=111923

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread bpa


vhs wrote: 
> On Demand shows the programme listings almost immediately but when
> selected one loads in about 20 secs before playing.

They will show instantly - if they have been loaded already.
However programme listings are biggish chunks of data.


> Interestingly other stations e.g. Radio Paradise come through instantly
> and My Music like Random Mix are also instantaneous. 
These streams are continuous  a single HTTP GET and megabytes of data
flow.
BBC using DASH and HLS are mulitple http/GET each with 3 secs of audio -
lots of small chunks/files. 

The akamai time stamp is a single http/get  and uses basic LMS http
functions - There is nothing special about it yet it fails.

> That's why I'm doubting iPlayer plugin.
Sure but it is the only one playing DASH or HLS streams - so comparison
with other stream is not like for like unless they are also DASH or
HLS.

Do you play any HLS streams ?



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

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread vhs


bpa wrote: 
> This packet transit time issue is about latency not throughput.   The
> amount of traffic on the network will affect the latency.  Spot
> measurement of throughput is nto the issue. 
> 
> However the error log shown is different to packet transit time.
> 
> 
> 
> Unlikely a router setting unless you have changed defautl or used an
> "optimisation" tool.  This is a very short request with a very short
> response. An "optimised" networks sometimes kill these requests by
> "bundling" them into a bigger ones.
> This is the simplest network request but it is failing in LMS with the
> "Error on HTTP socket" 
> Something seems to be set up wrong on the server.
> What are the values in the WebUI Settings/Advanced/Network 
> 
> How long does it take for BBCiPlayer "on Demand" to show the program
> available ? Is there a noticeable delay ? if so how much ?  Due to
> caching for each test you need to try a different station each time
> (i.e. only 6 chances)

WebUI Settings:

Web Proxy
Web Server Port Number 9000
Radio Station Buffer Seconds 10
Radio Station Timeout 15
Maximum WMA Stream Bitrate No Limit
Synchronized Players Startup Delay (ms)

On Demand shows the programme listings almost immediately but when
selected one loads in about 20 secs before playing.
Interestingly other stations e.g. Radio Paradise come through instantly
and My Music like Random Mix are also instantaneous. That's why I'm
doubting iPlayer plugin.



vhs's Profile: http://forums.slimdevices.com/member.php?userid=2918
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread bpa


vhs wrote: 
> Although the wifi is delivering downloads at 130Mbs and uploads at 30Mbs
> which should be more than adequate with little other network traffic I
> plugged in a cable and stopped the wifi on the server then rebooted the
> router. 
This packet transit time issue is about latency not throughput.   The
amount of traffic on the network will affect the latency.  Spot
measurement of throughput is nto the issue. 

However the error log shown is different to packet transit time.

> 
> [20-07-17 16:12:19.7409] Plugins::BBCiPlayer::DASH::__ANON__ (254) 
> Stream closing error fetching UTC time from http://time.akamai.com/?iso
> - Error on HTTP socket:   
> 
> Maybe a router setting that I've missed?

Unlikely a router setting unless you have changed defautl or used an
"optimisation" tool.  This is a very short request with a very short
response. An "optimised" networks sometimes kill these requests by
"bundling" them into a bigger ones.
This is the simplest network request but it is failing in LMS with the
"Error on HTTP socket" 
Something seems to be set up wrong on the server.
What are the values in the WebUI Settings/Advanced/Network 

How long does it take for BBCiPlayer "on Demand" to show the program
available ? Is there a noticeable delay ? if so how much ?  Due to
caching for each test you need to try a different station each time
(i.e. only 6 chances)



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

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread vhs


bpa wrote: 
> Server on wifi is not good but is not cause of the problem unless there
> is lots of network traffic.
> 
> The bandwidth of a wired connection between router and LMS sever is not
> shared and full duplex (i.e. devices can transmit and receive at the
> same time) 
> A wifi connection is shared amongst all devices using the wifi and radio
> is half duplex (i.e. only one device can transmit at a time, every
> packet sent has to be acknowledged).
> 
> BT wifi disk probably use alternative radio channel for the link to a
> remote extender - so it improves range but will not "fix" radio's shared
> half duplex nature.

Although the wifi is delivering downloads at 130Mbs and uploads at 30Mbs
which should be more than adequate with little other network traffic I
plugged in a cable and stopped the wifi on the server then rebooted the
router. No improvement to the startup time. This message:

[20-07-17 16:12:19.7409] Plugins::BBCiPlayer::DASH::__ANON__ (254) 
Stream closing error fetching UTC time from http://time.akamai.com/?iso
- Error on HTTP socket:   

Maybe a router setting that I've missed?



vhs's Profile: http://forums.slimdevices.com/member.php?userid=2918
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-17 Thread dolodobendan


Apesbrain wrote: 
> I've also tagged the files in this folder COMPILATION=1; shouldn't the
> album then display in such a list as "Various Artists"?

I don't think so, because you also tagged ALBUMARTIST.



QLMS 8.0.0@2.21 x64 (digimaster) with perl 5.30.1 / 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=109624

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.0 - integrate local library with your Spotify collection (LMS 8+)

2020-07-17 Thread slartibartfast


Jaca wrote: 
> In my case when using Material skin with Library View my Spotify Artists
> are listed but Albums are not.. hence if I try to play from "top" level
> (artist icon to play every album) player queue is cleared and nothing
> happens.  I can still go in deeper to browse spotify content and play it
> ok.
> 
> Library View - All  (Material Skin)
> 
> 31056
> 
> Library View - Audiobooks (Material Skin)
> 
> 31057
> 
> Library View - Audiobooks (Default Skin)
> 
> 31058
> 
> 
> So clearly smth is going on with Material Skin here..  
> 
> Anyway, is there a way to hide Spotify Albums/artists in specific
> Library View like Audiobooks and only lists in other one like Library
> View - Music (which also contains local music)?Are you sure you selected the 
> library view "Audiobooks" in the default
skin? I wouldn't expect Cory Wong albums to appear under Audiobooks.

Sent from my Pixel 3a using Tapatalk





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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-17 Thread dolodobendan


Apesbrain wrote: 
> I do use COMPOSER:
> 
> [image: https://i.imgur.com/c3RZJTG.jpg]
> 
> Here is how it displays in LMS:
> 
> [image: https://i.imgur.com/XxHNNrh.jpg]

Yes, but also as ARTIST. :confused:

Wouldn't it be easier to include the composer in ALBUM (COMPOSER:
ALBUM)? Looking for a certain symphony also would be easier, as it's
sorted by composers, not by the symphony's number.



QLMS 8.0.0@2.21 x64 (digimaster) with perl 5.30.1 / 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=109624

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-17 Thread Apesbrain


dolodobendan wrote: 
> 'I asked you before'
> (https://forums.slimdevices.com/showthread.php?112275-Question-about-Classical-Tags)
> why you don't just use COMPOSER for the composer. Works great.

I do use COMPOSER:

[image: https://i.imgur.com/c3RZJTG.jpg]

Here is how it displays in LMS:

[image: https://i.imgur.com/XxHNNrh.jpg]



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread bpa


vhs wrote: 
> The wifi disk is the BT black disk (additional access point) they
> provide for their mesh system. The LMS server is on my iMac, connected
> over wifi. Same problem whether on 2.4 or 5 GHz connection. Maybe I'll
> run a long ethernet able to the router to try it directly and rule out
> (or in) the wifi).

Server on wifi is not good but is not cause of the problem unless there
is lots of network traffic.

The bandwidth of a wired connection between router and LMS sever is not
shared and full duplex (i.e. devices can transmit and receive at the
same time) 
A wifi connection is shared amongst all devices using the wifi and radio
is half duplex (i.e. only one device can transmit at a time, every
packet sent has to be acknowledged).



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

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


Re: [SlimDevices: Plugins] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-07-17 Thread Jaca


slartibartfast wrote: 
> I think all the Squeezebox Touches apart from yours are already updated
> to the latest firmware [emoji3]. 

:rolleyes:

I feel better now about your replies to my other questions ;)



3x Squeezebox Touch, 3x Squeezebox Radio, SqueezeCommander, Material
Skin Apk, Squeezelite-X,  Logitech Media Server Version: 8.0.0 with
Material Skin

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
View this thread: http://forums.slimdevices.com/showthread.php?t=111876

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread vhs


bpa wrote: 
> mesh is unlikely - I run a mesh network. Some users have "mesh" issues
> with older players but this network delay is a LMS server issue.
> 
> wifi disk ?  what does this mean ? 
> 
> Is server wired or wireless to router ?

The wifi disk is the BT black disk (additional access point) they
provide for their mesh system. The LMS server is on my iMac, connected
over wifi. Same problem whether on 2.4 or 5 GHz connection. Maybe I'll
run a long ethernet able to the router to try it directly and rule out
(or in) the wifi).

Thanks

Viv



vhs's Profile: http://forums.slimdevices.com/member.php?userid=2918
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-17 Thread dolodobendan


Apesbrain wrote: 
> @cpd73, classical CDs often include more than one ALBUMARTIST
> (Composer).  If there are many, I typically set ALBUMARTIST for all
> tracks to "Various Artists"; but if only two, I tag each track with its
> appropriate value.  Like Orange Squeeze (top below), could Material Skin
> (bottom below) show both ALBUMARTIST tags?  Thanks.
> 
> 
> [image: https://i.imgur.com/rQDO7xa.jpg]

'I asked you before'
(https://forums.slimdevices.com/showthread.php?112275-Question-about-Classical-Tags)
why you don't just use COMPOSER for the composer. Works great.

@Craig: Displaying COMPOSER would be a nice touch, though.



QLMS 8.0.0@2.21 x64 (digimaster) with perl 5.30.1 / 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=109624

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


Re: [SlimDevices: Plugins] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2020-07-17 Thread chris002


Hi

Set up lms via PCP yesterday on my pi and after a couple of issues all
was working fine, and I could play to my yamaha musiccast fine.

This morning however, I can only see my denon amp and the Kitchen Sonos
as the only available players.

Several devices are showing up on the advanced upnp tab, my denon,
musiccast, sonos etc. but nothing other than denon when trying to play
music.

Any help greatly appreciated.


+---+
|Filename: LMS2.PNG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31069|
+---+


chris002's Profile: http://forums.slimdevices.com/member.php?userid=70426
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread bpa


vhs wrote: 
> But BT fibre FTTP with BT router and complete wifi disk i.e. mesh
> system. Could that be it?

mesh is unlikely - I run a mesh network. Some users have "mesh" issues
with older players but this network delay is a LMS server issue.

wifi disk ?  what does this mean ? 

Is server wired or wireless to router ?



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-17 Thread Apesbrain


d6jg wrote: 
> I definitely don't want this!
OK, I can see how my suggestion would be a problem.  Let me approach
this a different way: I've also tagged the files in this folder
COMPILATION=1; shouldn't the album then display in such a list as
"Various Artists"?



Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread vhs


bpa wrote: 
> The log message says there is something wrong with your network or your
> OS.
> 
> 1. The akaimai time stamp returns a reference time of day - check that
> you can open this URL from a browser (or wget or curl) on the same
> Server as LMS. http://time.akamai.com/?iso
> 2. the 6278 - say it took 6.2 secs for a reply from BBC to a http/get . 
> This is nothing to do with LMS.  Normal response time is 80-150msec and
> not 6,278msec
> 
> Are you running a VPN,  satellite links,  a network monitor, repeater
> etc..
> 
> Does your network have anything (hardware or software) more than just an
> ordinary wired ISP connections landline/xDSL/Fibre,  modem, a router,
> OSX server running LMS and player.

Well akaimai seems to work: 2020-07-17T11:42:30Z
No VPN, no satellite, no network monitor, repeater. But BT fibre FTTP
with BT router and complete wifi disk i.e. mesh system. Could that be
it?



vhs's Profile: http://forums.slimdevices.com/member.php?userid=2918
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread bpa


vhs wrote: 
> I'm still having problems on my iMac with Catalina with very slow
> loading of iPlayer live and on demand stations. Happens on both
> Squeezeplay and Squeezebox Radio. Log message below:
> 
> [20-07-17 12:12:28.3313] Plugins::BBCiPlayer::DASH::__ANON__ (254) 
> Stream closing error fetching UTC time from http://time.akamai.com/?iso
> - Error on HTTP socket: Interrupted system call  
> [20-07-17 12:12:40.9186] Plugins::BBCiPlayer::HLS::__ANON__ (319) Chunk
> fetch status 200 Long chunk fetch time 6278  
> 

The log message says there is something wrong with your network or your
OS.

1. The akaimai time stamp returns a reference time of day - check that
you can open this URL from a browser (or wget or curl) on the same
Server as LMS. http://time.akamai.com/?iso
2. the 6278 - say it took 6.2 secs for a reply from BBC to a http/get . 
This is nothing to do with LMS.  

Are you running a VPN,  satellite links,  a network monitor, repeater
etc..

Does your network have anything (hardware or software) more than just an
ordinary wired ISP connections landline/xDSL/Fibre,  modem, a router,
OSX server running LMS and player.



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

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


Re: [SlimDevices: Plugins] BBCiPlayer V1.6 (and higher) & BBCiPlayerExtra 2.0 (and higher) Support

2020-07-17 Thread vhs


I'm still having problems on my iMac with Catalina with very slow
loading of iPlayer live and on demand stations. Happens on both
Squeezeplay and Squeezebox Radio. Log message below:

[20-07-17 12:12:28.3313] Plugins::BBCiPlayer::DASH::__ANON__ (254) 
Stream closing error fetching UTC time from http://time.akamai.com/?iso
- Error on HTTP socket: Interrupted system call  
[20-07-17 12:12:40.9186] Plugins::BBCiPlayer::HLS::__ANON__ (319) Chunk
fetch status 200 Long chunk fetch time 6278  

System info:

Logitech Media Server Version: 7.9.3 - 1591161343 @ Thu Jun 4 04:10:33
CEST 2020
Hostname: vhs.local
Server IP Address: 192.168.1.234
Server HTTP Port Number: 9000
Operating system: macOS 10.15.5 - EN - utf8
Platform Architecture: x86_64
Perl Version: 5.18.4 - darwin-thread-multi-2level
Audio::Scan: 1.02
IO::Socket::SSL: 2.066
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 3

iPlayer settings:

Show in My Apps Enable 
Live Stream Preference DASH > HLS > MP3 > FlashAAC
On Demand Stream Preference DASH > HLS > MP3 > FlashAAC
Bitrate for Live stream DASH Use highest bitrate available DASH stream
Bitrate for On Demand DASH Use highest bitrate available DASH stream
Minutes to skip back per keypress 15 min
Minutes to skip forward per keypress 1 min
Allow Transcoding Enable 
Show OnAir Text Enable 
Always display station icon Enable 
Live Text - Squeezebox Classic Top Line
URL for menu.opml replacement
http://downloads.sourceforge.net/project/bpaplugins/default-menu.opml
Seconds to delay start live stream. no delay
Buffer fullness threshold. 255
Source image resolution for program images. 480x480

I've tried reinstalling LMS and the iPlayer plugin and cleared the LMS
cache. Any ideas?

Viv



vhs's Profile: http://forums.slimdevices.com/member.php?userid=2918
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-17 Thread d6jg


Apesbrain wrote: 
> @cpd73, classical CDs often include more than one ALBUMARTIST
> (Composer).  If there are many, I typically set ALBUMARTIST for all
> tracks to "Various Artists"; but if only two, I tag each track with its
> appropriate value.  Like Orange Squeeze (top below), could Material Skin
> (bottom below) show both ALBUMARTIST tags?  Thanks.
> 
> 
> [image: https://i.imgur.com/rQDO7xa.jpg]

I definitely don't want this!
In order to group things correctly I frequently have multiple album
artists that would look stupid like that
EG
B.B. King & Eric Clapton
B.B. King
Eric Clapton
This puts Riding With The King into 3 places under Artists but I only
want to see B.B. King & Eric Clapton when I'm playing it.



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s
*Office* - Pi3+Sreen -> Sony TAFE320 -> Celestion F10s / Pi2+DAC & SB3
-> Onkyo CRN755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi2+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV)* - SB Touch ->Sherwood AVR ->Mordaunt Short M10s
Everything controlled by iPeng

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

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


Re: [SlimDevices: Plugins] iPeng support thread

2020-07-17 Thread Mrpink200


pippin wrote: 
> I'll see what I can do with the redesign, I have a few ideas...
> Right now the problem is that there are probably a dozen different
> things some people want to see on the NowPlaying screen, line the
> details you mention, Genre, Path name, year.
> OTOH I know many others think that the NowPlaying screen is too
> cluttered already now.
> Making things configurable just makes the whole App more complicated for
> everyone.
> 
> There's no perfect solution here...

I understand. I really hope you will be able to add this.



Mrpink200's Profile: http://forums.slimdevices.com/member.php?userid=69660
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] iPeng support thread

2020-07-17 Thread pippin


I'll see what I can do with the redesign.
Right now the problem is that there are probably a dozen different
things some people want to see on the NowPlaying screen, line the
details you mention, Genre, Path name, year.
OTOH I know many others think that the NowPlaying screen is too
cluttered already now.
Making things configurable just makes the whole App more complicated for
everyone.

There's no perfect solution here...



---
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=51929

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


Re: [SlimDevices: Plugins] iPeng support thread

2020-07-17 Thread Mrpink200


Im really sorry if this question has already been replied, but i ve
search a bit without finding.
I found ipeng really good, even better when using custom browse and
qobuzz on LMS.
By the way i foind something really frustrating. i have not found a way
to see the track details while playing

Like, as a example, with mconnect hd in this printscreen.
Is it possible to have file format, bit depth etc  ???

Many thanks

31066


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


Mrpink200's Profile: http://forums.slimdevices.com/member.php?userid=69660
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2020-07-17 Thread MarSOnEarth


Aesculus wrote: 
> OK. Since I experience non of this without the logs showing the issue I
> would not know where to start.
> 
> Once you collect them I am willing to review them with you to see if we
> can identify a pattern or an issue.  I'll have to dust of the PERL
> memory cells. :-)

After a lifetime in and around all aspects of IT and the multitude of
languages that came with that, I'm for the first time making an effort
to read Perl by reading your code ;-)



MarSOnEarth's Profile: http://forums.slimdevices.com/member.php?userid=69826
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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