Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-06 Thread cpd73


Jaca wrote: 
> 
> I know grouping /syncing is long topic with many different scenarions
> but I believe best solution (if possible) would be to tweak "Move queue
> to different player" to remember and restore previous (source) sync

Please try the following:
  
-  Stop LMS
-  Take a backup of 'Plugin.pm' within your MaterialSkin folder
-  Copy 30937 in the MaterialSkin fiolder
-  Restart LMS
-  Check whether the queue can now be moved as required
  

This will replace Material's plugin code with a new (test) version. This
new (and untested) version should attempt to restore the source players
sync group after the move. (As an aside, it should also stop you moving
the queue to a player its already synced with).

If anything goes wrong, just restore the backed up Plugin.pm


+---+
|Filename: Plugin.pm|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30937|
+---+


*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
2. Open browser's developer tools 3. Open console tab in developer tools
4. REQ/RESP messages sent to/from LMS will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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] Tidal not showing all favourite albums

2020-07-06 Thread Michael Herger
These lists currently indeed are limited to 500 items (why there are 
only 482 I'm not sure yet). The problem is that they only allow us to 
get 50 items per call. Which means we already have to do 10 calls to get 
those 500.


I tried to increase that number for the importer (only!), not in 
interactive mode. I decided to only support the importer for now as it 
doesn't hurt there that much if the request takes a little longer. In 
interactive mode you don't want to wait ten or twenty seconds for a menu 
to be shown.


--

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


[SlimDevices: Plugins] Questions about Android control apps dropping connection to LMS

2020-07-06 Thread Apesbrain


Every Android app I have -- Material, Orange Squeeze, Squeeze Commander
-- exhibits the same behavior when I pick up my Samsung Android 7.0
phone after some period of rest or if I leave the app to use another app
for a bit of time: when brought back to focus the LMS control app always
takes some amount of time to become ready to accept input.  Sometimes
it's just a second or two, most times up to 10-15 seconds, rarely 30
seconds or more.  It seems the app is finding and reestablishing
connectivity to LMS which I know has been accomplished when the artwork
and or song information displayed in the app suddenly catches up to
reality.

I'd like to understand three things:

1. Does this happen for everyone?  (Or maybe it's something peculiar to
my old phone.)  If you don't see this behavior, what phone/Android
version are you using?

2. What is going on between the app-phone-wifi-router-LMS during these
seconds?

3. Is there anything I can do to eliminate or lessen the delay between
bringing the LMS control app into focus and being able to control LMS? 
Would a reserved IP for the phone be a solution?  (LMS is already on a
reserved IP.)  Is there some process being put to sleep in the
background that I need to exempt from power management (if possible)?

Thanks.



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

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread philippe_44


slartibartfast wrote: 
> Mine are MP3. Try this feed if you like
> https://rss.art19.com/sorcerers-orphan
> 
> Sent from my Pixel 3a using Tapatalk

I found the issue, this is due to URL redirection that is changing
between calls



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-06 Thread Jaca

jasell wrote: 
> I don’t have a radio but from a Touch (or classic) you can from the
> special or is System menu select to control another player. If you chose
> to control your virtual Group player then the button on your your radio
> will control that player and not the radio, the display will show
> information in the screen related to the selected player.
> Note that the radio can be part of that group, so it does indirectly
> control itself.
> 
> 
> Sent from my iPad using Tapatalk

Thank you for suggestion Jasell, unfortunately this doesn't seems to
work correctly. Also putting them in form of group with controls
assigned to group not players themselves, has major drawback at time
when those players are part of other group.  
(btw I'm not nesting groups I know its not supported. )

For example   

If: I group both radios ( *Kitchen Left* , *Kitchen Right*)  into
_*Kitchen*_ Group and on both radios select _*Kitchen*_ using "Choose
player" function
Then: Everything behaves as expected:  Powering any of radios turns
_*Kitchen*_ Group and controls volume of both channels..  (Although this
is probably subject to Group Timeout setting at 0 (no limit) )

However: 
If: I use Group *_Party__*which consists of (*Kitchen Left* , *Kitchen
Right*, *Living room* etc)
Then *Kitchen Left* , *Kitchen Right* controls inactive group
_*Kitchen*_ 

Also
If: Group _*Kitchen*_ is active/ playing and I try to "Move queue to
different player" and (as I want to expand played music to other
players) I choose another group (lets say mentioned *_Party__*) which
also contains *Kitchen Left* , *Kitchen Right*  
I would expect Group _*Kitchen*_ to become switched off and then Group
*_Party__* turned on together with *Kitchen Left* , *Kitchen Right* 
However  players *Kitchen Left* , *Kitchen Right*  both stay turned
off.


I know grouping /syncing is long topic with many different scenarions
but I believe best solution (if possible) would be to tweak "Move queue
to different player" to remember and restore previous (source) sync



3x Squeezebox Touch, 3x Squeezebox Radio, SqueezeCommander, Logitech
Media Server Version: 8.0.0

Jaca's Profile: http://forums.slimdevices.com/member.php?userid=58187
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] Interesting home assistant update

2020-07-06 Thread Paul Webster


The media player card had a bit of a revamp a little while ago as well
and I think it looks good.
Basically it takes the cover art and then uses the colour of it to
extend as the background to the rest of the interface.

You can see an example at
https://www.home-assistant.io/lovelace/media-control/
(although I think it looks better than that in practice)



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

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread slartibartfast


philippe_44 wrote: 
> The HTTP server has to support a "range" request where you say from what
> byte position you want to start from. Are the podcasts you see not
> supporting that mp4 or mp3? 
> Most mp3 should work, but in mp4, there is another general issue about
> starting from an offset for remote streams. It is not podcast related,
> it's a general thing and we are about to have a solution. I have a
> patched LMS that worksMine are MP3. Try this feed if you like
https://rss.art19.com/sorcerers-orphan

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

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


Re: [SlimDevices: Plugins] EXPERIMENTAL: "reliable" plugin for HTTP(S) streaming

2020-07-06 Thread Weller


I tested it over the weekend and it works great. Thank you very much!
That is really a major improvement.



Weller's Profile: http://forums.slimdevices.com/member.php?userid=69877
View this thread: http://forums.slimdevices.com/showthread.php?t=112518

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread staresy


philippe_44 wrote: 
> The HTTP server has to support a "range" request where you say from what
> byte position you want to start from. Are the podcasts you see not
> supporting that mp4 or mp3? 
> Most mp3 should work, but in mp4, there is another general issue about
> starting from an offset for remote streams. It is not podcast related,
> it's a general thing and we are about to have a solution. I have a
> patched LMS that works

All of my podcasts are MP3, some resume, others don't (ie all BBC ones
don't).



staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=112541

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread philippe_44


