Re: [SlimDevices: Plugins] LMS 8.0.0 and AutoRescan Plugin

2020-10-28 Thread Michael Herger

I've forked the plugin repository here and made the LMS maxVersion
unlimited: https://github.com/doctorjames/AutoRescan.

A repository XML file is available here:
https://raw.githubusercontent.com/doctorjames/AutoRescan/master/repo.xml.


Added.

--

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-10-28 Thread afriend


In Safari (iPad), when I double tap on a track in the current playlist 
playback of that track starts but Safari also zooms in which is very
annoying. I can't (seem to) disable this "double tap = zoom in" in iOS.
Is there a way to prevent this default behaviour (preventDefault)?

Just out of curiosity: Material Skin displays the rating of tracks.
Since I store my ratings in my comment tags I have a plugin that reads
the comment tag of the currently playing track, translates keywords into
ratings and feeds those ratings into LMS (as titleformats or trackinfo).
This way I can display ratings in M. Hergers MIS Plugin, in the LMS
context menu, CustomClock... Is there a way for me to feed this rating
value via my plugin into LMS so that Material Skin would pick it up?
Sorry for not being able to describe it better. I hope you get my idea
anyway. Thanks.



afriend's Profile: http://forums.slimdevices.com/member.php?userid=39306
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] Deezer HiFi 3rd party

2020-10-28 Thread chavezdaniel


Initially, I tried out a squeezebox player because I was interested in
Deezer HiFi. Then after realizing that it wasn't just working, I went to
the Deezer community forums just to realize that for some years, people
have been requested LMS and squeezebox compatibility, only for the
deezer team to reply that it's not a priority for them, even if users
cancel their account. This is one example:
https://en.deezercommunity.com/other-devices-49/deezer-hifi-logitech-media-server-not-streaming-16-bit-44-1-khz-5428
So, the issue is actually deezer, who would rather lose customers than
to add support to LMS, so in the end I went to Qobuz. Slightly smaller
catalog but better support, and things work great.



chavezdaniel's Profile: http://forums.slimdevices.com/member.php?userid=70669
View this thread: http://forums.slimdevices.com/showthread.php?t=112604

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-10-28 Thread Auke


1 i really like the swiping and full screen for most apps. So I have to
accept the extra press

2 I love the notification, but it stays even if I have closed the app
and can't get it of the notifications screen only when I kill the app.

3 ok good argument 

Thanks



Auke's Profile: http://forums.slimdevices.com/member.php?userid=70835
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] LMS 8.0.0 and AutoRescan Plugin

2020-10-28 Thread doctorjames


I've forked the plugin repository here and made the LMS maxVersion
unlimited: https://github.com/doctorjames/AutoRescan.

A repository XML file is available here:
https://raw.githubusercontent.com/doctorjames/AutoRescan/master/repo.xml.



doctorjames's Profile: http://forums.slimdevices.com/member.php?userid=48611
View this thread: http://forums.slimdevices.com/showthread.php?t=111715

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


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

2020-10-28 Thread dawansv


justjason wrote: 
> I am getting mixed results from this , some of the tracks that were
> playing before are no longer playing and visa versa some that were not
> now are

Can you provide a youtube link to one of the tracks that is failing? I
would be curious to see what it looks like.

And as Hawkeyenl mentions, you can certainly combine both the old and
new checks


