Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2015-01-14 Thread Triode

error wrote: 
 Since about a month I have had problems with playlists and the plugin.
 Whenever listing my playlists or manipulating playlists in any way
 (adding tracks), there are huge delays and timeouts for each operation
 when using the web user interface or any other squeezeserver client. In
 the spotifyd.log the following can be seen:
 
  
Code:

  [19:37:46.418616] main:567 new connection
   [19:37:46.428108] main:619 req: playlists.json res: (null) par: (null) 
prot: HTTP/1.0 auth: (null)
   [19:37:46.428262] process_playlists:1155 process playlists: user
   [19:37:46.428453] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:46.428530] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:46.655873] process_playlists:1155 process playlists: user
   [19:37:46.656138] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:46.656226] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:46.656497] process_playlists:1155 process playlists: user
   [19:37:46.656678] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:46.656732] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:47.364537] log_message:81 log: 18:37:47.364 I 
[file_streamer_simple.cpp:769] Request for file b07bb4dac360898291d4aeb251758
   03fd60e21d6 complete (code: 0)
   [19:37:47.657103] process_playlists:1155 process playlists: user
   [19:37:47.657368] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:47.657457] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:48.658108] process_playlists:1155 process playlists: user
   [19:37:48.658356] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:48.658435] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:49.659546] process_playlists:1155 process playlists: user
   [19:37:49.659809] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:49.659899] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:50.660119] process_playlists:1155 process playlists: user
   [19:37:50.660372] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:50.660455] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:50.860768] process_playlists:1155 process playlists: user
   [19:37:50.861028] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:50.861154] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:51.657101] process_playlists:1155 process playlists: user
   [19:37:51.657359] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:51.657428] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:51.657567] process_playlists:1155 process playlists: user
   [19:37:51.657728] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:51.657786] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:52.659139] process_playlists:1155 process playlists: user
   [19:37:52.659400] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:52.659467] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:53.660101] process_playlists:1155 process playlists: user
   [19:37:53.660366] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:53.660456] process_playlists:1173 not all playlists loaded - will 
try later
   [19:37:54.499133] process_playlists:1155 process playlists: user
   [19:37:54.499392] process_playlists:1169 playlists loaded: 407 of 408
   [19:37:54.499458] process_playlists:1173 not all playlists loaded - will 
try later

  
 
 I have searched the forum for similar issues (string not all
 playlists loaded - will try later) and found some old mentions of
 similar issues, but I haven't found any solution.
 
 The ordinary spotify client works fine. Also, a call to http://{my
 server}:9005/playlists.json returns a valid json file containing all
 playlists.
 I have also tried restarting the squeezeserver, wiping the spotify
 cache in between.
 
 Any ideas?

This suggests one of your playlists has a problem loading - you may find
the deleting the problem one fixes it.  I am not sure if the logging
shows which one this is though - it should display after a timeout
though?



Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2015-01-14 Thread error

Triode wrote: 
 This suggests one of your playlists has a problem loading - you may find
 the deleting the problem one fixes it.  I am not sure if the logging
 shows which one this is though - it should display after a timeout
 though?

Thank you, you are correct: the playlist id is printed in the log after
the timeout and I managed to identify the faulty playlist. It turns out
it didn't load correctly in the official client either so there must be
something wrong on the Spotify end. After deleting it, listing the
playlists works again.

Thank you for helping out so quickly!



error's Profile: http://forums.slimdevices.com/member.php?userid=37414
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2015-01-14 Thread error

Since about a month I have had problems with playlists and the plugin.
Whenever listing my playlists or manipulating playlists in any way
(adding tracks), there are huge delays and timeouts for each operation
when using the web user interface or any other squeezeserver client. In
the spotifyd.log the following can be seen:


Code:

[19:37:46.418616] main:567 new connection
  [19:37:46.428108] main:619 req: playlists.json res: (null) par: (null) prot: 
HTTP/1.0 auth: (null)
  [19:37:46.428262] process_playlists:1155 process playlists: user
  [19:37:46.428453] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:46.428530] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:46.655873] process_playlists:1155 process playlists: user
  [19:37:46.656138] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:46.656226] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:46.656497] process_playlists:1155 process playlists: user
  [19:37:46.656678] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:46.656732] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:47.364537] log_message:81 log: 18:37:47.364 I 
