Re: [SlimDevices: Plugins] ANNOUNCE: MusicIP container for ARM based systems - first release.

2022-09-18 Thread Wirrunna


mamema wrote: 
> just for the records, the musicip for linux has version 1.8ish and has
> problems with high res files. The 1.9ish version doesn't have this, but
> was only released on windows. So i created a linux docker with wine and
> the windows version of musicip. It's in the docker hub. Working fine
> since several years now.

mamema - tell me more , please. The docker hub -
https://hub.docker.com/r/mamema/musicip_wine - entry is 'sparse'.

When you say "So i created a linux docker with wine and the windows
version of musicip" is this the full gui or just a headless 1.9ish
version ?
What are the commands to load the container  ? I have MIP running using
this script -
docker run -d \
--name=musicip \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Australia/Sydney \
-p 10002:10002 \
-v
"/srv/dev-disk-by-uuid-cd59f9cd-585b-4c6f-840f-966d2e6e45cc/Storage/Music":"/music":rw
\
-v "/SSD_Data/MIP":"/config":rw \
--network host \
--restart unless-stopped \
ptoulouse/musicip

My son got the linux 1.8 version with the GUI (MusicMagicMixer) running
for me on Ubuntu but has not visited since I built an Open Media Vault
server (as a replacement for an old Vortex Box) and used SeanMiddleton's
instructions to install LMS and MIP containers. I am going to get my son
to put the Linux MIP GUI in a container, but if you have the windows MIP
GUI in a container that will be much better as it was not just high res
files that had bugs and the Linux MIP is single threaded while the Win
will go to 8 threads.



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=114235

___
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)

2022-09-18 Thread philippe_44


Spacegrass wrote: 
> thanks Phillippe - i can try that, but i am wondering why i am having
> such an unusual problem on what is presumably a pretty standard
> LMS/UPnPBridge use case - i.e. Win10 laptop with current version of LMS,
> playing MP3 files?  I don't know if this could be relevant, but i am
> opening the LMS interface (with Material Skin) in MS Edge browser via a
> bookmark (LMS runs on start-up of Win10, so it is already running when i
> click the bookmark). Is it possible it is a MS Edge issue?

No, I really don't think so. The issue you are having might really be
due to the antivirus being overly protective of sockets. I've read that
some people had similar issue with the same antivirus/security suite. I
don't know how you are familiar with that part of technology, but to
communicate between the bridge and LMS, a channel must be opened using
two sockets (IP address and port). There are many complications with
sockets left open by programs on computers and although it should not be
the case, there is a risk of exhaustion or security and various solution
(not always great) have been developed to deal with these problem.

The issue with the bridge is that when it opens a channel with LMS to
grab the audio data, the transfer is not smooth due to the nature of a
bridge and the numerous buffering involved (in the bridge and in the
UPnP player). So typically, the 1st track is very quickly transferred,
then the beginning of the second starts quickly as well and then...
streaming might pause for a very long time (might even be almost the
whole duration of the 1st track). So, for example, some on-line servers
can't cope with that and assume the link is broken and systematically
close it. What I'm wondering in your case is if a monitoring application
of some sort could not force-close such sockets that have a burst of
activity then *nothing* for minutes. It's not a good behavior, but...

The test I'm asking you to do will ensure that no matter what (at least
for mp3) the whole track is quickly gobbled by the LMS-to-Bridge side,
regardless of what happen on the Bridge-to-UPnP side.



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

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] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2022-09-18 Thread Spacegrass


philippe_44 wrote: 
> It really looks like there is something closing sockets that are
> considered idle for too long in your system. Can you edit the bridge
> config file (the xml file, see in settings for its full path). You
> *must* stop the bridge before editing it. Then you'll find a section
> "common" like that
> > 
Code:

  >   > 
  > 
  > ...
  > 2048000
  > ...
  > 
  > 

> > 
> Replace the streambuf_size by something much larger, say just add one
> 0 to make it 10x

thanks Phillippe - i can try that, but i am wondering why i am having
such an unusual problem on what is presumably a pretty standard
LMS/UPnPBridge use case - i.e. Win10 laptop with current version of LMS,
playing MP3 files?  I don't know if this could be relevant, but i am
opening the LMS interface (with Material Skin) in MS Edge browser via a
bookmark (LMS runs on start-up of Win10, so it is already running when i
click the bookmark). Is it possible it is a MS Edge issue?



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