Code:


  # Try getting the player's url using assets:..js value
  my ($player_url) = ($content =~ /"assets":.+?"js":\s*("[^"]+")/);
  
  # if unavailable, try jsUrl value
  if ( !$player_url ) {
  my ($player_url) = ($content =~ /"jsUrl":\s*("[^"]+")/);
  }
  



There might be a clever way to combine both statements into one with
some fancy Perl syntax and remove the if statement but I am not really
that proficient with Perl to do that (especially since we are dealing
with regex extractions, not simple assignments)...



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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-10-28 Thread cpd73


Auke wrote: 
> 
> 1: I have installed the plugin Music and Artist information 1.6.24.
> Whith this plugin the playing now button in mid bottom gets a new
> function, and it is the same function than in de top de circle with te
> i. You get a new screen with info of the song now playing. It is great.
> But now my little problem. When i swipe from bottom up to close the app
> i hit that button and the screen of the plugin is selected. When i open
> the app again. This screen is selected and i have to press Now playing
> again. Thats just a litte anoiing. 
> Maybe there is a possability to add a little extra time on the buttons
> So a swipe is not seen as a press. Or that function gets off the Playing
> Now button and just on te i circle. (the buttons next to the playing Now
> are also infected)

Don't hide the navigation bar then.

Auke wrote: 
> 2: When in have closed the app, and aint using it. The notification
> stays on the screen. I have to kill the app, to get rid of it. Its not a
> big problem because i have installed a App to kill it manualy. But it is
> a workaround.

That is what the notification is for. If you don't want it then don't
enable it.


Auke wrote: 
> 3: I miss the notification as it was a time ago with Kiwi Browser. It
> was great with the song info and a picture of the artist. If you could
> make that again in your own app. It would be great..

No, that would need a constant connection to the server. When the app is
not in the foreground the Javascript is paused - which saves battery.



*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] Announce: Material Skin

2020-10-28 Thread Auke


I Use Material Skin with great pleasure. 
Just af few things i notice

I use the app you provide on a samsung A40 smartphone.
_I_use_swipe_to_control_the_phone
_
1: I have installed the plugin Music and Artist information 1.6.24.
Whith this plugin the playing now button in mid bottom gets a new
function, and it is the same function than in de top de circle with te
i. You get a new screen with info of the song now playing. It is great.
But now my little problem. When i swipe from bottom up to close the app
i hit that button and the screen of the plugin is selected. When i open
the app again. This screen is selected and i have to press Now playing
again. Thats just a litte anoiing. 
Maybe there is a possability to add a little extra time on the buttons
So a swipe is not seen as a press. Or that function gets off the Playing
Now button and just on te i circle. (the buttons next to the playing Now
are also infected)

2: When in have closed the app, and aint using it. The notification
stays on the screen. I have to kill the app, to get rid of it. Its not a
big problem because i have installed a App to kill it manualy. But it is
a workaround.

3: I miss the notification as it was a time ago with Kiwi Browser. It
was great with the song info and a picture of the artist. If you could
make that again in your own app. It would be great..

Thank you for this great skinn. It makes the enjoment of the music so
much better.



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

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


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

2020-10-28 Thread merterbalci


I want two of them in one solution because my system is better sounding
in wav or raw pcm. But i love my dsd albums at the same time. That's the
million dollar question actually.



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

2020-10-28 Thread merterbalci


For example qobuz gathers data as flacs but when i'm transcode the data
to wav or pcm there is dsd support anymore.



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

2020-10-28 Thread merterbalci


I want to transcode flaca to wav or raw pcm because my system is better
sounding with these. But also i wanna keep native or dop dsd format.



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

2020-10-28 Thread merterbalci


I want to tranacode all flacs to as wav or raw pcm (bwxause



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

2020-10-28 Thread philippe_44


case9413 wrote: 
> Hi is there a way to force the roon to make the option of "Native DSD
> playback" available under the device setup menu?
> 
> My streamer seems doesn't advertise its native DSD playback capabilities
> in UPNP/DLNA but indeed it can do it. I can stream dsf files
> successfully to the streamer via Bubbleupnp by disabling the "mime-type
> check" option in Bubbleupnp.  
> 
> But in roon, it only shows "Convert to PCM/DSD over PCM 1.0 option under
> the device setup menu, as roon seems doesn't know the streamer's native
> DSD playback capabilities. Is there any way to work around it? Thx in
> advance.

Not sure I understand but you can force some mimetypes to be reported by
player. See the plugin settings for that specific player.



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

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

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-10-28 Thread MarSOnEarth


cpd73 wrote: 
> No, too much of a hack. Also, just checked and tracks from a MIP
> playlist (created via 'Create MusicIP Mix') can be drag'n'dropped onto
> queue.

It sure would be. I'm glad there's a clean, sanctioned way to do it.
Thanks again.



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

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


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

2020-10-28 Thread merterbalci


Are there any possibility when i'm open up everything as raw pcm on
server side except dsd? ( This is insane question i know :)

System is Lms 8.0 - upnpbridge - Upmpdcli - Mpd 20 & 21



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

2020-10-28 Thread merterbalci


On the upnpbridge are there any possibility when i'm open up everything
as raw pcm on server side except dsd? ( This is insane question i know
:)



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

2020-10-28 Thread cpd73


MarSOnEarth wrote: 
> Ahw, shucks!
> 
> As a workaround, how about taking over it's content, operating on it
> locally, and displaying it, overwriting the display generated by MIP?

No, too much of a hack. Also, just checked and tracks from a MIP
playlist (created via 'Create MusicIP Mix') can be drag'n'dropped onto
queue.



*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] [Announce] Spotty 4.4 - more personalised content

2020-10-28 Thread slartibartfast


Mark Miksis wrote: 
> Why do you recommend Stretch instead of Buster?Buster should be fine. 
> Anything newer than Jessie really.

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.4 - more personalised content

2020-10-28 Thread Mark Miksis


mherger wrote: 
> > PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
> 
> You should try to update to a Stretch based version.

Why do you recommend Stretch instead of Buster?



Mark Miksis's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=112962

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


Re: [SlimDevices: Plugins] Deezer HiFi 3rd party

2020-10-28 Thread negas


I am also interested in Deezer HIFI. I had the subscription for a months
but since hifi is not support by LMS I downgraded to premium. I would
upgrade if it is supported.
I could help if someone is working on it.
Cheers.



negas's Profile: http://forums.slimdevices.com/member.php?userid=69961
View this thread: http://forums.slimdevices.com/showthread.php?t=112604

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.4 - more personalised content

2020-10-28 Thread Michael Herger

PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"


You should try to update to a Stretch based version.

--

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


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

2020-10-28 Thread CakeOrDeath


rgdawson wrote: 
> Thank you, this is very helpful.  Looks like PortAudio and enumerating
> the audio devices is the culprit.  I can see that
> PaInfoGetOutputDeviceList gets started, but does not complete.  Now I
> have something to go on.
> 
> R Greg Dawson

I'm still having an issue getting this to run. If I do a clean install
it runs the first time for me to do the setup, and that's it, nothing.
Never makes it to the UI. 

My server is password protected. It does allow for the password to be
input during setup.

Any ideas?



CakeOrDeath's Profile: http://forums.slimdevices.com/member.php?userid=29526
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.4 - more personalised content

2020-10-28 Thread awex

It´s

PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"



awex's Profile: http://forums.slimdevices.com/member.php?userid=70833
View this thread: http://forums.slimdevices.com/showthread.php?t=112962

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.4 - more personalised content

2020-10-28 Thread slartibartfast


awex wrote: 
> M2P Version 2.53
> 
> ./var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty
> > spotty v0.12.2
> 
> 
> /spotty-muslhf
> spotty v0.12.2
> 
> ./spotty-hf
> spotty v0.35.0Which version of Raspbian is your Max2Play based on? Is it an 
> old
installation?

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

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.4 - more personalised content

2020-10-28 Thread awex


M2P Version 2.53

./var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty
> spotty v0.12.2


/spotty-muslhf
spotty v0.12.2

./spotty-hf
spotty v0.35.0



awex's Profile: http://forums.slimdevices.com/member.php?userid=70833
View this thread: http://forums.slimdevices.com/showthread.php?t=112962

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.4 - more personalised content

2020-10-28 Thread Michael Herger

Hi, I try to run spotty on LMS 8 nightly and max2play on a raspberry pi
3.


What m2p version?


/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux/spotty-hf
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty-muslhf


What would they give you when run in a shell?

--

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


Re: [SlimDevices: Plugins] [Announce] Spotty 4.4 - more personalised content

2020-10-28 Thread awex

Hi, I try to run spotty on LMS 8 nightly and max2play on a raspberry pi
3.

Spotty doesn´t start, it seems there is a problem with the helper, I
installed on LMS already.

I tried everthing froom reinstalling LMS to spotty to helper.

DEBUG Log:

[20-10-28 13:03:05.7554] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty
[20-10-28 13:03:05.7585] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux/spotty-hf
[20-10-28 13:03:05.7614] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty-muslhf
[20-10-28 13:03:05.7658] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux/spotty-hf
[20-10-28 13:03:05.7687] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty-muslhf
[20-10-28 13:03:05.7715] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty
[20-10-28 13:03:05.7732] Plugins::Spotty::Helper::get (51) Didn't find
Spotty helper application!
[20-10-28 13:03:05.7768] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux/spotty-hf
[20-10-28 13:03:05.7797] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty-muslhf
[20-10-28 13:03:05.7826] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty
[20-10-28 13:03:05.7842] Plugins::Spotty::Helper::get (51) Didn't find
Spotty helper application!
[20-10-28 13:03:05.7854] Plugins::Spotty::Connect::canSpotifyConnect
(84) Cannot support Spotty Connect, need at least helper version 0.12.0
[20-10-28 13:03:06.0022] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux/spotty-hf
[20-10-28 13:03:06.0040] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty-muslhf
[20-10-28 13:03:06.0057] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty
[20-10-28 13:03:06.0066] Plugins::Spotty::Helper::get (51) Didn't find
Spotty helper application!
[20-10-28 13:03:06.0072] Plugins::Spotty::Connect::canSpotifyConnect
(84) Cannot support Spotty Connect, need at least helper version 0.12.0
[20-10-28 13:03:31.4754] Plugins::UPnPBridge::Squeeze2upnp::beat (187)
crashed ... restarting
[20-10-28 13:04:01.4782] Plugins::UPnPBridge::Squeeze2upnp::beat (187)
crashed ... restarting
[20-10-28 13:04:31.4802] Plugins::UPnPBridge::Squeeze2upnp::beat (187)
crashed ... restarting
[20-10-28 13:04:57.4340] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Bin/arm-linux/spotty-hf
[20-10-28 13:04:57.4358] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty-muslhf
[20-10-28 13:04:57.4375] Plugins::Spotty::Helper::_findBin (192) Trying
helper application:
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SpottyARMLegacyBin/Bin/spotty
[20-10-28 13:04:57.4385] Plugins::Spotty::Helper::get (51) Didn't find
Spotty helper application!
[20-10-28 13:04:57.4394]
Plugins::Spotty::AccountHelper::renameCacheFolder (147) Trying to rename
__AUTHENTICATE__ to 
[20-10-28 13:04:57.4401]
Plugins::Spotty::AccountHelper::renameCacheFolder (149) Error: No newId
found in '__AUTHENTICATE__'
[20-10-28 13:04:57.4410]
Plugins::Spotty::AccountHelper::renameCacheFolder (149) Backtrace:

frame 0: Slim::Utils::Log::logBacktrace
(/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/AccountHelper.pm
line 149)
frame 1: Plugins::Spotty::AccountHelper::renameCacheFolder
(/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Settings/Auth.pm
line 174)
frame 2: Plugins::Spotty::Settings::Auth::cleanup
(/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotty/Settings.pm
line 59)
frame 3: Plugins::Spotty::Settings::handler
(/usr/share/perl5/Slim/Web/HTTP.pm line 1155)
frame 4: Slim::Web::HTTP::generateHTTPResponse
(/usr/share/perl5/Slim/Web/HTTP.pm line 912)
frame 5: Slim::Web::HTTP::processURL
(/usr/share/perl5/Slim/Web/HTTP.pm line 707)
frame 6: Slim::Web::HTTP::processHTTP
(/usr/share/

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

2020-10-28 Thread yobyot


I just wanted to post a quick thank you to @pinkdot for all his work on
8.0 and Synology. 

I thought my baby (Radio) was stuck at 7.9.2 on Synology forever. With
the Radio patch and the instructions in the first post of this thread, I
was able to seamlessly upgrade my Radio and DS1513+.

It just blows me away that LMS is still under active development. Is
that a clue that Logitech screwed it up completely, or what? 

Thanks, @pinkdot!



yobyot's Profile: http://forums.slimdevices.com/member.php?userid=20556
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: YouTube Plugin (API v3)

2020-10-28 Thread Hawkeyenl


justjason wrote: 
> I am getting mixed results from this , some of the tracks that were
> playing before are no longer playing and visa versa some that were not
> now are

perhaps a smarter if(assets) else (jsurl) would work?



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

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


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

2020-10-28 Thread justjason


Hawkeyenl wrote: 
> Just made this adjustment on my NAS as well manually, and for a handfull
> of songs that I tried which previously failed, I can confirm they're
> playing again now. FWIW :)

I am getting mixed results from this , some of the tracks that were
playing before are no longer playing and visa versa some that were not
now are



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

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2020-10-28 Thread bpa


florca wrote: 
> but I wonder whether this fully "signed-in" BBC access might reduce the
> potential incentive for the BBC to squash apps like the LMS BBC iPlayer,
> or restrict them to low-bandwidth content?

No. Copyright & money will always be there to try to lock users into a
BBC app.

Being paranoid, Sounds and mobile app with sign-in could try to displace
web based player as http & Browsers based applications evolve.  This
would make plugins dependent on the new API.  This could then be
followed by locking the API by the required use of the API key (this was
the case until recently).  For non UK users, it will then end up having
ads (DASH is designed to support inserted ads unlike HTTP/MP3) and/or
paid services.



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

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


Re: [SlimDevices: Plugins] Announce : BBC Sounds Plugin

2020-10-28 Thread expectingtofly


florca wrote: 
> 
> Maybe a misplaced hope, but I wonder whether this fully "signed-in" BBC
> access might reduce the potential incentive for the BBC to squash apps
> like the LMS BBC iPlayer, or restrict them to low-bandwidth content?
> Although they loose one of their objectives, full control over the UI /
> presentation, they gain the user-profiling data which they seem to
> crave, although I suspect they have this anyway through IP address
> correlation.
> 
What could happen is that the BBC limit access to the API that the
plugin is using by requiring access through an API key.  My aim is to
make the plugin as compliant as possible with how they want the
interaction to be, so, if it does come to that, I can persuade them to
provide an API key.



expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-10-28 Thread MarSOnEarth


cpd73 wrote: 
> No, (AFAIK) you cannot alter the MIP playlist shown on the left - it is
> not an editable list (just like you cannot alter an albums list of
> tracks). D'n'd from MIP list to queue is meant to work (I need to find
> time to see why it does not), but the otherway arround will not work.
> Queue to playlist I will try for 2.1.0 (next release will be 2.0.1)

Ahw, shucks!

As a workaround, how about taking over it's content, operating on it
locally, and displaying it, overwriting the display generated by MIP?



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


MarSOnEarth wrote: 
> Cool. Thanks!
> 
> BTW, I actually thought of/meant having the ability to move an item
> either way, to and from between the Play Queue and the MIP generated
> playlist. Hmm, any playlist?

No, (AFAIK) you cannot alter the MIP playlist shown on the left - it is
not an editable list (just like you cannot alter an albums list of
tracks). D'n'd from MIP list to queue is meant to work (I need to find
time to see why it does not), but the otherway arround will not work.
Queue to playlist I will try for 2.1.0 (next release will be 2.0.1)



*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] Announce : BBC Sounds Plugin

