Re: [SlimDevices: Plugins] Problems with Server Power Control plugin installed on VortexBox is 2.1

2012-08-25 Thread gharris999

Actually, the command you should be testing is:

# sudo -u squeezeboxserver sudo /sbin/shutdown -h -k now

The second 'sudo' is necessary.  Absent that, shutdown rightly complains
that the request isn't coming from root.

The '-k' runs shutdown in 'test' mode and the system doesn't actually
shutdown but it will confirm that 'squeezeboxserver' has passwordless
permission to run 'sudo /sbin/shutdown'.



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=96158

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


Re: [SlimDevices: Plugins] Problems with Server Power Control plugin installed on VortexBox is 2.1

2012-08-25 Thread gharris999

Also, please do make sure you've installed the latest BETA version of
SrvrPowerCtrl according to the directions at the head of this thread. 
If you've installed the ancient 'release' version, you can expect to see
inconsistent behavior.



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=96158

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


Re: [SlimDevices: Plugins] OSX Mountain Lion sleep issues

2012-08-25 Thread gharris999

nonnoroger wrote: 
> I have been looking at (part of) the history of ReallyPreventStandby at
> http://bugs.slimdevices.com/show_bug.cgi?id=8520 and have a couple of
> questions (for Gordon and anyone else following who might remember the
> issues).
> 
> Gordon, you said then:
> 
> The version I came up with makes PreventStandby work a little harder. 
> When the timer code gets executed, it checks for the following states:
> Players playing, players updating (firmware updates) the scanner running
> *and it detects if the system has recently resumed from standby or
> hibernation*.  If any of these conditions are met, the timer code zeros
> a countup variable that otherwise gets incremented every minute. (Stars
> mine.)
> 
> Which I can see from the code it still does:
> 
> if ( _hasResumed($currenttime) || _playersBusy() ||
> Slim::Music::Import->stillScanning() ) {
>   
>   $g{nHasBeenIdle} = 0;
> 
> (My change so far has been to remove the side-effect of calling
> _hasResumed which was to enable sleep.)
> 
> I understand the reasons why it makes sense to have a grace period after
> a SB has been turned on for the user to select what he or she wants to
> play.
> 
> But the problem is with the current logic that we are imposing this
> grace period on every wake of the system (OSX and Mountain Lion in
> particular is my immediate concern). hat is not of much issue if the
> grace period is less than the idle timeout and the machine has been
> woken by an interactive user at the keyboard. But if it is a WOL from
> some other device than a SB we should not be imposing the LMS grace
> period.
> 
> I noticed this by looking at the ReallyPreventStandbylogs while my
> system was being woken up by a WOL probe from an AppleTV.
> 
> I will have a go at fixing the logic tomorrow.The original rationale for the 
> 'grace period' after resume was to fix a
specific problem with Windows XP.  Many users (myself included) would
see their systems go back into suspend 2 minutes after a WOL no mater
what system power management settings they had configured.  This problem
was much discussed on forums at Microsoft and was difficult to debug
because not every system exhibited this behavior.  There was a small
chorus of complains by windows SBS users that the stock PreventStandby
plugin failed to prevent standby in this situation.  So I added the
'grace period' as a work-around in the stock PreventStandby plugin and
ReallyPreventStandby inherited that code.

Probably the proper thing to do is to test for the OS on resume and
reset the counter to 0 only when the OS is windows.



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=95980

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


Re: [SlimDevices: Plugins] Problems with Server Power Control plugin installed on VortexBox is 2.1

2012-08-25 Thread gharris999

That seems strange. Can you post the contents of your /etc/sudoers file?



gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=96158

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


[SlimDevices: Plugins] Problems with Server Power Control plugin installed on VortexBox is 2.1

2012-08-25 Thread MrClive

I've recently installed VortexBox is 2.1 software on an old PC and am
struggling to get the Server Power Control plugin to work. It seems to
be installed as far as I can tell, but doesn't shut down when the
Squeezebox Touch or Boom is switched off.


If I enter the following command sudo -u squeezeboxserver
/usr/local/sbin/spc-test.sh

I get

"Broadcast message from squeezeboxserver@vortexbox.localdomain (Sat Aug
25 22:59:
42 2012):




*THIS IS A TEST  
**



This is a SrvrPowerCtrl test of user squeezeboxserver's ability to
execute scripts on vortexbox.

You may now see a message announcing immediate shutdown of this
system.  vortexbox WILL NOT really shutdown.



*  THIS IS ONLY A TEST   
**