staresy wrote: 
> Yes, you're right, I was lucky with that particular podcast/source! None
> of my others (from BBC, LBC etc) seem to work. What a shame, that was
> going to be a very useful feature :-(

slartibartfast wrote: 
> @bpa I found an old thread where you said there was a way to tell if a
> podcast should support resume. I have one with feed
> https://rss.art19.com/sorcerers-orphan
> and this does not seem to support it. Can you tell from the feed? This
> older feed
> 
> http://podcast.rhinofy.com/theflaminglips/feed.xml
> does support resume (I think)
> 
> Sent from my Pixel 3a using Tapatalk

The HTTP server has to support a "range" request where you say from what
byte position you want to start from. Are the podcasts you see not
supporting that mp4 or mp3? 
Most mp3 should, but in mp4, there is another general issue about
starting from an offset for remote streams. It is not podcast related,
it's a general thing and we are about to have a solution. I have a
patched LMS that works



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread philchillbill


Is it worth my taking a look at making this possible via Alexa? I have
persistent storage in the cloud so can remember what was played and up
to what point, even if LMS does not cache that data on your server.





philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920
View this thread: http://forums.slimdevices.com/showthread.php?t=112541

___
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-06 Thread philippe_44


schoeppi wrote: 
> On Mon, 6 Jul 2020 16:46:34 +, philippe_44 wrote:
> > So, it seems that the Lumi is one of these players that as a crappy
> HTTP
> > stack implementation - that infuriates me. They claim to be HTTP 1.1
> > devices which means you are *required* to support chunked-encoding
> > transfer and of course when I send a HTTP content using this, the
> player
> > fails and closes the connection - I hate these guys who destroy
> > standards by their lazy and incompetent implementations
> 
> Hmm, thats bad :-(. Seems that such devices  are getting more and more 
> :-(.
> 
> > Anyway, if this the case, you need to change the "HTTP mode" to "no
> > length" or "if known". Do that only for the Lumi, not as the default
> > HTTP mode
> 
> That did not work, but setting the http mode to fixed did the trick 
> :-). Also I set the max sample rate to 192000. Gapless playback does 
> only work, if I also set transcode to PCM.
> 
If only this one works, it means the HTTP stack is really (really) bad
> 
> Whats not working is the feedback of LMS to the player. When I pause a 
> title and start playback again the song is always played from the 
> beginning.
> 
> Does transcoding to PCM change the quality of the music material I am 
> playing? I listen sometimes to files with 192000 and 24 bit and 
> ofcourse I do not like to lower the quality if possible, but in my 
> understanding this should be not case with the settings I have now?
> 
> However, I am happy how the player is working now with LMS. Thanks so 
> much for the UPnP bridge and also for all your other plugins and all 
> you work you do to keep the LMS environment up and running!
> 
> Cheers,
> 
> Schoepp
Transcoding to PCM or FLAC does not alter the quality, it's lossless,
unless you force some parameters. 
You also have a special way to pause/resume (seek on resume) - again,
it's for broken players.



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-07-06 Thread Beppe


I'm not sure if it belongs here, but when setting the Media Folders in
the LMS GUI at the Basic Settings tab I cannot access folders at a depth
more than three. I'm using 8.0.0-1593258969 on a DS218j.



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

2020-07-06 Thread Christian Schoepplein
On Mon, 6 Jul 2020 16:46:34 +, philippe_44 wrote:
> So, it seems that the Lumi is one of these players that as a crappy HTTP
> stack implementation - that infuriates me. They claim to be HTTP 1.1
> devices which means you are *required* to support chunked-encoding
> transfer and of course when I send a HTTP content using this, the player
> fails and closes the connection - I hate these guys who destroy
> standards by their lazy and incompetent implementations

Hmm, thats bad :-(. Seems that such devices  are getting more and more 
:-(.

> Anyway, if this the case, you need to change the "HTTP mode" to "no
> length" or "if known". Do that only for the Lumi, not as the default
> HTTP mode

That did not work, but setting the http mode to fixed did the trick 
:-). Also I set the max sample rate to 192000. Gapless playback does 
only work, if I also set transcode to PCM.

Whats not working is the feedback of LMS to the player. When I pause a 
title and start playback again the song is always played from the 
beginning.

Does transcoding to PCM change the quality of the music material I am 
playing? I listen sometimes to files with 192000 and 24 bit and 
ofcourse I do not like to lower the quality if possible, but in my 
understanding this should be not case with the settings I have now?

However, I am happy how the player is working now with LMS. Thanks so 
much for the UPnP bridge and also for all your other plugins and all 
you work you do to keep the LMS environment up and running!

Cheers,

  Schoepp

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread slartibartfast


@bpa I found an old thread where you said there was a way to tell if a
podcast should support resume. I have one with feed
https://rss.art19.com/sorcerers-orphan
and this does not seem to support it. Can you tell from the feed? This
older feed

http://podcast.rhinofy.com/theflaminglips/feed.xml
does support resume (I think)

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

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread staresy


slartibartfast wrote: 
> After more testing it seems that the podcasts I have don't support the
> feature. When I try with your example it works if I pause a podcast but
> not if I stop it. With Material Skin I need to back out of the podcast
> list and re-enter it to see the options. The podcasts I have issues with
> are the Peter Crouch podcast and The Flaming Lips Sorcerer's Orphan
> podcast. The strange thing is when I tried a different feed for the
> Sorcerer's Orphan I did see the resume option but that feed didn't show
> artwork and recent podcasts were missing.
> 
> Sent from my Pixel 3a using Tapatalk

Yes, you're right, I was lucky with that particular podcast/source! None
of my others (from BBC, LBC etc) seem to work. What a shame, that was
going to be a very useful feature :-(



staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=112541

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread slartibartfast


staresy wrote: 
> On my SB radio or controller, I see a list of podcasts as below:
> 
> Podcast 1
> Podcast 2
> Podcast 3 >
> Podcast 4
> 
> The > by podcast 3 shows the sub menu, selecting this podcast then
> displays:
> 
> Play from last position
> Play from beginning
> 
> From material skin, I see the following:
> 30934
> 
> The partly played podcast is the one without the 3 dots (ie Dr Maggs),
> selecting this one shows:
> 30935
> 
> Hope that helpsAfter more testing it seems that the podcasts I have don't 
> support the
feature. When I try with your example it works if I pause a podcast but
not if I stop it. With Material Skin I need to back out of the podcast
list and re-enter it to see the options. The podcasts I have issues with
are the Peter Crouch podcast and The Flaming Lips Sorcerer's Orphan
podcast. The strange thing is when I tried a different feed for the
Sorcerer's Orphan I did see the resume option but that feed didn't show
artwork and recent podcasts were missing.

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

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread staresy


slartibartfast wrote: 
> What is the minimum time played before this feature shows up? I tried
> the same podcast as you for 20 seconds and still no ability to resume.
> 
> Sent from my Pixel 3a using Tapatalk

There doesn't seem to be a lower limit on mine, I can resume from 2
seconds...

30936


+---+
|Filename: Capture3.JPG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30936|
+---+


staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=112541

___
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-06 Thread Dean_Bayliss

Dean_Bayliss wrote: 
> It's Jessie, and an update responds with at the latest version.  I have
> tried Always display station icon both on and off with no difference, it
> was icon off originally.  
> 
> As this is an old version – probably the simplest is to get Debian up to
> date (RPI2) – just a few other systems I need to move install, so a few
> days time.  I’m sure that will resolve as it sounds like this is just
> me.

Fresh install of Debian Buster  and everything back in place, including
FIP/HLS update  -- now at IO::Socket::SSL: 2.060 and everything works
fine again - almost certainly quicker than finding out what I'd
corrupted.  Thanks



Dean_Bayliss's Profile: http://forums.slimdevices.com/member.php?userid=63168
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] Podcasts

2020-07-06 Thread slartibartfast


staresy wrote: 
> On my SB radio or controller, I see a list of podcasts as below:
> 
> Podcast 1
> Podcast 2
> Podcast 3 >
> Podcast 4
> 
> The > by podcast 3 shows the sub menu, selecting this podcast then
> displays:
> 
> Play from last position
> Play from beginning
> 
> From material skin, I see the following:
> 30934
> 
> The partly played podcast is the one without the 3 dots (ie Dr Maggs),
> selecting this one shows:
> 30935
> 
> Hope that helpsWhat is the minimum time played before this feature shows up? 
> I tried
the same podcast as you for 20 seconds and still no ability to resume.

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

___
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-06 Thread Blue Fishey


Redid the authentation all ok !



Blue Fishey's Profile: http://forums.slimdevices.com/member.php?userid=15704
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] Podcasts

2020-07-06 Thread staresy


slartibartfast wrote: 
> Where do you see the sub menu? I don't see it in Material Skin
> 
> Sent from my Pixel 3a using Tapatalk

On my SB radio or controller, I see a list of podcasts as below:

Podcast 1
Podcast 2
Podcast 3 >
Podcast 4

The > by podcast 3 shows the sub menu, selecting this podcast then
displays:

Play from last position
Play from beginning

>From material skin, I see the following:
30934

The partly played podcast is the one without the 3 dots (ie Dr Maggs),
selecting this one shows:
30935

Hope that helps


+---+
|Filename: Capture2.JPG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30935|
+---+


staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=112541

___
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-06 Thread Blue Fishey


the server restart and i saw


Code:


  [20-07-06 17:04:25.4486] Plugins::Spotty::API::Token::_killTokenHelper (177) 
Token refresh call helper has closed unexpectedly? - Please consider re-setting 
your Spotify credentials.
  




Blue Fishey's Profile: http://forums.slimdevices.com/member.php?userid=15704
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] EXPERIMENTAL: "reliable" plugin for HTTP(S) streaming

2020-07-06 Thread slimhase


philippe_44 wrote: 
> I've now streamed 24 hours of mp4 podcasts (using some other things I'm
> working on) and none failed. There is a re-opening every 20-30MB, always
> with "connection-reset-by-peer" error but the playlist had no
> interruption. That would tend to prove that these servers don't like to
> "stream" podcast, they assume that you are supposed to download
> everything then play it. It could be an option BTW, but I'm not sure
> it's any simpler.