2020-10-28 Thread florca


Just installed this and it's working beautifully. 
Maybe a misplaced hope, but I wonder whether this fully "signed-in" BBC
access might reduce the potential incentive for the BBC to squash apps
like the LMS BBC iPlayer, or restrict them to low-bandwidth content?
Although they loose one of their objectives, full control over the UI /
presentation, they gain the user-profiling data which they seem to
crave, although I suspect they have this anyway through IP address
correlation.
Massive thanks again to you, bpa, Michael and the many other developers
and contributors who keep the system working and evolving so well :o



Odroid HC1 / Armbian Stretch LMS & LocalPlayer
4x Slim Devices SB3 (White)
1x Boom, 1x Radio
2x Joggler + Squeezeplay / Squeezelite + Topping TP30

florca's Profile: http://forums.slimdevices.com/member.php?userid=7486
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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


Re: [SlimDevices: Plugins] Announce: Material Skin

2020-10-28 Thread MarSOnEarth


cpd73 wrote: 
> So, you mean the play queue? That already has drag'n'drop - what does
> not work here??? If you mean drag from there onto a playlist - not
> supported.
> 
> [Edit] Added issue in github
> (https://github.com/CDrummond/lms-material/issues/366) for drag from
> queue onto playlist. This would be for 2.1.0

Cool. Thanks!

BTW, I actually thought of/meant having the ability to move an item
either way, to and from between the Play Queue and the MIP generated
playlist. Hmm, any playlist?



MarSOnEarth's Profile: http://forums.slimdevices.com/member.php?userid=69826
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-10-28 Thread justjason


cpd73 wrote: 
> Settings are saved in your browser's local storage. If you ae using
> private mode, or have set your browser to clear cookies, then these will
> be lost. That's the way browser's work. Top right of Material's
> 'Settings' dialog is a menu button, in this menu you will find an option
> to save your current settings as defaults.
Thanks for explaining that.



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


MarSOnEarth wrote: 
> Yes, the left panel on the desktop layout after doing More>Create
> MusicIP Mix.

Can't check MIP mix at the moment, will try later (I use MIP, just not
the LMS MIP plugin). But the code -should- handle this - but I guess
there is some issue (as per playlist tracks) that is stopping this.