Broadcast message from squeezeboxserver@vortexbox.localdomain (Sat Aug
25 22:59:
47 2012):




*   SUCCESS! SUCCESS! SUCCESS!   
**



Success! User squeezeboxserver has passwordless permission to
shutdown vortexbox.

This test script, in voluntary cooperation with your operating system,
has
has been developed to inform you of permissions problems.  Had this
been
an actual shutdown event, your system would have halted by now and
you
wouldn't be reading this.

This concludes this test of squeezeboxserver's ability to run
privileged
commands on vortexbox."

Also if I enter the following I get the below

sudo -u squeezeboxserver /sbin/shutdown -h now

[vortexbox.localdomain ~]# sudo -u squeezeboxserver /sbin/shutdown -h
now
Must be root.

Any suggestions on how I can get this working?

Many Thanks



MrClive's Profile: http://forums.slimdevices.com/member.php?userid=48176
View this thread: http://forums.slimdevices.com/showthread.php?t=96158

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2012-08-25 Thread Ardbeg1977

DaveRado wrote: 
> Hi bpa
> 
> 
> 
> I don't know what LMS means, and  my question remains: how can I find
> and install the plugin?
> 
> Dave

Dave,

Go to Settings/Plugins tab in the web interface and tick the box which
says Show all 3rd party plugins. That gives you another list, which
includes the BBC iPlayer Extras plugin. Tick the box, click apply,
re-start the server and the plugin will be installed.

Regards

Dave



Ardbeg1977's Profile: http://forums.slimdevices.com/member.php?userid=3668
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] OSX Mountain Lion sleep issues

2012-08-25 Thread jdwek

No the duet does not have a wired connection at all.  It sits by the
coffee machine plugged into its little recharging station.
BTW thanks for caring for my penguins.  At this point the last ten
penguins are standing on one foot



jdwek's Profile: http://forums.slimdevices.com/member.php?userid=56876
View this thread: http://forums.slimdevices.com/showthread.php?t=95980

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


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

2012-08-25 Thread gabble

Do you mean this one? - http://127.0.0.1:9000/server.log 
(C:\ProgramData\Squeezebox\Logs\server.log)

If so, there is quite a lot in there and I can't post more than 1
characters...

There are a lot of similar messages to those we've seen e.g. 