I can confirm that - no Podcast dropouts while I tried it over the
weekend. Great!

But... opening Podcast-Lists seems to take (sometimes) a lot longer
compared to not using the Plugin (or disabling it via its settings).
Also Spotty was a lot less responsive while I was using the Plugin.
'top' showed also quite high (intermittend) CPU load while using the
plugin.
I am not sure if Spotty & opening Podcast-List problems can even be
related to the plugin or if it is a very strange coincidence - and its
hard to measure as its not consistent

(Pls note that I am running LMS on an old Atom based system, so others
might not even notice the highe load)



slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
View this thread: http://forums.slimdevices.com/showthread.php?t=112518

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-06 Thread jasell

Jaca wrote: 
> OK so Group Players plugin is actually awesome.
> However it doesn't solve (at least I haven't found a way) synced stereo
> players problem.. as its dynamically created and not really friendly
> with hardware buttons on SB Radio.  Basically if I understand correctly
> I cannot press SB Radio power button to turn on Group.. or can I? 
> 
> Assuming that isn't possible my best option is to keep two radios in
> constant sync incl volume/power, hence tweaking "Move queue to another
> player" as per previous post would be much appreciated. I did mention
> same tweak to Micheal for "Music, Walk with me" plugin which behaves in
> same manner. 
> 
> On slightly other but related note: 
> There is "Save queue" button but how do you actually open/restore saved
> queue? :confused:

I don’t have a radio but from a Touch (or classic) you can from the
special or is System menu select to control another player. If you chose
to control your virtual Group player then the button on your your radio
will control that player and not the radio, the display will show
information in the screen related to the selected player.
Note that the radio can be part of that group, so it does indirectly
control itself.


Sent from my iPad using Tapatalk



NAS: QNAP TS-459U+ QTS 4.2.6 (4x 2TB, RAID5)
Services: LMS 7.9.3 by  QLMS 2.10.06   'QLMS at QNAP club'
(https://www.qnapclub.eu/sv/qpkg/545)
Squeezebox:  6x Reciever, 3x Boom, 2x SB3 Classic, 1x Touch
Controller:  iPeng on iPad and iPhone, Spotify by Spotty

jasell's Profile: http://forums.slimdevices.com/member.php?userid=17817
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] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-07-06 Thread Mushroom_3


Thank you.



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

2020-07-06 Thread philippe_44