*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] Announce: Material Skin

2020-10-28 Thread cpd73


MarSOnEarth wrote: 
> Playing Now? Playing Queue? Now Playing? Left|Right Panel|Pane ;-)

So, you mean the play queue? That already has drag'n'drop - what does
not work here??? If you mean drag from there onto a playlist - not
supported.



*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] Announce: Material Skin

2020-10-28 Thread MarSOnEarth


cpd73 wrote: 
> Fair point, none of the previous d'n'd code had drop indicators, will
> think about this.
> 
> 
> 
> "Playing Now list" ???

Playing Now? Playing Queue? Now Playing? Left|Right Panel|Pane ;-)



MarSOnEarth's Profile: http://forums.slimdevices.com/member.php?userid=69826
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-10-28 Thread MarSOnEarth


slartibartfast wrote: 
> OK I considered MusicIP but by list do you mean the playlist generated
> by MusicIP?
> 
> Sent from my Pixel 3a using Tapatalk

Yes, the left panel on the desktop layout after doing More>Create
MusicIP Mix.



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


justjason wrote: 
> I have noticed that the setting to display the stop button is not
> surviving reboot.
> So I am using material skin on LMS 8.0-1603273434 that is running  on a
> pi so arm - Debian .
> I use the stop button instead of pause. It helps when switching
> ESPsqueezelite between LMS and Bluetooth.
> The display stop button option that is found in the settings menu (
> just settings, not server / player settings)
> On activation the stop button will appear in the bottom left corner.
> This is perfect. Unfortunately on reboot, this setting is lost and stop
> button is gone until it is once again activated in the settings menu