2022-09-18 Thread philippe_44


Spacegrass wrote: 
> Attached is log 5, with identical settings as last log 4, with extra
> command line option added. Player behavior was exactly the same as log 4
> - track 1 played all the way through, track 2 skipped at 2:09, and i
> stopped it at start of track 3.  i use Bitdefender "Total Security" on
> this PC if that is of any interest, but i am not getting any kind of
> indication from the antivirus/firewall that it is blocking this stream.

It really looks like there is something closing sockets that are
considered idle for too long in your system. Can you edit the bridge
config file (the xml file, see in settings for its full path). You
*must* stop the bridge before editing it. Then you'll find a section
"common" like that

Code:


  
  ...
  2048000
  ...
  
  


Replace the streambuf_size by something much larger, say just add one 0
to make it 10x



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

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] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2022-09-18 Thread Spacegrass


philippe_44 wrote: 
> It's a good & clear log w/ explanations, thanks. So what happens clearly
> is a failure of communication between LMS and the bridge, so only a part
> of the audio is received (and thus forwarded to the UPnP player). The
> UPnP side of the bridge is not where we should look at, it's clearly not
> the issue here. It's a weird and extremely rare error to have the LMS to
> Bridge audio stream fail (it's a simple HTTP connection). Is there any
> chance that anything can be interfering on your Windows box with
> connections (like a firewall and antivirus protection of any kind)? 
> 
> Can you try, in the "extra command line option" to add "-s 127.0.0.1"
> (no "" of course) and see?

Attached is log 5, with identical settings as last log 4, with extra
command line option added. Player behavior was exactly the same as log 4
- track 1 played all the way through, track 2 skipped at 2:09, and i
stopped it at start of track 3.  i use Bitdefender "Total Security" on
this PC if that is of any interest, but i am not getting any kind of
indication from the antivirus/firewall that it is blocking this stream.


+---+
|Filename: upnpbridge-log5commandline.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=38749|
+---+


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

2022-09-18 Thread SamY


Hi, Craig. I am in the process of adding a feature to the Denon AVP/AVR
plugin that requires adding some Javascript code to the setup menu the
plugin uses to customize settings for each player. The menu works fine
under the LMS Settings menu. However, when using it with Material Skin,
an error is thrown in the debug log indicating that the JS function
specified to be invoked when a pulldown menu selection is changed can't
be found. Here is the line referencing the function: 
Code:




and here is the message from Material's debug log:


Code:

basic.html?player=b8:26:eb:c1:71:f0:1 Uncaught ReferenceError: checkSelect 
is not defined
  at HTMLSelectElement.onchange (basic.html?player=b8:26:eb:c1:71:f0:1:1)
  onchange @ basic.html?player=b8:26:eb:c1:71:f0:1



And here is the JS function definition:

Code:


function checkSelect(val) {
var 
element=document.getElementById('inputSource');
if(val=='0')

element.style.display='inline';
else  

element.style.display='none';
}
   
  



As mentioned, it functions as designed with the LMS Settings
menu. Is there something I can do to get it working with Material Skin?
I admittedly know very little about HTML or JS so I apologize if this is
something obvious.



Sam

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

2022-09-18 Thread philippe_44


Spacegrass wrote: 
> in the first log sent yesterday with default settings, 4 tracks in a row
> were truncated, usually skipping to the next track about 2/3 or 3/4 of
> the way through.  In logs 2 and 3, with "gapless" set to "force" and
> "no" respectively, in both cases 2 of 4 tracks played all the way
> through, and the other 2 skipped to the next track between about 2/3 and
> 3/4 through the track.
> 
> The attached log 4, with gapless set to "no" and additional debugging
> set to "all", the first track "Wildflower" played all the way through
> and advanced to track 2 "Peace Dog", and then track 2 stopped and
> skipped to track 3 at 2:08 minutes on the counter - about 2/3 through. I
> stopped it after track 3 started.

It's a good & clear log w/ explanations, thanks. So what happens clearly
is a failure of communication between LMS and the bridge, so only a part
of the audio is received (and thus forwarded to the UPnP player). The
UPnP side of the bridge is not where we should look at, it's clearly not
the issue here. It's a weird and extremely rare error to have the LMS to
Bridge audio stream fail (it's a simple HTTP connection). Is there any
chance that anything can be interfering on your Windows box with
connections (like a firewall and antivirus protection of any kind)? 

Can you try, in the "extra command line option" to add "-s 127.0.0.1"
(no "" of course) and see?



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

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] [Beta Announce] Revised Inguz DSP plugin

2022-09-18 Thread Apesbrain


veracocha wrote: 
> Can you share the files ?

38747

Unzip and copy the two files to your -C:\Program Files
(x86)\Squeezebox\server\Bin\MSWin32-x86-multi-thread- folder, then
restart your server.


+---+
|Filename: Inguz_DSP_Engine.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=38747|
+---+


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

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


Re: [SlimDevices: Plugins] [Beta Announce] Revised Inguz DSP plugin

2022-09-18 Thread veracocha


Hello, even though I enter the code you wrote in powershell, no files
are downloading? what should i do ? lms is installed on windows



veracocha's Profile: http://forums.slimdevices.com/member.php?userid=69960
View this thread: http://forums.slimdevices.com/showthread.php?t=116119

___
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)