schoeppi wrote: 
> On Sun, Jul 05, 2020 at 05:41:35PM +, philippe_44 wrote:
> >
> >schoeppi wrote: 
> >> OK, mp3 seems to work, but nothing else :-(. No flac via Qobuz and no
> 
> >> ogg / pcm via Spotify :-(.
> >
> >Post a log of the bridge, not a server log, of what happens when
> trying
> >to play flac
> 
> thanks for your reply, @philippe_44!
> 
> this is the log when streaming Radio Paradise. maybe you have an idea...
> Let me know please, when you need more infos!
> 
> 

Try to include the file as a "zip" (compressed) item. As well, you don't
need to set "additional debugging" at this point.

So, it seems that the Lumi is one of these players that as a crappy HTTP
stack implementation - that infuriates me. They claim to be HTTP 1.1
devices which means you are *required* to support chunked-encoding
transfer and of course when I send a HTTP content using this, the player
fails and closes the connection - I hate these guys who destroy
standards by their lazy and incompetent implementations

Anyway, if this the case, you need to change the "HTTP mode" to "no
length" or "if known". Do that only for the Lumi, not as the default
HTTP mode



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
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


[SlimDevices: Plugins] Interesting home assistant update

2020-07-06 Thread sander


It looks like Home Assistant is updating their Squeezebox support in
their next release.

https://github.com/home-assistant/core/pull/35669

>From the notes:
-This moves the squeezebox integration to the configuration flow so that
it can be configured from the frontend and loaded without restarting
home assistant. Servers will automatically be discovered by the
"discovery" integration, or by this integration once it is loaded. If
the user adds this integration from frontend, it will attempt to
automatically discover the server as well.

Relatedly, the squeezebox integration will now handle individual players
coming online or going offline while home assistant is running.
Previously, the integration would only detect players that were present
during startup.-

I'm glad to see the dynamic updating of players, as that was a pet peeve
of mine. 

I'd be curious if anyone's done anything extensive with Squeezebox and
Home Assistant. I've done some simple setup such as coordinating the
shutdown of my receiver via my Harmony Hub if the player was paused for
a certain period (basically emulating the power off plugin). 

The biggest thing I'd be interested in would be the ability to get the
list of favorites from Squeezebox so it could be added to a drop down in
Home Assistant if anyone's done that. Ideally in the long run Home
Assistant would be the gateway to everything in my house, while
navigating all of Squeezebox sounds painful, I think navigating
favorites would be useful. I am currently able to play a specific url on
a specific player, but something more dynamic would be more great.

Lastly I saw this project a while back which sends alerts to players,
but never got ambitious enough to check it out:
https://community.home-assistant.io/t/squeezebox-audio-alert-script/11774/50



sander's Profile: http://forums.slimdevices.com/member.php?userid=10737
View this thread: http://forums.slimdevices.com/showthread.php?t=112546

___
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-06 Thread pinkdot


Mushroom_3 wrote: 
> I am runing LMSRepack and am wondering what future it has now? Should I
> install the new LMS and abandon Repack?
> 
> Thank you for all your great work.I will update LmsRepack alongside Logitech 
> Media Server. I've no plans
to abandon LmsRepack.



-DS718+, RPI 2 ('Spotifyd'
(https://github.com/Spotifyd/spotifyd)/'myMPD'
(https://jcorporation.github.io/myMPD/)),Aune S6 - Exposure 3010S2 - PMC
FB1i-s -'LmsRepack + LmsUpdate'
(https://forums.slimdevices.com/showthread.php?111876-LmsUpdate-and-LmsRepack-Synology-8-0-*-packages)
- Updated and Cleaned up Logitech Media Server 8.0.0 for Synology.

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

2020-07-06 Thread Christian Schoepplein
On Sun, Jul 05, 2020 at 05:41:35PM +, philippe_44 wrote:
>
>schoeppi wrote: 
>> OK, mp3 seems to work, but nothing else :-(. No flac via Qobuz and no 
>> ogg / pcm via Spotify :-(.
>
>Post a log of the bridge, not a server log, of what happens when trying
>to play flac

thanks for your reply, @philippe_44!

this is the log when streaming Radio Paradise. maybe you have an idea... Let me 
know please, when you need more infos!

[17:29:54.062551] main:1753 Starting squeeze2upnp version: v1.40.4 (Jun 18 2020 
@ 23:13:03)
[17:29:54.065058] register_alac:550 using alac to decode alc
[17:29:54.065189] register_mad:430 using mad to decode mp3
[17:29:54.065222] register_faad:647 using faad to decode aac
[17:29:54.065253] register_vorbis:346 using vorbis to decode ogg
[17:29:54.065283] register_pcm:339 using pcm
[17:29:54.065313] register_flac:313 using flac to decode flc
[17:29:54.065342] register_opus:286 using opus to decode ops
[17:29:54.065371] register_m4a_thru:307 using mp4 to aac (ADTS)
[17:29:54.065400] register_flac_thru:247 using flac
[17:29:54.065429] register_thru:106 using thru
[17:29:54.065458] register_soxr:394 using soxr for resampling
[17:29:54.065489] Start:1516 Binding to 192.168.1.2:49152
[17:29:55.117323] AddMRDevice:1402 [0xc3f500]: adding renderer (LUMIN U1:LUMIN)
[17:29:55.117476] GetProtocolInfo:359 [0xc3f500]: uPNP GetProtocolInfo
[17:29:55.121224] GetProtocolInfo:370 [0xc3f500]: ProtocolInfo 
http-get:*:*:*,http-get:*:audio/mpeg:*,http-get:*:audio/mpeg3:*,http-get:*:audio/mp3:*,http-get:*:audio/x-mp3:*,http-get:*:audio/aiff:*,http-get:*:audio/x-aiff:*,http-get:*:audio/wav:*,http-get:*:audio/x-wav:*,http-get:*:audio/m4a:*,http-get:*:audio/x-m4a:*,http-get:*:audio/mp4:*,http-get:*:audio/mpeg4-generic:*,http-get:*:audio/flac:*,http-get:*:audio/x-flac:*,http-get:*:audio/aac:*,http-get:*:audio/x-aac:*,http-get:*:audio/alac:*,http-get:*:audio/x-alac:*,http-get:*:audio/dsd:*,http-get:*:audio/x-dsf:*,http-get:*:audio/x-dff:*,http-get:*:application/octet-stream:*
[17:29:55.122069] stream_thread_init:387 [0xbb9f40] streambuf size: 524288
[17:29:55.123818] output_thread_init:574 [0xbb9f40] init output media renderer
[17:29:55.124145] decode_thread_init:168 [0xbb9f40]: init decode
[17:29:55.124802] MasterHandler:1033 [0xc3f500]: subscribe success
[17:29:55.125888] resample_init:345 [0xbb9f40]: resampling sync recipe: 0x00, 
flags: 0x00, scale: 0.89, precision: 0.0, passband_end: 0.0, 
stopband_begin: 0.0, phase_response: -1.0
[17:29:55.126096] UpdateThread:1252 Updating configuration 
/var/lib/squeezeboxserver/prefs/upnpbridge.xml
[17:29:55.129845] discover_server:806 [0xbb9f40] sending discovery
[17:29:55.155596] discover_server:838 [0xbb9f40] got response from: 
192.168.1.2:3483
[17:29:55.155794] slimproto:858 squeezelite [0xbb9f40] <=> player [0xc3f500]
[17:29:55.155841] slimproto:859 [0xbb9f40] connecting to 192.168.1.2:3483
[17:29:55.156185] slimproto:889 [0xbb9f40] connected
[17:29:55.156240] sendHELO:134 [0xbb9f40] mac: bb:bb:83:e0:07:31
[17:29:55.156281] sendHELO:135 [0xbb9f40] cap: 
CanHTTPS=1,Model=squeezelite,ModelName=UPnPBridge,AccuratePlayPoints=0,HasDigitalOut=1,MaxSampleRate=48000,aac,flc,alc,aif,pcm,mp3
[17:29:55.179403] UpdateThread:1148 [0xc3f500] UPnP keep alive: LUMIN U1:LUMIN
[17:29:55.227188] process:500 [0xbb9f40] strm
[17:29:55.227390] process_strm:241 [0xbb9f40] strm command q
[17:29:55.227437] decode_flush:208 [0xbb9f40]: decode flush
[17:29:55.227481] output_flush:569 [0xbb9f40]: flush output buffer
[17:29:55.227525] sq_callback:314 [0xc3f500]: device off or not controlled by 
LMS
[17:29:55.227652] process:500 [0xbb9f40] strm
[17:29:55.227699] process_strm:241 [0xbb9f40] strm command q
[17:29:55.227739] decode_flush:208 [0xbb9f40]: decode flush
[17:29:55.227779] output_flush:569 [0xbb9f40]: flush output buffer
[17:29:55.228136] process:500 [0xbb9f40] setd
[17:29:55.228186] sendSETDName:227 [8]: set playername: LUMIN U1:LUMIN
[17:29:55.228366] process:500 [0xbb9f40] setd
[17:29:55.228427] process:500 [0xbb9f40] aude
[17:29:55.228468] process_aude:392 [0xbb9f40] on/off using aude 1
[17:29:55.228509] sq_callback:310 [0xc3f500]: device set on/off 1
[17:29:55.228565] process:500 [0xbb9f40] audg
[17:29:55.228629] process_audg:406 [0xbb9f40] (old) audg gainL: 46 gainR: 46
[17:29:55.274499] UpdateThread:1148 [0xc3f500] UPnP keep alive: LUMIN U1:LUMIN
[17:29:55.380853] UpdateThread:1148 [0xc3f500] UPnP keep alive: LUMIN U1:LUMIN
[17:29:56.001602] process:500 [0xbb9f40] strm
[17:29:56.001864] process_strm:241 [0xbb9f40] strm command t
[17:29:56.001985] sendSTAT:169 [0xbb9f40]: STAT:[STMt] msplayed 0
[17:30:00.009825] process:500 [0xbb9f40] strm
[17:30:00.010035] process_strm:241 [0xbb9f40] strm command t
[17:30:00.010086] sendSTAT:169 [0xbb9f40]: STAT:[STMt] msplayed 0
[17:30:05.001487] process:500 [0xbb9f40] strm
[17:30:05.001769] process_strm:241 [0xbb9f40] strm command t
[17:30:05.001828] sendSTAT:169 [0xbb9f40]: STAT:[STMt] msplayed 0
[17:30:09.014309] process:500 [0

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

2020-07-06 Thread Blue Fishey


Atteached mate


+---+
|Filename: server Spotty.log|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30933|
+---+


Blue Fishey's Profile: http://forums.slimdevices.com/member.php?userid=15704
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] EXPERIMENTAL: "reliable" plugin for HTTP(S) streaming

2020-07-06 Thread dolodobendan


slartibartfast wrote: 
> No you still need the podcast plugin.
> 
> Sent from my Pixel 3a using Tapatalk

Okay, thanks!



QLMS 8.0.0@2.20 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=112518

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread slartibartfast

philippe_44 wrote: 
> It is supposed to happen with every podcast that has been played more
> that 15 sec. You have a sub-menu with « resume at xx » and « restart at
> beginning ». Which LMS version are you running?Where would I find the 
> submenu? I have tried with default skin, Material
skin and Controller. I also don't see the option to skip back which I
believe should be there.

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

___
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-06 Thread Michael Herger

This is what i get with INFO turned on


That's just a dozen or so lines, and they're several days old. Please 
send the full server.log.zip file.


--

Michael
___
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-06 Thread Michael Herger

I did not understand your answer. Are you saying that too many requests
were sent to spotty and hence nothing can be done?


I'm still trying to figure out what is triggering this flood of 
requests. But yes, you got the gist of it.



I was the only user at the time the failure occurred if that helps.


From Spotify's point of view you share the application with thousands 
of other users.


--

Michael
___
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-06 Thread Blue Fishey

This is what i get with INFO turned on




Code:


  [20-07-02 12:58:57.3065] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:27:dd:dc Gizmo's Radio & Gizmo’s Radio 2
  [20-07-02 12:59:57.4701] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:27:dd:dc Gizmo's Radio & Gizmo’s Radio 2
  [20-07-02 13:00:57.3185] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:27:dd:dc Gizmo's Radio & Gizmo’s Radio 2
  
  [20-07-03 09:43:56.2789] Slim::Player::Pipeline::new (44) Error: Couldn't 
create listen socket for reader: Invalid argument
  [20-07-03 09:43:56.2792] Slim::Player::Song::open (600) Error: Invalid 
argument: While creating conversion pipeline for: 
spotify://track:5GorFaKkP2mLREQvhSblIg
  
  
  [20-07-03 10:53:12.7246] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:27:dd:dc Gizmo's Radio & Gizmo’s Radio 2
  [20-07-03 10:54:12.7154] Plugins::Spotty::API::__ANON__ (1431) API call: 
me/player/devices
  [20-07-03 10:54:12.7157] Plugins::Spotty::API::__ANON__ (1435) error: 429 
unknown
  [20-07-03 10:54:12.7165] Plugins::Spotty::API::error429 (1493) Access Rate 
limit exceeded for: me/player/devices; retry after 1 seconds.
  




Blue Fishey's Profile: http://forums.slimdevices.com/member.php?userid=15704
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-06 Thread san9jay


mherger wrote: 
> > The exact same issue happened again a few minutes after i posted the
> > above issue. I looked at the server log and see the following message
> > that corresponds with the time when it stopped working. I tried
> > reconnecting to the device multiple times without success but no
> > additional log entries were created.
> 
> We're currently seeing an abnormal number of requests again, which can 
> cause to some requests being rejected (status 429). It unfortunately 
> happens every now and then :-(.
> 
> -- 
> 
> Michael

Sorry Michael. 

I did not understand your answer. Are you saying that too many requests
were sent to spotty and hence nothing can be done?

I was the only user at the time the failure occurred if that helps.

Regards
Sanjay



san9jay's Profile: http://forums.slimdevices.com/member.php?userid=70342
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] Podcasts

2020-07-06 Thread slartibartfast


staresy wrote: 
> Ah, I hadn't realised that resume was there in a sub menu. I confirm
> that works on LMS 8.0. Also, usefully, on my SB Radio, the sub menu is
> indicated by a >, which also serves to show which podcast you are up to
> in a long list.
> 
> As for nice to haves, I'd say:
> 
> - ability to mark played/partly played podcasts somehow to help
> navigating in a long list
> - a search facility (as built into material which searches
> itunes/gpodder, very useful rather than copying urls) - although maybe
> no need to duplicate as its in material already?
> - on a long podcast, can sleep timer stop the podcast and then allow
> resume again later (ie 1hr podcast, sleep set to 30 mins, next time I
> look at podcast it shows resume at 30min) 
> 
> I appreciate it's not a full blown Podcast player but those would be
> useful.
> 
> Meanwhile, thanks for letting me know about resume, that's handy.Where do you 
> see the sub menu? I don't see it in Material Skin

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

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread staresy


slartibartfast wrote: 
> Latest 8.0. I'll try again.
> 
> Sent from my Pixel 3a using Tapatalk

Ah, I hadn't realised that resume was there in a sub menu. I confirm
that works on LMS 8.0. Also, usefully, on my SB Radio, the sub menu is
indicated by a >, which also serves to show which podcast you are up to
in a long list.

As for nice to haves, I'd say:

- ability to mark played/partly played podcasts somehow to help
navigating in a long list
- a search facility (as built into material which searches
itunes/gpodder, very useful rather than copying urls) - although maybe
no need to duplicate as its in material already?
- on a long podcast, can sleep timer stop the podcast and then allow
resume again later (ie 1hr podcast, sleep set to 30 mins, next time I
look at podcast it shows resume at 30min) 

I appreciate it's not a full blown Podcast player but those would be
useful.

Meanwhile, thanks for letting me know about resume, that's handy.



staresy's Profile: http://forums.slimdevices.com/member.php?userid=807
View this thread: http://forums.slimdevices.com/showthread.php?t=112541

___
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-06 Thread Michael Herger

I'm using LMS and Squeezelite-X client and transporter

what other informationdo you need ?


https://forums.slimdevices.com/showthread.php?111923-Announce-Spotty-4-0-integrate-local-library-with-your-Spotify-collection-(LMS-8-)&p=980681&viewfull=1#post980681

--

Michael
___
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-06 Thread Blue Fishey


Hi Micheal 

I'm using LMS and Squeezelite-X client and transporter

what other informationdo you need ?



Blue Fishey's Profile: http://forums.slimdevices.com/member.php?userid=15704
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] EXPERIMENTAL: "reliable" plugin for HTTP(S) streaming

2020-07-06 Thread slartibartfast


dolodobendan wrote: 
> I this a replacement for the official podcast plugin?No you still need the 
> podcast plugin.

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

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


Re: [SlimDevices: Plugins] EXPERIMENTAL: "reliable" plugin for HTTP(S) streaming

2020-07-06 Thread dolodobendan


I this a replacement for the official podcast plugin?



QLMS 8.0.0@2.20 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=112518

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


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

2020-07-06 Thread dolodobendan


Jaca wrote: 
> :o OK you won. Mine (M505 ,  M510 , V450) are from 2009-2012 and still
> going strong.

:) The G3 is still working, but now connected to my notebook.

Jaca wrote: 
> OK I think I got this wrong after all.. I'm quite new to "SLX" and
> "Material Skin" as for last 9 years been mostly using old Android app
> SqueezeCommander (which isn't officially available anymore for some
> reason) 
> Keyboard shortcuts are indeed from "Material Skin" not SLX. Also there
> is only one way traffic ie only going back.
> 
> You are right with WebUI, it's browser handling Back/Forward operation
> and take you to remembered site (coincidentally WebUI LMS its quite
> snappy and works well) BTW only default skin accepts "Forward" action (
> "Material Skin" blocks it for some reason)

The default skin (WebUI, not SLX) here accepts both forward and backward
actions while Material (WebUI, not SLX) only accepts backward. I think
that's because its UI only has a "back" arrow (hence, no forward action
supported). And yes, it would be nice if at least the back button would
work in SLX.

Jaca wrote: 
> I don't know how SLX works and if its kind of "mini browser" which
> restrict to LMS site and  blocks right click operation or "independent"
> application which redraws everything within app from CLI or whatever
> info from LMS.

Mini browser, yes. I think it's called "web app".

Jaca wrote: 
> If latter then any mouse functions would be to SLX otherwise its
> probably not possible.   hmm I don't really know and only guessing.
> :confused:  

Aren't we all?  

Jaca wrote: 
> Ohh you probably can map side buttons for Back/Forward action on your
> G203.

Yes, it's the default setting. :) Speaking of mapping, the single most
important button is the "dpi button" (the one that sits beneath the
wheel and you don't have :p ): It's the perfect Esc-button.



QLMS 8.0.0@2.20 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=108550

___
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-06 Thread Michael Herger

The exact same issue happened again a few minutes after i posted the
above issue. I looked at the server log and see the following message
that corresponds with the time when it stopped working. I tried
reconnecting to the device multiple times without success but no
additional log entries were created.


We're currently seeing an abnormal number of requests again, which can 
cause to some requests being rejected (status 429). It unfortunately 
happens every now and then :-(.


--

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2020-07-06 Thread Nautilus


Hi, this has worked well and been stable for a long time. I needed to
updated on of my Raspberries to Buster and while I as at it, I updated
the squeezelite to latest version
(https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.7.1256-armv6hf.tar.gz)
as well and while it seemed to work fine in the beginning, soon I
noticed instability with my LMS. Upon reviewing the logs, I noticed
ShairTunes is trying to create a player several times a second and after
a few minutes max this makes LMS unresponsive (sometimes I can see some
lines updating in log still, with errors, but usually cannot see the log
either). Although piCorePlayer is still showing LMS as running. Here's
an example of the log and the fact that once I disable the updated
player "Musiikki terassi", it stops trying to create the player:


Code:


  [20-07-06 10:02:01.2229] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [20-07-06 10:02:01.2245] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [20-07-06 10:02:01.2260] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [20-07-06 10:02:01.2268] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-armv6hf
  [20-07-06 10:02:01.2437] Plugins::ShairTunes2W::Plugin::addPlayer (348) 
create client Slim::Player::SqueezePlay=ARRAY(0x5317038) with proc 
Proc::Background=HASH(0x5dc06b8)
  [20-07-06 10:02:01.3387] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [20-07-06 10:02:01.3395] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [20-07-06 10:02:01.3402] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [20-07-06 10:02:01.3407] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-armv6hf
  [20-07-06 10:02:01.3509] Plugins::ShairTunes2W::Plugin::addPlayer (348) 
create client Slim::Player::SqueezePlay=ARRAY(0x5317038) with proc 
Proc::Background=HASH(0x5d58368)
  [20-07-06 10:02:01.3621] Slim::Web::JSONRPC::requestMethod (486) 
00:04:20:1a:77:ad: request not dispatchable!
  [20-07-06 10:02:01.4482] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [20-07-06 10:02:01.4490] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [20-07-06 10:02:01.4498] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [20-07-06 10:02:01.4503] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-armv6hf
  [20-07-06 10:02:01.4606] Plugins::ShairTunes2W::Plugin::addPlayer (348) 
create client Slim::Player::SqueezePlay=ARRAY(0x5317038) with proc 
Proc::Background=HASH(0x5d58398)
  [20-07-06 10:02:01.5038] Slim::Web::JSONRPC::requestMethod (486) 
01:19:b4:fb:fa:9e: request not dispatchable!
  [20-07-06 10:02:01.5546] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [20-07-06 10:02:01.5562] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [20-07-06 10:02:01.5576] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [20-07-06 10:02:01.5584] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-armv6hf
  [20-07-06 10:02:01.5715] Plugins::ShairTunes2W::Plugin::addPlayer (348) 
create client Slim::Player::SqueezePlay=ARRAY(0x5317038) with proc 
Proc::Background=HASH(0x5dcc658)
  [20-07-06 10:02:01.6609] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [20-07-06 10:02:01.6624] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [20-07-06 10:02:01.6640] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [20-07-06 10:02:01.6648] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/usr/local/slimserver/Cache/InstalledPlugins/Plugins/ShairTunes2W/Bin/shairport_helper-armv6hf
  [20-07-06 10:02:01.6789] Plugins::ShairTunes2W::Plugin::addPlayer (348) 
create client Slim::Player::SqueezePlay=ARRAY(0x5317038) with proc 
Proc::Background=HASH(0x5dc4b60)
  [20-07-06 10:02:01.7660] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  [20-07-06 10:02:01.7676] Plugins::ShairTunes2W::Plugin::publishPlayer (449) 
dns-sd not in path
  [20-07-06 10:02:01.7690] Plugins::ShairTunes2W::Plugin::publishPlayer (458) 
mDNSPublish not in path
  [20-07-06 10:02:01.7698] Plugins::ShairTunes2W::Plugin::publishPlayer (460) 
using built-in helper: 
/usr/local/slimserver/Cache/InstalledPlugins/Plu

Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-06 Thread castalla


cpd73 wrote: 
> I've added a link to the releases page, but not the the latest release.
> Sorry, but I will only forget to update that.

Excellent.  Thanks.



LMS server: O2 Joggler with Jivelite, Pi Zero W with PcP 6.0

Amp: Denon PMA-50

Players/Speakers:  Touch, Logitech Radios, Sonos Play 1s & Beam,
Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google
Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5,
Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6,
Avantree Priva BT transmitter





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
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-06 Thread Dean_Bayliss

bpa wrote: 
> That is certainly contributory.
> Maybe more than one issue, the following log entry caught my eye -
> failure to get the metadata
> > 
Code:

  >   > 
  > [20-07-06 08:56:42.8428] Plugins::BBCiPlayer::BBCOnAir::__ANON__ (236) 
error fetching RadioPlayer BBC  data while playing so try fetching again
  > 

> > 

It's Jessie, and an update responds with at the latest version.  I have
tried Always display station icon both on and off with no difference, it
was icon off originally.  

As this is an old version – probably the simplest is to get Debian up to
date (RPI2) – just a few other systems I need to move install, so a few
days time.  I’m sure that will resolve as it sounds like this is just
me.



Dean_Bayliss's Profile: http://forums.slimdevices.com/member.php?userid=63168
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-06 Thread cpd73


castalla wrote: 
> Could I suggest that links to the latest apk are given in the first post
> of the thread?
> 
> I find it difficult to find the link apk link in the pages of posts.

I've added a link to the releases page, but not the the latest release.
Sorry, but I will only forget to update that.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
2. Open browser's developer tools 3. Open console tab in developer tools
4. REQ/RESP messages sent to/from LMS will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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-06 Thread cpd73


slartibartfast wrote: 
> I performed a clear and rescan from Material Skin this morning and as I
> was watching for the scan to finish another scan immediately started.
> All I can think is that I must have clicked on Rescan twice when I
> started the first scan thinking that the first clock hadn't been
> accepted. So if you don't want to deprived of your music library for
> twice as long as necessary be careful when clicking Rescan [emoji3]

I've updated the code to show a message when a rescan option is clicked.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
2. Open browser's developer tools 3. Open console tab in developer tools
4. REQ/RESP messages sent to/from LMS will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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-06 Thread castalla


Could I suggest that links to the latest apk are given in the first post
of the thread?

I find it difficult to find the link apk link in the pages of posts.



LMS server: O2 Joggler with Jivelite, Pi Zero W with PcP 6.0

Amp: Denon PMA-50

Players/Speakers:  Touch, Logitech Radios, Sonos Play 1s & Beam,
Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google
Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5,
Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6,
Avantree Priva BT transmitter





castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
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] LmsUpdate and LmsRepack - Synology 8.0.* packages

2020-07-06 Thread Mushroom_3


I am runing LMSRepack and am wondering what future it has now? Should I
install the new LMS and abandon Repack?

Thank you for all your great work.



Mushroom_3's Profile: http://forums.slimdevices.com/member.php?userid=13434
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] Announce: Material Skin

2020-07-06 Thread cpd73


slartibartfast wrote: 
> I just tried viewing the server log and scanner log via Material Skin
> and similar to another now fixed issue the text is invisible. It is also
> impossible to exit from the page without terminating the app.

Hmmm, you are correct. I'll update the app so that it only opens URL
whose path starts with "/material" in the app, otherwise it will pass
the URL onto the user's browser. Should have done this for the previous
fix...



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
2. Open browser's developer tools 3. Open console tab in developer tools
4. REQ/RESP messages sent to/from LMS will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
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-06 Thread slartibartfast


I performed a clear and rescan from Material Skin this morning and as I
was watching for the scan to finish another scan immediately started.
All I can think is that I must have clicked on Rescan twice when I
started the first scan thinking that the first clock hadn't been
accepted. So if you don't want to deprived of your music library for
twice as long as necessary be careful when clicking Rescan [emoji3]

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=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-06 Thread san9jay


san9jay wrote: 
> Having occasional issues with Spotty 4.2.0 and Picoreplayer 6.1.0/ LMS
> 8.0.0 windows 10
> 
> For no obvious reason the playback suddenly stops and when i try to
> playback again selecting the spotty device again it says playing back on
> that device (though there is no audio) for a second or so and then it
> stops and the playback device dissapears from the list of available
> devices on spotify for awhile.
> 
> Sometimes restarting the Spotify app helps.
> 
> I have tried restarting picoreplayer, restarting LMS, killing the
> spotty.exe instances but nothing consistently seems to work. It works
> sometimes for hours just fine and other times it works for a short while
> and then playback stops.
> 
> I have the setting "monitor the connection of Spotty" enabled.
> 
> Any suggestions?
> 
> Regards
> Sanjay

The exact same issue happened again a few minutes after i posted the
above issue. I looked at the server log and see the following message
that corresponds with the time when it stopped working. I tried
reconnecting to the device multiple times without success but no
additional log entries were created.

[20-07-06 14:19:28.9783] Plugins::Spotty::API::__ANON__ (1417) Invalid
data


Regards
Sanjay



san9jay's Profile: http://forums.slimdevices.com/member.php?userid=70342
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-06 Thread bpa


slartibartfast wrote: 
> What happens if you uncheck "Always show station icon"? 

That is certainly contributory.
Maybe more than one issue, the following log entry caught my eye -
failure to get the metadata

Code:


  [20-07-06 08:56:42.8428] Plugins::BBCiPlayer::BBCOnAir::__ANON__ (236) error 
fetching RadioPlayer BBC  data while playing so try fetching again
  




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-06 Thread slartibartfast

Dean_Bayliss wrote: 
> I wonder if anyone has some words of advice.  I just moved version to
> v1.6.9, and for … some unknown reason, well unknown to me!  The OnAir
> text and pictures have reverted to static versions.  I removed the
> plugin install and re-installed.  Same result.  I am sure something else
> has become corrupted.  What was strange was that Radio 2 and sixMusic
> did work for a short period even with this arrangement and then reverted
> to the same behaviour as Radio 4.
> 
> Some details below and a log.  What may help is on the debug from
> BBCOnAir – the line says “Current Track:Disabled”
> 
> Logitech Media Server (v7.9.2, 1561089896, Fri Jun 21 06:18:21 CEST
> 2019)
> v1.6.9 of BBC iPlayer
> Show onAir Text – yes
> Always display station icon – yes
> Menu
> http://downloads.sourceforge.net/project/bpaplugins/default-menu.opml 
> new download
> Operating system: Debian - EN - utf8
> Platform Architecture: armv7l-linux
> Perl Version: 5.20.2 - arm-linux-gnueabihf-thread-multi-64int
> Audio::Scan: 0.95
> IO::Socket::SSL: 2.002
> Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
> Total Players Recognized: 330931What happens if you uncheck "Always show 
> station icon"? 

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

___
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-06 Thread Thanaset


Hello Michael

Thank you for the plug-in.

I have the same problem as Sanjay's above. I run Spotty (v. 4.2.0) on
LMS (v. 8.0.0) on Synology. Occasionallly, the music stops, the progress
bar freezes, and the play/pause botton on my controller (Orange Sqeeze)
stops responding.

I hope this is something that you can help with. Thanks.

Best
Thanaset



Thanaset's Profile: http://forums.slimdevices.com/member.php?userid=16937
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-06 Thread san9jay


Having occasional issues with Spotty 4.2.0 and Picoreplayer 6.1.0/ LMS
8.0.0 windows 10

For no obvious reason the playback suddenly stops and when i try to
playback again selecting the spotty device again it says playing back on
that device (though there is no audio) for a second or so and then it
stops and the playback device dissapears from the list of available
devices on spotify for awhile.

Sometimes restarting the Spotify app helps.

I have tried restarting picoreplayer, restarting LMS, killing the
spotty.exe instances but nothing consistently seems to work. It works
sometimes for hours just fine and other times it works for a short while
and then playback stops.

I have the setting "monitor the connection of Spotty" enabled.

Any suggestions?

Regards
Sanjay



san9jay's Profile: http://forums.slimdevices.com/member.php?userid=70342
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-06 Thread bpa


Dean_Bayliss wrote: 
> I wonder if anyone has some words of advice.  I just moved version to
> v1.6.9, and for … some unknown reason, well unknown to me!  The
> OnAir text and pictures have reverted to static versions.  I removed the
> plugin install and re-installed.  Same result.  I am sure something else
> has become corrupted.  What was strange was that Radio 2 and sixMusic
> did work for a short period even with this arrangement and then reverted
> to the same behaviour as Radio 4.
> 
> Some details below and a log.  What may help is on the debug from
> BBCOnAir – the line says “Current Track:Disabled”
> 
> Logitech Media Server (v7.9.2, 1561089896, Fri Jun 21 06:18:21 CEST
> 2019)
> v1.6.9 of BBC iPlayer
> Show onAir Text – yes
> Always display station icon – yes
> Menu
> http://downloads.sourceforge.net/project/bpaplugins/default-menu.opml 
> new download
> Operating system: Debian - EN - utf8
> Platform Architecture: armv7l-linux
> Perl Version: 5.20.2 - arm-linux-gnueabihf-thread-multi-64int
> Audio::Scan: 0.95
> IO::Socket::SSL: 2.002
> Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
> Total Players Recognized: 330931

Need to check basics first. 
The metadata feeds use https which needs up to date SSL/TLS stuff.
Can you update IO::Socket::SSL - version 2.002 is marginal and v. old  -
it was released in 2014 around the same year as HeartBleed. Not sure
what version of Debian you are on - sometimes the latest version may
require an OS upgrade.

For Debian the usual is to do is update the *libio-socket-ssl-perl * and
*libnet-ssleay-perl* packages



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] Qobuz plugin new install - no artwork at all

2020-07-06 Thread mutant_matt


Super, many thanks :)



mutant_matt's Profile: http://forums.slimdevices.com/member.php?userid=37288
View this thread: http://forums.slimdevices.com/showthread.php?t=112542

___
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-06 Thread Dean_Bayliss

I wonder if anyone has some words of advice.  I just moved version to
v1.6.9, and for … some unknown reason, well unknown to me!  The OnAir
text and pictures have reverted to static versions.  I removed the
plugin install and re-installed.  Same result.  I am sure something else
has become corrupted.  What was strange was that Radio 2 and sixMusic
did work for a short period even with this arrangement and then reverted
to the same behaviour as Radio 4.

Some details below and a log.  What may help is on the debug from
BBCOnAir – the line says “Current Track:Disabled”

Logitech Media Server (v7.9.2, 1561089896, Fri Jun 21 06:18:21 CEST
2019)
v1.6.9 of BBC iPlayer
Show onAir Text – yes
Always display station icon – yes
Menu
http://downloads.sourceforge.net/project/bpaplugins/default-menu.opml 
new download
Operating system: Debian - EN - utf8
Platform Architecture: armv7l-linux
Perl Version: 5.20.2 - arm-linux-gnueabihf-thread-multi-64int
Audio::Scan: 0.95
IO::Socket::SSL: 2.002
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)
Total Players Recognized: 330931


+---+
|Filename: server 2.log |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=30931|
+---+


Dean_Bayliss's Profile: http://forums.slimdevices.com/member.php?userid=63168
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] Qobuz plugin new install - no artwork at all

2020-07-06 Thread Michael Herger

I'll take a backup first, but would you expect to be able to install
7.9.3 "over the top" of 7.8 and keep all the settings and config and it
still work? (I know best practise is always a fresh install...)


Yes and no: yes to installing on top, no to "best practice" (at least 
for LMS). I never do fresh installs, and I switch between 7.7, 7.9 and 
8.0 all the time.


--

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


Re: [SlimDevices: Plugins] Qobuz plugin new install - no artwork at all

2020-07-06 Thread mutant_matt


OK, 7.9.3 it is then.  Thanks.

I'll take a backup first, but would you expect to be able to install
7.9.3 "over the top" of 7.8 and keep all the settings and config and it
still work? (I know best practise is always a fresh install...)

Cheers,

Matt.



mutant_matt's Profile: http://forums.slimdevices.com/member.php?userid=37288
View this thread: http://forums.slimdevices.com/showthread.php?t=112542

___
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-06 Thread Michael Herger

Michael any luck ?


Please see my previous response: I need more information.

--

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


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2020-07-06 Thread jd68


mherger wrote: 
> Oh, then I should probably look into this... thanks for letting me know.
> 
> Must have missed that if you reported this before.
> 
> -- 
> 
> Michael
Hi Michael,
thanks for looking into this topic.
I haven't reported anything before -- hence, you didn't miss it.  ;-)