12-08-25 17:01:43.8884] Plugins::Spotify::ParserBase::__ANON__ (91) bad
json: '"' expected, at character offset 2 (before ","type":
"search",\n...") at
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotify/ParserBase.pm
line 89.
[12-08-25 17:01:44.4922] Plugins::Spotify::ParserBase::__ANON__ (91) bad
json: '"' expected, at character offset 2 (before ","type":
"search",\n...") at
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotify/ParserBase.pm
line 89.
[12-08-25 17:01:45.1296] Plugins::Spotify::ParserBase::__ANON__ (91) bad
json: '"' expected, at character offset 2 (before ","type":
"search",\n...") at
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotify/ParserBase.pm
line 89.
[12-08-25 17:08:05.9215] Plugins::Spotify::ParserBase::__ANON__ (91) bad
json: '"' expected, at character offset 2 (before ",\n"album": "# 1
Bea...") at
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotify/ParserBase.pm
line 89.
[12-08-25 17:08:35.1108] Plugins::Spotify::ParserBase::__ANON__ (91) bad
json: '"' expected, at character offset 3 (before "]"type":
"search""na...") at
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotify/ParserBase.pm
line 89.


But also

[12-08-25 16:36:54.0398] main::init (354) Starting Logitech Media Server
(v7.7.2, r33893, Wed Mar 14 05:47:42 PDT 2012) perl 5.014001
[12-08-25 16:36:56.5827] Slim::Utils::Misc::msg (1304) Warning:
[16:36:56.5825] DBIx::Class::ResultSet::update_or_create(): Query
returned more than one row.  SQL that returns multiple rows is
DEPRECATED for ->find and ->single at
/Slim/Schema.pm line 1879

At the top of the log there is also quite a bit of noise, but from much
earlier timestamps. No idea if it is relevent.

[12-07-15 15:20:51.4034] main::init (354) Starting Logitech Media Server
(v7.7.2, r33893, Wed Mar 14 05:47:42 PDT 2012) perl 5.014001
[12-07-15 15:20:52.3550] Slim::Utils::SQLiteHelper::postConnect (359)
Optimizing DB because of missing or empty sqlite_stat1 table
[12-07-15 15:20:52.3679] Slim::Schema::init (162) Warning: Creating new
database - empty, outdated or invalid database found
[12-07-15 15:21:03.6807] Slim::Plugin::MusicMagic::Plugin::initPlugin
(268) Can't connect to port 10002 - MusicIP disabled.
[12-07-15 15:21:04.3133] main::checkDataSource (1072) Warning: Schema
updated or no media found in the database, initiating scan.
[12-07-15 15:26:09.8053] main::init (354) Starting Logitech Media Server
(v7.7.2, r33893, Wed Mar 14 05:47:42 PDT 2012) perl 5.014001
[12-07-15 15:26:11.4903] Slim::Utils::Misc::msg (1304) Warning:
[15:26:11.4900] DBIx::Class::ResultSet::update_or_create(): Query
returned more than one row.  SQL that returns multiple rows is
DEPRECATED for ->find and ->single at
/Slim/Schema.pm line 1879
[12-07-15 15:29:29.6561] Plugins::Spotify::ParserBase::__ANON__ (138)
error
http://192.168.0.4:9005/search.json?o=0&arq=10&alq=10&trq=10&q=lisa%20hannigan:
Error reading headers: Server closed connection without sending any data
back at /Net/HTTP/Methods.pm
line 306.
...propagated at
/Net/HTTP/NB.pm line 32.
[12-07-15 15:29:56.8308] Plugins::Spotify::ParserBase::__ANON__ (138)
error
http://192.168.0.4:9005/search.json?o=0&arq=10&alq=10&trq=10&q=lisa%20hanniga:
Error reading headers: Server closed connection without sending any data
back at /Net/HTTP/Methods.pm
line 306.
...propagated at
/Net/HTTP/NB.pm line 32.
[12-07-15 15:30:53.6934] Plugins::Spotify::ParserBase::__ANON__ (138)
error http://192.168.0.4:9005/playlists.json: Error reading headers:
Server closed connection without sending any data back at
/Net/HTTP/Methods.pm line
306.
...propagated at
/Net/HTTP/NB.pm line 32.
[12-07-15 15:30:58.3574] Plugins::Spotify::ParserBase::__ANON__ (138)
error http://192.168.0.4:9005/playlists.json: Error reading headers:
Server closed connection without sending any data back at
/Net/HTTP/Methods.pm line
306.
...propagated at
/Net/HTTP/NB.pm line 32.
[12-07-15 15:33:00.8491] Slim::Utils::Misc::msg (1304) Warning:
[15:33:00.8488] DBIx::Class::ResultSet::update_or_create(): Query
returned more than one row.  SQL that returns multiple rows is
DEPRECATED for ->find and ->single at
/Slim/Schema.pm line 1879
[12-07-15 15:33:35.1833] Plugins::Spotify::ParserBase::__ANON__ (138)
error http://192.168.0.4:9005/playlists.json: Error reading headers:
Server closed connection without sending any data back at
/Net/HTTP/Methods.pm line
306.
...propagated at
/Net/HTTP/NB.pm line 32.
[12-07-15 15:33:46.9927] Plugins::Spotify::ParserBase::__ANON__ (138)
error
http://192.168.0.4:9005/search.json?o=0&arq=10&alq=10&trq=10&q=lisa%20hanniga:
Error reading headers: Server closed connection without sending any data
back at /Net/HTTP/Methods.pm
l

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

2012-08-25 Thread Triode

gabble wrote: 
> Hang on, I get a different result if I click the link rather than
> cutting and pasting it.
> 
> This is what I get if I click
> 
> 

That looks ok to me - it should not give the error you see.  Are there
any other error messages in the main server log (not the helper app log)



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)

2012-08-25 Thread gabble

Hang on, I get a different result if I click the link rather than
cutting and pasting it.

This is what I get if I click

{
"type": "search",
"search": "beatles",
"offset": 0,
"total-tracks": 16869,
"total-albums": 1191,
"total-artists": 76,
"did-you-mean": "",
"tracks": [
{
"name": "Summertime",
"uri": "spotify:track:6ojMugRyzh3US4se7esA7Z",
"duration": 297000,
"disc": 0,
"index": 10,
"popularity": 59,
"starred": 0,
"artists": [ { "name": "Louis Armstrong", "uri":
"spotify:artist:19eLuQmk9aCobbVDHc6eek" }, { "name": "Ella Fitzgerald",
"uri": "spotify:artist:5V0MlUE1Bft0mbLlND7FJz" } ],
"cover": "spotify:image:546bcc8f3e0274df3e532a3769b4b7aeae0ef25b",
"album": "The Beatles Jukebox",
"albumuri": "spotify:album:70hXrRVEXxwWJQr3MqL8id"
},
{
"name": "Hey Jude",
"uri": "spotify:track:3W6ylAmThAYcZXm9laa5fp",
"duration": 243000,
"disc": 0,
"index": 1,
"popularity": 60,
"starred": 0,
"artists": [ { "name": "#1 Beatles Now", "uri":
"spotify:artist:3UkRtRjUOspJDyQmzRIyYk" } ],
"cover": "spotify:image:fa4b0c6c3837281be6e3982ffa963c6c9301",
"album": "# 1 Beatles Hits - The Best Of The Beatles",
"albumuri": "spotify:album:0BCeflkkC6czcKvv5Ixcx9"
},
{
"name": "Here Comes The Sun",
"uri": "spotify:track:66AdsR6hDPlQxkASDqtRvK",
"duration": 188000,
"disc": 0,
"index": 9,
"popularity": 61,
"starred": 0,
"artists": [ { "name": "The Beatles Tribute Band", "uri":
"spotify:artist:0rhGLV687CCwGfeJYXd176" } ],
"cover": "spotify:image:870d837875353b8b305f0019bc4974608e20e31a",
"album": "A Tribute to The Beatles Vol. 1",
"albumuri": "spotify:album:6D4cCONdB9hn2gyBaz45Gn"
},
{
"name": "Let It Be",
"uri": "spotify:track:2dTIQ0acrLv9cazhWyb6P5",
"duration": 228000,
"disc": 0,
"index": 2,
"popularity": 61,
"starred": 0,
"artists": [ { "name": "#1 Beatles Now", "uri":
"spotify:artist:3UkRtRjUOspJDyQmzRIyYk" } ],
"cover": "spotify:image:fa4b0c6c3837281be6e3982ffa963c6c9301",
"album": "# 1 Beatles Hits - The Best Of The Beatles",
"albumuri": "spotify:album:0BCeflkkC6czcKvv5Ixcx9"
},
{
"name": "Let it Be (made famous by The Beatles)",
"uri": "spotify:track:1wccuCoi6BswtAAhUAqAlh",
"duration": 223000,
"disc": 0,
"index": 10,
"popularity": 58,
"starred": 0,
"artists": [ { "name": "The Beatles", "uri":
"spotify:artist:3WrFJ7ztbogyGnTHbHJFl2" }, { "name": "The Piano Classic
Players", "uri": "spotify:artist:4QmRzCCIWdANj5VjuXA2sq" } ],
"cover": "spotify:image:2e428894feebdc94d2060ce62233c8c42b43e1f6",
"album": "The Most Relaxing Piano Classics Ever Made",
"albumuri": "spotify:album:4IPk7Mx48FHZkDNWLUJURt"
},
{
"name": "Twist And Shout",
"uri": "spotify:track:3uaz1Xgb5C2YqAknzko2US",
"duration": 151000,
"disc": 0,
"index": 1,
"popularity": 58,
"starred": 0,
"artists": [ { "name": "The Beatles Tribute Band", "uri":
"spotify:artist:0rhGLV687CCwGfeJYXd176" } ],
"cover": "spotify:image:2c63dc3a66d88c330b385e693b97605f0fac0064",
"album": "A Tribute To The Beatles Vol. 4",
"albumuri": "spotify:album:5jdwMGuX2jAtcBI20rw8m1"
},
{
"name": "Come Together",
"uri": "spotify:track:0WGji1pxqswFYpd9MAvZCf",
"duration": 25,
"disc": 0,
"index": 1,
"popularity": 54,
"starred": 0,
"artists": [ { "name": "The Beatles Tribute Project", "uri":
"spotify:artist:7EzNTMzMN70jRxBWbxeshd" } ],
"cover": "spotify:image:4124c068b62fb3137023f4be4fc66e43e9460f35",
"album": "The Beatles Tribute Project: Volume I",
"albumuri": "spotify:album:14z6Ed6BQpI7YO1c740OiV"
},
{
"name": "Here Comes The Sun",
"uri": "spotify:track:4ytiGaEUfAPKSXDSlQ7E1j",
"duration": 18,
"disc": 0,
"index": 12,
"popularity": 56,
"starred": 0,
"artists": [ { "name": "Abbey Road", "uri":
"spotify:artist:2ZRbphsQs3y3DLvTpwprJs" } ],
"cover": "spotify:image:e523cf4eafa1bf6298197cc592c555d47b9e61cf",
"album": "Enjoy The Beatles!",
"albumuri": "spotify:album:3oVCGd8gjANVb5r2F0M8BI"
},
{
"name": "Blackbird",
"uri": "spotify:track:1HKA9Mn4PE0bK95OHL0Ypr",
"duration": 27,
"disc": 0,
"index": 5,
"popularity": 57,
"starred": 0,
"artists": [ { "name": "Giacomo Bondi & The Apple Pies", "uri":
"spotify:artist:7oLTs7E4dVuBPk3TN3jhRi" }, { "name": "The Beatles",
"uri": "spotify:artist:3WrFJ7ztbogyGnTHbHJFl2" } ],
"cover": "spotify:image:e706bf47e2448ce383f389aa1ff0af5a7c3be23f",
"album": "The Double White - A Tribute Hommage To The Beatles",
"albumuri": "spotify:album:4OsIofcwxVsJiqxWwVRPHS"
},
{
"name": "All You Need Is Love",
"uri": "spotify:track:69vz0eR8Y5BturogJlYCmY",
"duration": 232000,
"disc": 0,
"index": 3,
"popularity": 56,
"starred": 0,
"artists": [ { "name": "#1 Beatles Now", "uri":
"spotify:artist:3UkRtRjUOspJDyQmzRIyYk" } ],
"cover": "spotify:image:fa4b0c6c3837281be6e3982ffa963c6c9301",
"album": "# 1 Beatles Hits - The Best Of The Beatles",
"albumuri": "spotify:album:0BCeflkkC6czcKvv5Ixcx9"
}
],
"albums": [
{ "name": "# 1 Beatles Hits - The Best Of The Beatles", "artist": "#1
Beatles Now", "cover":
"spotify:image:fa4b0c6c3837281be6e3982ffa963c6c9301", "uri":
"spotify:album:0BCeflkkC6czcKvv5Ixcx9" },
{ "name": "The Beatles (The Capricorn Tapes)", "artist": "The Beatles",
"cover

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

2012-08-25 Thread gabble

This is what I get (from Chrome) - thanks for persisting with this!

{
"type": "search",
"search": "beatles",
"offset": 0,
"total-tracks": 0,
"total-albums": 0,
"total-artists": 0,
"did-you-mean": ""
}



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

2012-08-25 Thread Triode

gabble wrote: 
> I'm not searching for "." (or anything containing it).
> 

Sorry misread your previous post..  This is not working correctly. 
Could you try seeing what response you get in your browser if you try to
access the following web page:

http://localhost:9005/search.json?o=0&arq=10&alq=10&trq=10&q=beatles

This should give a stream of text (at least it does in chrome and
firefox) - can you cut and past that and post here?



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)

2012-08-25 Thread gabble

I'm not searching for "." (or anything containing it).

e.g. 

Searching for "Beatles" gives me a message of

'"' expected, at character offset 2 (before ",\n"cover": "spotify...")
at
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotify/ParserBase.pm
line 89.

I've just been looking in the logs, doesn't make much sense to me, but
this seems to be the entries

[16:45:40.413] main:493 new connection
[16:45:40.413] main:539 req: search.json res: (null) par:
o=0&arq=10&alq=10&trq=10&q=beatles prot: HTTP/1.0 auth: (null)
[16:45:40.413] main:1063 search: beatles offset: 0 artist count: 10
album count: 10 track count: 10
[16:45:40.475] search_callback:575 search: ok
[16:45:40.475] metadata_updated:85 new meta
[16:46:02.681] log_message:80 log: 15:46:02.681 I [offline-mgr:2116] 0
files unlocked. 0 images unlocked



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

2012-08-25 Thread Triode

gabble wrote: 
> Probably also worth saying that I get the same when trying to access
> playlists.

There are some limitations in LMS for searching for "." - suggest you
avoid searching for it and just search for the text you want.



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)

2012-08-25 Thread gabble

gabble wrote: 
> Hi Triode
> 
> This happens whatever I search for. I'm using the Logitech web interface
> and also Ipeng. Getting the same on both. 
> 
> Thanks for your help.
> 
> Gabble

Probably also worth saying that I get the same when trying to access
playlists.



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

2012-08-25 Thread gabble

Hi Triode

This happens whatever I search for. I'm using the Logitech web interface
and also Ipeng. Getting the same on both. 

Thanks for your help.

Gabble



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

2012-08-25 Thread RobbeD

Triode wrote: 
> Discussion above is about getting LMS + the spotify plugin to run on Pi
> - is this what you are trying to do?  (in addition to running
> squeezeplay on Pi?)  Note that you will need this plugin + LMS as the
> built Squeezeplay (player) support of Spotify is not included in the
> opensource Squeezeplay code.

Hi Triode! I am trying to get squeezeplay working on the raspberry pi,
and stream spotify music to it using your plug-in! 
Martin (datscharf) wrote that he succesfully compiled it on his pi and
that he was able to play spotify content on it.. 
So my question is, how do you compile squeezeplay on a pi and how do you
get the plug in working? :-)

Greetings,
Robbe



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

2012-08-25 Thread Triode

gabble wrote: 
> When searching using the Spotify plugin I'm getting parse errors e.g.
> '"' expected, at character offset 2 (before ",\n"type": "search",...")
> at
> C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotify/ParserBase.pm
> line 89.
> 
> If I keep trying long enough, I eventually get the results back, but it
> is really frustrating, and seems to be getting worse.
> 
> I'm running Logitech Media Server 7.7.2 - r33893 which seems to be the
> latest it will let me get, and the Triode plugin version 2.2.8 which
> again seems to be the latest.
> 
> I've had the problem for a while, and have updated versions with no
> benefit. I am registered for Spotify Premium. When I get so far as to
> select something, it plays fine.
> 
> Anybody got any pointers/ideas? I've read an awful lot of this thread,
> and done many google searches, but I'm not coming up with anything.
> 
> Any help greatfully received.
> 
> gabble

That looks a bug - what are you trying to search for and which interface
are you using to do the search?



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)

2012-08-25 Thread gabble

When searching using the Spotify plugin I'm getting parse errors e.g.
'"' expected, at character offset 2 (before ",\n"type": "search",...")
at
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/Spotify/ParserBase.pm
line 89.

If I keep trying long enough, I eventually get the results back, but it
is really frustrating, and seems to be getting worse.

I'm running Logitech Media Server 7.7.2 - r33893 which seems to be the
latest it will let me get, and the Triode plugin version 2.2.8 which
again seems to be the latest.

I've had the problem for a while, and have updated versions with no
benefit. I am registered for Spotify Premium. When I get so far as to
select something, it plays fine.

Anybody got any pointers/ideas? I've read an awful lot of this thread,
and done many google searches, but I'm not coming up with anything.

Any help greatfully received.

gabble



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

2012-08-25 Thread Triode

RobbeD wrote: 
> 
> I am also trying to get squeezeplay going on my pi to be able to play
> spotify content on it, but I just can't get it running. I tried
> compiling it a couple of times on Arch Linux and one time it started but
> spotify content wouldn't play.
> Could you help me to get it running? Did you follow a tutorial somewhere
> or is there some image I should search? I hope you can help me!
> 

Discussion above is about getting LMS + the spotify plugin to run on Pi
- is this what you are trying to do?  (in addition to running
squeezeplay on Pi?)  Note that you will need this plugin + LMS as the
built Squeezeplay (player) support of Spotify is not included in the
opensource Squeezeplay code.



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)

2012-08-25 Thread RobbeD

datscharf wrote: 
> Hi Triode,
> 
> thanks for a really nice plugin. I tested it tonight where I had a
> Logitech Media Server running on a windows machine with your plugin
> active. I compiled SqueezePlay on my Raspberry Pi and was able to play
> Spotify content on it :D. But I would really like to move the server
> part away from the windows box and have it running on the Pi as well. I
> succeded installing and running the server but discovered a problem when
> trying to start the spotify plugin. I got the error message that it
> could not find the libspotify.so.10 library. So I tried all sorts of
> things, but to no avail. Last thing I tried running ldd on the plugin
> executables and it told me that it was "not a dynamic executable".
> 
> Is the plugin and/or spotify library not compatible with the specific
> arm flavour on the Raspberry Pi? Is it possible to compile the plugin
> for the Raspberry Pi? It would be a really awesome Spotify player if it
> was possible.
> 
> Best regards
> Martin

Hi Martin,

I am also trying to get squeezeplay going on my pi to be able to play
spotify content on it, but I just can't get it running. I tried
compiling it a couple of times on Arch Linux and one time it started but
spotify content wouldn't play.
Could you help me to get it running? Did you follow a tutorial somewhere
or is there some image I should search? I hope you can help me!

I am glad to hear someone got it running and is playing spotify music on
it! :-)

Thanks in advance!

Greetings,
Robbe



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