[file_streamer_simple.cpp:769] Request for file b07bb4dac360898291d4aeb251758
  03fd60e21d6 complete (code: 0)
  [19:37:47.657103] process_playlists:1155 process playlists: user
  [19:37:47.657368] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:47.657457] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:48.658108] process_playlists:1155 process playlists: user
  [19:37:48.658356] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:48.658435] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:49.659546] process_playlists:1155 process playlists: user
  [19:37:49.659809] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:49.659899] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:50.660119] process_playlists:1155 process playlists: user
  [19:37:50.660372] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:50.660455] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:50.860768] process_playlists:1155 process playlists: user
  [19:37:50.861028] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:50.861154] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:51.657101] process_playlists:1155 process playlists: user
  [19:37:51.657359] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:51.657428] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:51.657567] process_playlists:1155 process playlists: user
  [19:37:51.657728] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:51.657786] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:52.659139] process_playlists:1155 process playlists: user
  [19:37:52.659400] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:52.659467] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:53.660101] process_playlists:1155 process playlists: user
  [19:37:53.660366] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:53.660456] process_playlists:1173 not all playlists loaded - will try 
later
  [19:37:54.499133] process_playlists:1155 process playlists: user
  [19:37:54.499392] process_playlists:1169 playlists loaded: 407 of 408
  [19:37:54.499458] process_playlists:1173 not all playlists loaded - will try 
later



I have searched the forum for similar issues (string not all playlists
loaded - will try later) and found some old mentions of similar issues,
but I haven't found any solution.

The ordinary spotify client works fine. Also, a call to http://{my
server}:9005/playlists.json returns a valid json file containing all
playlists.
I have also tried restarting the squeezeserver, wiping the spotify cache
in between.

Any ideas?



error's Profile: http://forums.slimdevices.com/member.php?userid=37414
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2015-01-14 Thread castalla

philippe_44 wrote: 
 ah ... that does not work as the essential AVTransport service is
 missing. Nothing can be done without it. What is also interesting,
 looking at the port used (49152) it is likely that this device is using
 libupnp, as I do - does not change anything unfortunately. Have you
 tried to control it with other uPnP controller like foobar ?


Foobar - No

If it's a no go, then I'll just decomission it!  Not a big deal.



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite - Logitech Mini Boombox
speaker (mothballed)
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
Squeeze2upnp - Sonos Play1  Vistron internet radio (Reciva)

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=102496

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2015-01-14 Thread castalla

philippe_44 wrote: 
 What you could is trying to control it from another uPnP controller,
 like foobar2000 or some android-based or iOS-based apps and see it it
 work. If it does, then I'll be able to find a solution, if not,
 decomissioning is probably the only option

Can you recommend an android app for this?



Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite - Logitech Mini Boombox
speaker (mothballed)
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
Squeeze2upnp - Sonos Play1  Vistron internet radio (Reciva)

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=102496

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2015-01-14 Thread philippe_44

castalla wrote: 
 Foobar - No
 
 If it's a no go, then I'll just decomission it!  Not a big deal.

What you could is trying to control it from another uPnP controller,
like foobar2000 or some android-based or iOS-based apps and see it it
work. If it does, then I'll be able to find a solution, if not,
decomissioning is probably the only option



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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

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


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

2015-01-14 Thread DavidBulluss

v1.6.0 received and installed - thanks Michael. :)

Cheers, David



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

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2015-01-14 Thread castalla

Internet radio - device spy info


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


Touch - Muse M50 EX TPA3123 T-Amp Mini - Acoustics Q10 speakers
Logitech Radio
Logitech UE Smart Radio
Raspberry Pi + Squeezeplug LMS + Squeezelite - Logitech Mini Boombox
speaker (mothballed)
Cubieboard + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100
bluetooth speaker
O2 Joggler + SqpOS + Aune X2 T-amp + Mordaunt Short ms-3.40 speakers 
IBOX + Debian 7 + LMS 7.8.1 + Squeezelite - Soundwave SW100 bluetooth
speaker
Squeeze2upnp - Sonos Play1  Vistron internet radio (Reciva)

castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624
View this thread: http://forums.slimdevices.com/showthread.php?t=102496

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2015-01-14 Thread PasTim

MillmoorRon wrote: 
 http://forums.slimdevices.com/showthread.php?46613-SqueezeJS-Tutorial
 http://forums.slimdevices.com/showthread.php?74270-Remote-quot-NowPlaying-quot-Display
 
 I use a Raspberry Pi with HDMI output.