Jens



jd68's Profile: http://forums.slimdevices.com/member.php?userid=30795
View this thread: http://forums.slimdevices.com/showthread.php?t=97146

___
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-06 Thread Blue Fishey

Michael any luck ?


Blue Fishey wrote: 
> hi mate using LMS and Squeezelite-X client
> 
> I see the below alot 
> 
> > 
Code:

  >   > 
  > [20-07-02 12:58:57.3065] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:27:dd:dc Gizmo's Radio & Gizmo’s Radio 2
  > [20-07-02 12:59:57.4701] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:27:dd:dc Gizmo's Radio & Gizmo’s Radio 2
  > [20-07-02 13:00:57.3185] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:27:dd:dc Gizmo's Radio & Gizmo’s Radio 2
  > 
  > [20-07-03 09:43:56.2789] Slim::Player::Pipeline::new (44) Error: Couldn't 
create listen socket for reader: Invalid argument
  > [20-07-03 09:43:56.2792] Slim::Player::Song::open (600) Error: Invalid 
argument: While creating conversion pipeline for: 
spotify://track:5GorFaKkP2mLREQvhSblIg
  > 
  > 
  > [20-07-03 10:53:12.7246] 
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (208) Connect 
daemon is running, but not connected - shutting down to force restart: 
00:04:20:27:dd:dc Gizmo's Radio & Gizmo’s Radio 2
  > [20-07-03 10:54:12.7154] Plugins::Spotty::API::__ANON__ (1431) API call: 