Settings are saved in your browser's local storage. If you ae using
private mode, or have set your browser to clear cookies, then these will
be lost. That's the way browser's work. Top right of Material's
'Settings' dialog is a menu button, in this menu you will find an option
to save your current settings as defaults.



*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] Announce: Material Skin

2020-10-28 Thread cpd73


MarSOnEarth wrote: 
> minus some visual clues tweaks, like cursor shape changes for when a
> drop is possible or not, and drop target indication. 

Fair point, none of the previous d'n'd code had drop indicators, will
think about this.

MarSOnEarth wrote: 
> the MIP list, Playlists, and the Playing Now lists where the D&D has not
> been (yet ;-) implemented. 

"Playing Now list" ???



*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] Announce: Material Skin

2020-10-28 Thread slartibartfast


justjason wrote: 
> I have noticed that the setting to display the stop button is not
> surviving reboot.
> So I am using material skin on LMS 8.0-1603273434 that is running  on a
> pi so arm - Debian .
> I use the stop button instead of pause. It helps when switching
> ESPsqueezelite between LMS and Bluetooth.
> The display stop button option that is found in the settings menu (
> just settings, not server / player settings)
> On activation the stop button will appear in the bottom left corner.
> This is perfect. Unfortunately on reboot, this setting is lost and stop
> button is gone until it is once again activated in the settings menuDid 
> saving settings as default not work?

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: Material Skin

2020-10-28 Thread justjason


I have noticed that the setting to display the stop button is not
surviving reboot.
So I am using material skin on LMS 8.0-1603273434 that is running  on a
pi so arm - Debian .
I use the stop button instead of pause. It helps when switching
ESPsqueezelite between LMS and Bluetooth.
The display stop button option that is found in the settings menu (
just settings, not server / player settings)
On activation the stop button will appear in the bottom left corner.
This is perfect. Unfortunately on reboot, this setting is lost and stop
button is gone until it is once again activated in the settings menu



justjason's Profile: http://forums.slimdevices.com/member.php?userid=69803
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-10-28 Thread slartibartfast


Did saving your settings as default not work then?

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: Material Skin

2020-10-28 Thread justjason


I have noticed that the setting to display the stop button is not
surviving reboot.
So I am using material skin on LMS 8.0-1603273434 that is running  on a
pi so arm - Debian .
I use the stop button instead of pause. It helps when switching
ESPsqueezelite between LMS and Bluetooth. Lately The display stop button
option found in the settings menu ( just settings, not server / player
settings)
On activation the stop button will appear in the bottom left corner.
This is perfect. Unfortunately on reboot, this setting is lost and stop
button is gone until it is once again activated in the settings menu



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