Ok - thanks.  If/when I get a TV/PVR with an embedded browser, or one I
can easily connect to with HDMI using a micro PC (I currently only have
one DVI input and my HDMI splitter is full!), I'll investigate further.



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp (Beta - derived from squeezelite) to
Musical Fidelity M1 CLiC and Marantz CR603 UPnP renderers.  Squeezelite
to PC sound.  Minimserver (server) and upplay (control point) to same
amps  to upmpdcli/mpd PC renderers.  Meridian USB Explorer DAC from PCs
to speakers/headphones.  Wireless Xubuntu 14.04 laptop controls
LMS/upplay via Firefox.   Have a Touch with EDO, and a spare, but don't
use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2015-01-14 Thread philippe_44

castalla wrote: 
 Internet radio - device spy info

ah ... that does not work as the essential AVTransport service is
missing. Nothing can be done without it. What is also interesting,
looking at the port used (49152) it is likely that this device is using
libupnp, as I do - does not change anything unfortunately. Have you
tried to control it with other uPnP controller like foobar ?



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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

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


Re: [SlimDevices: Plugins] announce: squeeze2upnp, a bridge between LMS and uPNP devices

2015-01-14 Thread philippe_44

castalla wrote: 
 Can you recommend an android app for this?
 
 Edit:  I tried andromote - it fails to see the radio as a renderer ...
 so I guess it's the end of the line for this device.

I also know BubbleuPnP but yes, it seems that there is something faulty
in the implementation of the uPnP stack of that radio. Workaround might
be possible but complicated. Did it come with a application to control
it ?



LMS 7.7.2 - 5 radio, 3 Boom, 4 Duet, 1 Touch, 1 SB2. Sonos 2xPLAY:1,
PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBMC, Foobar2000, XBoxOne
(sort of)

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

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2015-01-14 Thread erland

MillmoorRon wrote: 
 I have 2 methods of viewing ratings:
 
 1. Squeeze Commander on Android
 2. A Now Playing page on my TV using SqueezeJS
 
Not sure I can do anything more in TrackStat to solve these, feels like
the problem is that Squeeze Commander and the SqueezeJS doesn't update
the rating.
TrackStat produce a trackstat changedrating notification when the
rating changes, possibly Squeeze Commander/SqueezeJS could use that to
detect that they should update the rating.

I'm guessing the trackstat getrating CLI command returns the correct
rating immediately ?



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
LEAD PLATFORM DEVELOPER OF 'ICKSTREAM MUSIC PLATFORM'
(HTTP://WWW.ICKSTREAM.COM) -  A WORLD OF MUSIC AT YOUR FINGERTIPS

(Also developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). If you like to
encourage future presence on this forum and/or third party plugin/applet
development, 'consider purchasing some plugins'
(http://license.isaksson.info))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2015-01-14 Thread prabbit

erland wrote: 
 I've just released a new version of TrackStat which should hopefully fix
 the issue with rating from iPeng, thanks for the reminder.

I just saw this update this evening. I can confirm that it is working in
iPeng 8. There is no visual indication that a rating has been set, but
viewing the song info on website or (re)launching the Song Info shows
that the rating has in fact been set. The stars at the top of iPeng
don't update until a second/subsequent playing of the newly rated song.
Neither of these (minor) display issues are your concern. Thanks much,
Erland. I'm very happy to have this feature back! (I'm sure Morbeas is,
too.)



prabbit's Profile: http://forums.slimdevices.com/member.php?userid=11142
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


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

2015-01-14 Thread Michael Herger

I can't get it to work. Some info: my squeezebox is named: Squeezebox
Woonkamer. My server is located at 192.168.1.101. My recipe is called:
alternative


You'll need to use the player's MAC address (something like 00:04:20...)


So should my command be: Squeezebox Woonkamer smartmix
smartmix://alternative

And what are playlist commands?


00:04:20 playlist play smartmix://alternative

Again: you'll need to give the player's MAC address to tell LMS on which 
player to play.


FWIW: the second version would internally just trigger the smartmix 
alternative command.


--

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


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

2015-01-14 Thread CypherMK

Thank you! It worked!





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

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


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

2015-01-14 Thread CypherMK

mherger wrote: 
  Is it possible to play a smartmix recipe with the command line
  interface? I want to use it with the app autosqueeze to Play a certain
  smartmix.
 
 Yes:
 
 smartmix 
 
 Or use any of the playlist commands to add a uri like smartmix:// to the
 queue.
 
 -- 
 
 Michael
I can't get it to work. Some info: my squeezebox is named: Squeezebox
Woonkamer. My server is located at 192.168.1.101. My recipe is called:
alternative 

So should my command be: Squeezebox Woonkamer smartmix
smartmix://alternative

And what are playlist commands?





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

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


Re: [SlimDevices: Plugins] SmartMix 1.6: support for mobile browsers LMS 7.9 library views

2015-01-14 Thread mherger

Please note that the OrangeSqueeze integration is rather simplistic: it
provides a link which then would open the Blender in your web browser. 

iPeng on iPad is a bit nicer, as it features a built-in browser:

17151
17152

Users without any of the supported apps can open the URL shown
(http://server:9000/plugins/SmartMix/blender.html?touch=1) in their
browser. The mobile=1 parameter is optional, resulting in a simpler UI
which better fits the typical tablet browser size. But I can't guarantee
that the resulting mix would play on the correct player :-).


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


Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=102910

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2015-01-14 Thread quzma

Thank you very much for quick replay.
I'm sure it's possible to manualy install plugin on synology but
that require much more knowledge than I have.
Also, it seems that synology's new OS /DSM/ supports only some kind of
'broken' Pearl
for some time now, so...  I'll wait.



quzma's Profile: http://forums.slimdevices.com/member.php?userid=63864
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] SmartMix 1.6: support for mobile browsers LMS 7.9 library views