me/player/devices
  > [20-07-03 10:54:12.7157] Plugins::Spotty::API::__ANON__ (1435) error: 429 
unknown
  > [20-07-03 10:54:12.7165] Plugins::Spotty::API::error429 (1493) Access Rate 
limit exceeded for: me/player/devices; retry after 1 seconds.
  > 
  > 

> >



Blue Fishey's Profile: http://forums.slimdevices.com/member.php?userid=15704
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: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-06 Thread bpa


mherger wrote: 
> > PlayHLS V2.8 - Fix for empty m3u playlist after rescan
> 
> Isn't this part of the default plugin repository?

V1.* which uses ffmpeg is part of plugin repository. HLS metadata is not
provided to LMS.

Up to about V2.5, PlayHLS could not play some variations of HLS streams
(e.g. m3u URLs, MP3 streams) or there was odd behaviour (e.g. live
streams were up to 30 mins slow) so V1/ffmpeg was the safe option.

My plan was at some point to put V2 into default plugin repo and make V1
available as a fallback in a separate repository.  
Hopefully this would only affect a small number of users and also
identify HLS streams which V2 cannot play.
If timing is wrong, it will break playback for a significant number of
users followed by some blowback.

If there no more instances of the playlist scanning issue, then maybe
the time is right to make the switch.



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

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread slartibartfast