2022-09-18 Thread Spacegrass

philippe_44 wrote: 
> By how much are tracks truncated? If you play only one track, is it
> truncated as well? If it is, can you play just that and set the log of
> additional debugging to all (it’s in the settings). Clean the log file
> before so that I have that only one log.

in the first log sent yesterday with default settings, 4 tracks in a row
were truncated, usually skipping to the next track about 2/3 or 3/4 of
the way through.  In logs 2 and 3, with "gapless" set to "force" and
"no" respectively, in both cases 2 of 4 tracks played all the way
through, and the other 2 skipped to the next track between about 2/3 and
3/4 through the track.

The attached log 4, with gapless set to "no" and additional debugging
set to "all", the first track "Wildflower" played all the way through
and advanced to track 2 "Peace Dog", and then track 2 stopped and
skipped to track 3 at 2:08 minutes on the counter - about 2/3 through. I
stopped it after track 3 started.


+---+
|Filename: upnpbridge-log4debug.log |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=38746|
+---+


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

2022-09-18 Thread the_arm


w3wilkes wrote: 
> Interesting, Material for me shows Year on all my albums.
> 

Huh! It doesn't for me. Attaching an image in Spotty going to Artists ->
Andrew Bird -> Albums when using Material, and when using the default
skin. 
Is there a setting besides "Show Year with Albums" I should be aware of,
I wonder?


+---+
|Filename: Screen Shot 2022-09-18 at 1.52.52 PM.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=38745|
+---+


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

2022-09-18 Thread philippe_44

By how much are tracks truncated? If you play only one track, is it
truncated as well? If it is, can you play just that and set the log of
additional debugging to all (it’s in the settings). Clean the log file
before so that I have that only one log.



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3

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] Announce: UPnPBridge = integrate UPnP/DLNA players with LMS (squeeze2upnp)

2022-09-18 Thread Spacegrass


philippe_44 wrote: 
> Try to disable "gapless" to start with.

Hi Phillipe - to answer your previous question, there is no
skipping/truncating of tracks when playing to the "real Squeezebox"
devices in LMS - only through UPNpBridge.

I tried your suggestion re gapless - there are 3 settings, "yes", "no",
and "force", so i tried a run-through of the same tracks with "force"
and then with setting to "no" gapless.  Still experienced
skipping/truncation to about the same extent in each case.  A log of
each is attached.  Further suggestions?  I appreciate you taking the
time to look at this!


+---+
|Filename: upnpbridge3No-log.log|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=38738|
+---+


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

2022-09-18 Thread cpd73


w3wilkes wrote: 
> Interesting, Material for me shows Year on all my albums.

The issue is that this is not (AFAIK) possible for Spotty, etc, albums -
as the required info is not in the API response.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 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] possible Spotty problem, help needed with interpreting server logs.

2022-09-18 Thread Michael Herger

I am using Spotify duo, i use it one my phone and the squeezeboxes. in a
way i am sharing it. my wife uses the other id.


The question was about using a client ID (which is not the user accont). 
Go check out the Spotty settings. It has more information about it.

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-09-18 Thread Michael Herger

Interesting, Material for me shows Year on all my albums.


Is this a Spotty menu?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Material Skin

2022-09-18 Thread w3wilkes