2015-01-14 Thread get.amped

I look forward to testing this. I may have to dig into the existing
sample plug-in to modify one of those selections to get under 100K
tracks.



Win7Pro(x64)[3.3Ghz i5, 8GB RAM, 120GB SSD system, 15TB storage], LMS
7.9.0 - Logitech Squeezebox Classic V.3 - Cambridge Audio DacMagic -
NAD C160 - 2 x NAD C272 - Quad 22L2

get.amped's Profile: http://forums.slimdevices.com/member.php?userid=10022
View this thread: http://forums.slimdevices.com/showthread.php?t=102910

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


Re: [SlimDevices: Plugins] Google Music Plugin

2015-01-14 Thread britcowboy

Zurrel wrote: 
 Is it possible to listen to the automatically generated thumbs up
 playlist with this plugin?

Doesn't seem to be, however what I do is every now and then I create a
static playlist from the auto playlist. Does the job for now.



britcowboy's Profile: http://forums.slimdevices.com/member.php?userid=63049
View this thread: http://forums.slimdevices.com/showthread.php?t=98526

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


Re: [SlimDevices: Plugins] iPlayer freezes occasionally

2015-01-14 Thread rbl

danco wrote: 
 WMA works well for me. But as it will be cut off soon, it isn't a real
 solution.

Have tried the WMA streams over the last few days and I find it still
stops occasionally. BBC iplayer (video) seems a lot worse however ..



rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=102873

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


Re: [SlimDevices: Plugins] SmartMix 1.6: support for mobile browsers LMS 7.9 library views

2015-01-14 Thread pippin

mherger wrote: 
  I did a ClearRescan, no improvement.
 
 I guess that was meant to be posted in the other thread about browsing 
 performance?
 
 -- 
 
 Michael

Yes, sorry.



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=102910

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


Re: [SlimDevices: Plugins] SmartMix 1.6: support for mobile browsers LMS 7.9 library views

2015-01-14 Thread pippin

mherger wrote: 
  Are you absolutely sure it would not work on iPhone 6 Plus? Any way I
  could try?
 
 I'll try to test with the simulator. Can you open the following in
 safari?
 
 http://www.herger.net/slim-plugins/blender/blender2.html
 
I'll try later.
 
 When called from iPeng, would it have the full width, or are you using a
 
 split view on the 6+?
 
Full.
 
 But for the time being I think it's not asking too much to rotate the 
 device to accommodate all controls.
 
No, but in the zoomed view in iPeng 8 it's really just a few pixels. 50
or so (in portrait), just a little bit more than your iPhone 6+ image.

mherger wrote: 
 Would still require some tweaking:
 
 17150

Close :)