philippe_44 wrote: 
> It is supposed to happen with every podcast that has been played more
> that 15 sec. You have a sub-menu with « resume at xx » and « restart at
> beginning ». Which LMS version are you running?Latest 8.0. I'll try again.

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

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


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-06 Thread ian_heys


Thanks bpa.

Problem started for me when I installed PlayHLS to support the new
version of the Radio France plugin a couple of weeks ago so I knew what
the issue was and just waited for your fix.



*Music Store & VPN Server: *Synology DS215J NAS*
Home Server/Study Player:* LMS 8.0.0 on Pi 4 pCp 6.1.0 Server/IQ Audio
DAC+
*Refurbished 1962 RCA Stereo Console Server/Player *LMS 8.0.0 on Pi 4B
pCp 6.1.0 Server/IQ Audio DAC+
*Headphone Players: x2:* pCp 6.1.0 on Pi 3B /IQ Audio DAC+
*Streamer/Player* pCp 6.1.0 on Pi 3B/IQ Audio Codec+
*Homeplug/LAN Players: x2: *Squeezelite on Windows 10 PC.
*VPN Mobile & Car Player:* Material/SqueezePlayer on Android Phone

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

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


Re: [SlimDevices: Plugins] Qobuz.com streaming plugin

2020-07-06 Thread Michael Herger