Interesting, Material for me shows Year on all my albums.
38736


+---+
|Filename: LMS Year.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=38736|
+---+


Main system - Rock Solid with LMS 8.2.1 on WHS 2011 - 2 Duets ( both
WiFi, farthest unit gets 60% signal strength and always works since new
power supply) and Squeeseslave
Cabin system - Rock solid with LMS 8.2.1 on Win10 Pro - 1 RPi 3 Model B
(WiFi) /Hifiberry DAC+ Pro/PiCorePlayer and Squeezeslave
Squeezebox Boom - "At Large" player around both home and cabin
Headphones and car - Android phone/Bluetooth w/full library on MicroSD
card - PowerAmp music player app (similar to Material Skin)

w3wilkes's Profile: http://forums.slimdevices.com/member.php?userid=22973
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] possible Spotty problem, help needed with interpreting server logs.

2022-09-18 Thread Peregrinus


Thank you paul!
I am using Spotify duo, i use it one my phone and the squeezeboxes. in a
way i am sharing it. my wife uses the other id.

I ques it has something to do with the sharing on multiple devices. i
have 4 squeezeboxes, and now and then there are two playing different
songs  at the same time. 
I go read and search further.
Thank you for the tip!

regards
Bart



Peregrinus's Profile: http://forums.slimdevices.com/member.php?userid=73030
View this thread: http://forums.slimdevices.com/showthread.php?t=116811

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


Re: [SlimDevices: Plugins] possible Spotty problem, help needed with interpreting server logs.

2022-09-18 Thread Paul Webster


Spotify is rate limiting you.
Do you have your own Spotify client id?



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin

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

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


[SlimDevices: Plugins] possible Spotty problem, help needed with interpreting server logs.

2022-09-18 Thread Peregrinus

Hi,  i am struggling for a while with my squeezebox setup.
I us a synology with LMS in Docker to stream to my 2 squeezebox radio's
and 2 squeezebox touches. I do use the community firmware.

I use ubiquity router and accespoint, setting wifi to 20mhz or 40mhz
bandwidth does not seems to make any difference. 

The radio's where losing wifi, so i installed wlanpoke.
The radio's skipping to the next song before the end of the previous
song.
This skipping occurred  when on wlan, but also with a lan connection.

Then in logitech media server i tried to buffer songs as much as
possible, set priority's to high,..

In the server logs i still get errors i don't understand.
Is ther any ano with more knowledge than me that cant point me in the
right direction?

Regards, Bart


Refresh (50, 100, 500, 1000 lines) Download