---
learn more about iPeng, the iPhone and iPad remote for the Squeezebox
and
Logitech UE Smart Radio as well as iPeng Party, the free Party-App, 
at penguinlovesmusic.com
*New: iPeng 8, the Universal App for iOS 7 and iOS 8*

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=102910

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayerExtra v1.0

2015-01-14 Thread mrmonkington

bpa wrote: 
 I think BBC are rolling out changes to R1 and R2 first and this is yet
 another change.  It'll take time to work out what's different.

I've been taking a brief look at this as both Triode's plugin and your
Extra plugin no longer work for me at all (as the stream discovery is
only returning WMA streams and I don't have WMA capable players).

Will follow up in a sec with findings (this is my first post and it
won't let me post links :-) )...



mrmonkington's Profile: http://forums.slimdevices.com/member.php?userid=63859
View this thread: http://forums.slimdevices.com/showthread.php?t=72709

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayerExtra v1.0

2015-01-14 Thread mrmonkington

...

There's some details here
http://www.mail-archive.com/get_iplayer@lists.infradead.org/msg06671.html
about get_iplayer's work to switch from the mediaselector/4 to
mediaselector/5 API.

The new URL form for fetching streams seems to be:


Code:


http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/mediaset/vpid/version_pid



Where mediaset can be a few different values.  I found 'pc' gave me RTMP
streams and 'journalism-http-tablet' gave me some HLS streams.

I tried boding this into Triode's plugin but without much luck - I don't
know enough about LMS to figure out how to construct the RTMP endpoints
properly, and I haven't tried getting HLS to work yet.

Apologies if you know all this!



mrmonkington's Profile: http://forums.slimdevices.com/member.php?userid=63859
View this thread: http://forums.slimdevices.com/showthread.php?t=72709

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


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

2015-01-14 Thread CypherMK

Is it possible to play a smartmix recipe with the command line
interface? I want to use it with the app autosqueeze to Play a certain
smartmix.





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

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


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

2015-01-14 Thread Michael Herger

Is it possible to play a smartmix recipe with the command line
interface? I want to use it with the app autosqueeze to Play a certain
smartmix.


Yes:

playerid smartmix uri encoded name of the saved recipe

Or use any of the playlist commands to add a uri like smartmix://recipe 
name to the queue.


--

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


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

2015-01-14 Thread spiffin

I'd just like to add some undiluted praise to this thread. I've been
without my LMS setup for 2-3 months (I was away) but have been using it
non-stop for the last week.

Smart Mix is, IMO, an absolutely indispensable plugin and works very
well. I have a very large library (50,000+ tracks) and Smart Mix
re-acquaints me with tracks, albums, artists I wouldn't otherwise find -
or had long forgotten about.

Thanks Michael for such a great plugin.

Simon



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

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


[SlimDevices: Plugins] Server Power Control Shutdown after Scan results in LMS Crash

2015-01-14 Thread PasTim

On ubuntu 14.04, 64 bit, using Logitech Media Server Version: 7.9.0 -
1420550541 @ Wed Jan 7 04:04:59 UTC 2015 with Server Power Control
plugin v20141101.163656. 

When I need to rescan my library I normally do this overnight (because
Custom Scans take several hours).  I use the very useful Server Power
Control (SPC) plugin to ensure LMS is awake well before the scheduled
rescan start time, and to shut down when all is done.  This has normally
worked well.

At some point in the last few months I started to notice that the server
log had crashes in it at shutdown time, and ubuntu was complaining about
crashes the next morning.  An example of such a crash reported on the
log is shown below.

To cut quite a long story short, with many different tests, I think I
have managed to fix it by changing the shutdown command in SPC slightly,
from 

Code:

sudo /sbin/shutdown -h now


to

Code:

sudo /sbin/shutdown -h now 


The idea being that maybe SPC was blocking LMS (not just
squeezeboxserver_safe) from shutting down properly, and the trailing 
would allow SPC to relinquish control to let LMS shut down.

Has anyone else had this problem, or is able to shed light on the log
entry?  (Sometimes the crash log seems to suggest the scan hasn't
finished, but it has.  I repeated the process during the day is several
different ways, and the scan was definitely done (I also tried stopping
including the Custom Scan and manually ran the SPC shutdown command and
still got a crash).

Code:


  [15-01-10 06:14:11.1576] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (892) 
SrvrPowerCtrl executing command: /storage/Scripts/wakealarm.sh 1420935600 
--verbose --log
  [15-01-10 06:14:17.0042] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (892) 
SrvrPowerCtrl executing command: sudo /sbin/shutdown -h now
  2015-01-10 06:14:20 squeezeboxserver_safe stopped.
  [15-01-10 06:14:20.9061] Slim::Schema::Storage::throw_exception (122) Error: 
DBI Exception: DBD::SQLite::st execute failed: attempt to execute on inactive 
database handle [for Statement SELECT value FROM metainformation WHERE name = 
'isScanning']
  [15-01-10 06:14:20.9313] Slim::Schema::Storage::throw_exception (122) 
Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/usr/share/perl5/Slim/Schema/Storage.pm line 122)
  frame 1: Slim::Schema::Storage::throw_exception 
(/usr/share/squeezeboxserver/CPAN/DBIx/Class/Storage/DBI.pm line 1006)
  frame 2: DBIx::Class::Storage::DBI::__ANON__ 
(/usr/share/perl5/Slim/Music/Import.pm line 656)
  frame 3: Slim::Music::Import::stillScanning (/usr/sbin/squeezeboxserver line 
1155)
  frame 4: main::cleanup (/usr/share/perl5/Slim/bootstrap.pm line 417)
  frame 5: Slim::bootstrap::sigterm (/usr/share/perl5/Slim/Schema.pm line 331)
  frame 6: (eval) (/usr/share/perl5/Slim/Schema.pm line 331)
  frame 7: (eval) (/usr/share/perl5/Slim/Schema.pm line 331)
  frame 8: Slim::Schema::disconnect (/usr/sbin/squeezeboxserver line 1161)
  frame 9: main::cleanup (/usr/sbin/squeezeboxserver line 1140)
  frame 10: main::stopServer 
(/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/SrvrPowerCtrl/Util.pm 
line 985)
  frame 11: Plugins::SrvrPowerCtrl::Util::__ANON__ 
(/usr/share/perl5/Slim/Utils/Timers.pm line 266)
  frame 12: (eval) (/usr/share/perl5/Slim/Utils/Timers.pm line 266)
  frame 13: Slim::Utils::Timers::__ANON__ 
(/usr/share/perl5/Slim/Networking/IO/Select.pm line 168)
  frame 14: (eval) (/usr/share/perl5/Slim/Networking/IO/Select.pm line 168)
  frame 15: Slim::Networking::IO::Select::loop (/usr/sbin/squeezeboxserver line 
715)
  frame 16: main::idle (/usr/sbin/squeezeboxserver line 665)
  frame 17: main::main (/usr/sbin/squeezeboxserver line 1200)
  
  [15-01-10 06:14:21.9315] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (892) 
SrvrPowerCtrl executing command: /storage/Scripts/wakealarm.sh 1420935600 
--verbose --log
  [15-01-10 06:14:23.6360] Slim::Schema::forceCommit (2147) Warning: Trying to 
commit transactions before DB is initialized!
  [15-01-10 06:14:23.6437] Plugins::SrvrPowerCtrl::Util::SystemExecCmd (892) 
SrvrPowerCtrl executing command: /storage/Scripts/wakealarm.sh 1420935600 
--verbose --log
  2015-01-10 08:47:50 squeezeboxserver_safe started.
  




LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16-24 bit,
44.1-192kbps. LMS  Squeeze2upnp (Beta - derived from squeezelite) to
Musical Fidelity M1 CLiC and Marantz CR603 UPnP renderers.  Squeezelite
to PC sound.  Minimserver (server) and upplay (control point) to same
amps  to upmpdcli/mpd PC renderers.  Meridian USB Explorer DAC from PCs
to speakers/headphones.  Wireless Xubuntu 14.04 laptop controls
LMS/upplay via Firefox.   Have a Touch with EDO, and a spare, but don't
use.

PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: 

Re: [SlimDevices: Plugins] SmartMix 1.6: support for mobile browsers LMS 7.9 library views

2015-01-14 Thread poing

mherger wrote: 
 
 - support for The Blender on tablets.
Very cool, can't wait to test this in OrangeSqueeze tonight.



poing's Profile: http://forums.slimdevices.com/member.php?userid=63617
View this thread: http://forums.slimdevices.com/showthread.php?t=102910

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