So, anything I can do to clear the cache files?


Don't rush it. Check server.log first. Watch your LMS server's load when 
you start playback, in particular whether it's waiting for I/O. Check 
the cache files (*.db) size (see Settings/Information for where they're 
located).


--

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-06 Thread kidstypike


Jaca wrote: 
> There is "Save queue" button but how do you actually open/restore saved
> queue? :confused:

"Save queue" saves whatever tracks are listed, as a playlist into your
playlist folder, and will appear under "My Music" > Playlists.



*Server - LMS 8.0.0 *Pi4B 4GB/Flirc case/pCP 6.1.0 18K library,
playlists & LMS cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Squeezebox Touch > Edifier R980T

*Spares* - 1xTouch, 1xSB3, 1xRadio, 7xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
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] Qobuz plugin new install - no artwork at all

2020-07-06 Thread Michael Herger

Is 7.9.3 the current "stable" and 8.0 the "new"?  Are either acceptable
choices? (it needs to rock solid stable for WAF in this house! ;) )


I'd recommend 7.9.3 then. 8.0 is under development and can come with 
breaking changes (or new bugs) every now and then.



Are there any Perl implications/requirements for 7.9.3 vs .8.0?  I see
someone has had 8.0 working on 20.04 so I suppose I should go the whole
hog and jump to that (and follow the "fixes" post install referenced
here:


On the perl support level they're on par. Either one should work.

--

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


Re: [SlimDevices: Plugins] Podcasts

2020-07-06 Thread philippe_44

It is supposed to happen with every podcast that has splayed more that
15 sec. You have a sub-menu with « resume at xx » snd « restart at
beginning ». Which LMS version are you running?



LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, , Pi
B3, B2, Pi B+, 2xPi A+, Odroid-C1, Odroid-C2, Cubie2, Yamaha WX-010,
AppleTV 4, Airport Express, GGMM E5

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

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


Re: [SlimDevices: Plugins] Announce: PlayHLS Plugin - plugin to play Apple HLS m3u8 stream

2020-07-06 Thread bpa


ian_heys wrote: 
> I've been following this as the problem arose for me a couple of weeks
> ago. Glad to say it fixed the issue for me on two piCore Player 6.1.0/Pi
> 4B servers - thanks bpa. Might be worth mentioning that I had to re-scan
> on both before playlists were populated again.

For clarity - the problem breaks the scanning process so a rescan of the
playlists is necessary - I think try "only rescan playlists"  first if a
"clear library & rescan everythign" takes a long time.



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-07-06 Thread slartibartfast


I just tried viewing the server log and scanner log via Material Skin
and similar to another now fixed issue the text is invisible. It is also
impossible to exit from the page without terminating the app.

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

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