Connect timed out: 
[22-09-16 17:30:09.4059] Plugins::Spotty::API::__ANON__ (1442) API call:
browse/featured-playlists?country=NL=50=en_US×tamp=2022-09-16T17%3A20%3A00
[22-09-16 17:30:09.4062] Plugins::Spotty::API::__ANON__ (1446) error:
Connect timed out: 
[22-09-16 17:30:09.4064] Plugins::Spotty::OPML::__ANON__ (198) Failed to
get featured playlists and/or token - do not continue
[22-09-16 17:30:14.0048]
Slim::Networking::SqueezeNetwork::Players::_players_error (377) Unable
to get players from SN: Connect timed out: , retrying in 900 seconds
[22-09-16 17:31:41.0014]
Slim::Networking::SqueezeNetwork::Players::_players_error (377) Unable
to get players from SN: An unexpected error occurred while validating
your mysqueezebox.com account. Please make sure network connectivity is
working fine., retrying in 1800 seconds
[22-09-16 17:32:09.9081] Slim::Networking::SqueezeNetwork::_error (431)
Unable to login to SN: Connect timed out: 
[22-09-16 17:32:24.0027] Plugins::Spotty::API::__ANON__ (1442) API call:
browse/featured-playlists?country=NL=50=en_US×tamp=2022-09-16T17%3A30%3A00
[22-09-16 17:32:24.0030] Plugins::Spotty::API::__ANON__ (1446) error:
Connect timed out: 
[22-09-16 17:32:24.0032] Plugins::Spotty::OPML::__ANON__ (198) Failed to
get featured playlists and/or token - do not continue
[22-09-16 17:33:28.8492] Plugins::Spotty::API::__ANON__ (1442) API call:
browse/featured-playlists?country=NL=50=en_US×tamp=2022-09-16T17%3A30%3A00
[22-09-16 17:33:28.8494] Plugins::Spotty::API::__ANON__ (1446) error:
Connect timed out: Resource temporarily unavailable
[22-09-16 17:33:28.8496] Plugins::Spotty::OPML::__ANON__ (198) Failed to
get featured playlists and/or token - do not continue
[22-09-16 17:35:02.6215] Slim::Networking::SqueezeNetwork::_error (431)
Unable to login to SN: Connect timed out: 
[22-09-17 09:01:04.1166] Plugins::Spotty::API::__ANON__ (1442) API call:
browse/featured-playlists?country=NL=50=en_US×tamp=2022-09-17T09%3A00%3A00
[22-09-17 09:01:04.1378] Plugins::Spotty::API::__ANON__ (1446) error:
429 Too Many Requests
[22-09-17 09:01:04.1386] Plugins::Spotty::API::error429 (1504) Access
Rate limit exceeded for:
browse/featured-playlists?country=NL=50=en_US×tamp=2022-09-17T09%3A00%3A00;
retry after 9 seconds.
[22-09-17 09:01:04.1389] Plugins::Spotty::OPML::__ANON__ (198) Failed to
get featured playlists and/or token - do not continue
[22-09-17 09:02:09.3407] Plugins::Spotty::API::__ANON__ (1442) API call:
me/player/devices
[22-09-17 09:02:09.3411] Plugins::Spotty::API::__ANON__ (1446) error:
429 Too Many Requests
[22-09-17 09:02:09.3421] Plugins::Spotty::API::error429 (1504) Access
Rate limit exceeded for: me/player/devices; retry after 4 seconds.
[22-09-17 09:47:40.9058]
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (210)
Connect daemon is running, but not connected - shutting down to force
restart: 00:04:20:27:9d:87 Keuken radio
[22-09-17 10:52:53.4449]
Plugins::Spotty::Connect::DaemonManager::checkAPIConnectPlayers (210)
Connect daemon is running, but not connected - shutting down to force
restart: 00:04:20:27:9d:87 Keuken radio
[22-09-17 11:41:09.3536] Plugins::YouTube::WebM::__ANON__ (690) could
not get codec info 403 Forbidden
[22-09-17 11:41:09.5030] Plugins::YouTube::WebM::__ANON__ (636) could
not find start offset 403 Forbidden
[22-09-17 12:05:32.7384] Plugins::YouTube::ProtocolHandler::__ANON__
(320) error 5 fetching
https://rr2---sn-5hnekn76.googlevideo.com/videoplayback?expire=1663430712=2JslY-LAIIbYgAef_ZW4Aw=81.19.209.21=o-AEagbHtaKlMvFkcku6clJomSPTNcrt_-hDj9z09HWuyP=251=youtube=yes=i8=31%2C29=sn-5hnekn76%2Csn-5hne6nzd=au%2Crdu=m=2=23=2017500=1=audio%2Fwebm=875et093EKIyIytdAltvoiII=yes=2189102=137.061=1656328635908904=1663408619=3=yes=24001373%2C24007246=WEB=fr=5318224=4cUus0hput_Mpmqe=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cvprv%2Cmime%2Cns%2Cgir%2Cclen%2Cdur%2Clmt=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps=AG3C_xAwRQIhAP_GlDnQdKliPl0BMZ1or85ylDFmOLHn7cw9BhUUq-chAiAqRBpHKyaUE_ZjFL_3cbgKZYKJ_R_QCJKBKQD2oDfE6A%3D%3D=AOq0QJ8wRQIhAMAfxU6pTA4a8gCLOxdZnE4r-i5KSmjdWyEoGrrDl_bOAiBJR9MysgGNs2RFLaj6HadevfFt9SGCQEFH5YHROO4bEg==
[22-09-17 14:11:08.4600] 

Re: [SlimDevices: Plugins] Announce: Material Skin

2022-09-18 Thread Michael Herger

Default behavior: when "Show Year with Albums" is enabled under
interface settings, the Default skin will show the year in parentheses
next to the album. Example, if you go into Spotty -> Artists -> (select
an artist) -> Albums, it will show the year next to the album. (And it
won't if "Show Year with Albums is disabled".)


Material uses a protocol which is closer to the one used by 
Touch/Radio/Squeezeplay. Those wouldn't show the year either.

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