Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread riemers

You mean udp of some sort? i'll get you that normal log file too. first
some sleep.. ;-)


-- 
riemers

riemers's Profile: http://forums.slimdevices.com/member.php?userid=4888
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

___
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

2010-08-14 Thread BoomX2

Greg,
I noticed that the severe weather alerts aren't parsing with the new
Weather.com changes.  Changing line 3287 of your version 5.9.3 as shown
below fixes the parsing.  

FROM
if ($outcome_txt =~ m/(.*) <\/b>/) {
TO
if ($outcome_txt =~ m/(.*)<\/strong>/) {

I also noticed that when displaying long weather using the REW or FWD
buttons it would not always start with the 1st period and wouldn't
display all periods before reverting back to the time display.  I made
the following changes to version 5.9.3 to correct this on my
installation.

Both lines 5779 & 5805   NOTE: comment for 5779 = up & 5805 = down
FROM
$weathershowing{$client} = 1; #Reset weather showing in case up was
hit while displaying weather
TO
$weathershowing{$client} = (); #Reset weather showing in case up
was hit while displaying weather

Line 6144
FROM
if ($weathershowing{$client} == 3) {
TO
if ($weathershowing{$client} == scalar @WETdisplayItems1) { 

Add this line immediately following line 6144
$weathershowing{$client} = ();

Thought these tweaks might be helpful in your next release.

Regards,
Don


-- 
BoomX2

BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
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] CustomBrowse bad menu

2010-08-14 Thread mps

That did it! Thanks so much for your help. I never would have figured it
out all on my own.

Mike


-- 
mps

mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=81100

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread Aesculus

riemers;569199 Wrote: 
> r...@dragon:/var/www# telnet 192.168.1.24 23
> Trying 192.168.1.24...
> telnet: Unable to connect to remote host: Connection refused
> 
> This is from the machine running sbs. Is it some hidden feature to turn
> that port on? Perhaps because i am from europe that it has something
> different?

You cannot telnet to the denon on port 23.  I think it only supports
sockets.


-- 
Aesculus

Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread riemers

r...@dragon:/var/www# telnet 192.168.1.24 23
Trying 192.168.1.24...
telnet: Unable to connect to remote host: Connection refused

This is from the machine running sbs. Is it some hidden feature to turn
that port on? Perhaps because i am from europe that it has something
different?


-- 
riemers

riemers's Profile: http://forums.slimdevices.com/member.php?userid=4888
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread Aesculus

riemers;569188 Wrote: 
> i think your denon is different then mine. maybe it uses another
> protocol of some sort?
> 
> logs at http://home.binkey.nl/output.txt (since that if i post it in
> here, it says i got 55 images when i click on submit reply) must be
> something in the logs :)

Put it back to port 23 and rerun after clearing the log and post as you
did here.  This port is not the right one for the serial command to
work.

Others have had the 3310 working so we should be able to get yours
working too.


-- 
Aesculus

Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread riemers

i think your denon is different then mine. maybe it uses another
protocol of some sort?

logs at http://home.binkey.nl/output.txt (since that if i post it in
here, it says i got 55 images when i click on submit reply) must be
something in the logs :)


-- 
riemers

riemers's Profile: http://forums.slimdevices.com/member.php?userid=4888
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


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

2010-08-14 Thread atomjohan

Triode;568892 Wrote: 
> The example you give is an "album" with a single track within it - is
> this the case for your other problem tracks?  If so which interface is
> causing you the problem.  I think there may be some bugs relating to
> this case.

This looks like the same problem I wrote about a few pages ago:


"When trying to play a single song (example via "whats new"), the song
first in the current playlist starts. The one I´m trying to play
doesn´t even get to the playlist. 
This problem is only occuring with single tracks, if I choose an album
(or a single with at least 2 song) it works just fine.

With Squeezebox server it all works fine"


-- 
atomjohan

atomjohan's Profile: http://forums.slimdevices.com/member.php?userid=39113
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] iPeng support thread

2010-08-14 Thread Dustysox

pippin;569155 Wrote: 
> Yes, it's a known issue in 1.2.5, iPeng doesn't remember the last
> player.
> I submitted an updated version of iPeng to Apple Friday last week,
> unfortunately it's still not even "in Review" but still "waiting for
> review" :(


Pippin, cheers for the heads up.

Thank you.


-- 
Dustysox

Dustysox's Profile: http://forums.slimdevices.com/member.php?userid=27694
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread Aesculus

riemers;569137 Wrote: 
> well yes to all your query's. like i said, i have some other programs
> that interact with my denon too (to turn it on/change quick select) and
> those do work.
> 
> Its in standby mode, where the gui on that ip is still reachable. Like
> i said, it tries it on port 23, which i can see is getting a connection
> refused. Only port 80 is open.

If you know how you can find this line in the plugin.pm file on your
server and change the 23 to 80
$gAvpIPAddress = "HTTP://" . $cprefs->get('avpAddress') . ":23";

You will then have to restart sbs and see if the error is the same with
the new port number


-- 
Aesculus

Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-08-14 Thread pippin

I believe all this is a bit erratic. My last update took 12 HOURS or so
to go from "waiting for review" to "in review" and then a few days
until that review was finished.
This one is now "waiting for review" for 8 days.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-08-14 Thread bluegaspode

Times get worse (last month for updates it was 97% if I remember
correctly).
I also think they mean 'work days'.

So best guess is tuesday/wednesday.


+---+
|Filename: app-store-review.PNG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=10483|
+---+

-- 
bluegaspode

Big Screen for great Boxes available now at your AppStore: *'Squeezebox
+ iPad = SqueezePad '
(http://itunes.apple.com/us/app/squeezepad/id380003002) *! 
Want to see a Weather Forecast on your Radio/Touch/Controller ? => why
not try my 'Weather Forecast Applet'
(http://forums.slimdevices.com/showthread.php?t=73827)
Want to use the Headphones with your Controller ? => why not try my
'Headphone Switcher Applet'
(http://forums.slimdevices.com/showthread.php?t=67139)

Setup: 1x SB-Controller+Receiver (Duet), 1xSB-Boom. 1xSB-Radio
Server (7.5.1) running on SheevaPlug (Ubuntu) with attached Western
Digital MyBook Essential.

bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Announce: (not so) Sirius Plugin

2010-08-14 Thread DarkSith

Bad repository
http://notsosirius-squeezecenter.googlecode.com/svn/tags/repo.xml -
Couldn't resolve IP address for:
notsosirius-squeezecenter.googlecode.com

getting this error on the top of the page under plugins in settings of
web control for SC.  What am I doing wrong?


-- 
DarkSith

DarkSith's Profile: http://forums.slimdevices.com/member.php?userid=21537
View this thread: http://forums.slimdevices.com/showthread.php?t=71636

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-08-14 Thread pippin

Dustysox;569097 Wrote: 
> 
> ipeng, works brilliantly. I have "several" squeezebox systems around
> the "gaff". When ever i "action" ipeng on the phone it always defaults
> to the wrong player. Is there anyway of setting it to my "preferred"
> player?

Yes, it's a known issue in 1.2.5, iPeng doesn't remember the last
player.
I submitted an updated version of iPeng to Apple Friday last week,
unfortunately it's still not even "in Review" but still "waiting for
review" :(


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin appears to have stopped working for me....

2010-08-14 Thread MattC

> Needs more changes than that

yes, I actually had a look at the code after I posted - it's changed
quite a lot since then hasn't it?!

> Could you try the RTMP.pm file attached as an alternative to the one
> shipped with the plugin?

yay!  that works perfectly!



thank you so much
Matt


-- 
MattC

MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=74139

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin appears to have stopped working for me....

2010-08-14 Thread Triode

Needs more changes than that

Could you try the RTMP.pm file attached as an alternative to the one
shipped with the plugin?


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

-- 
Triode

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

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin appears to have stopped working for me....

2010-08-14 Thread MattC

Hi Triode,

just dug back through my old posts on here, and found this one:

http://forums.slimdevices.com/showpost.php?p=345838&postcount=35

does that seem like a reasonable solution, maybe suitable for inclusion
in your code?

(I'll try it again at some point, but probably not until after the
current prom we're listening to again!)


thanks for your help, and thanks for all your hard work on a really
great plugin,
cheers
Matt


-- 
MattC

MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=74139

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin appears to have stopped working for me....

2010-08-14 Thread MattC

Hi Triode,

just removed the proxy setting, and can confirm that I'm now listening
to one of today's earlier proms in AAC and it's sounding great!

I can't remember if there's any reason why I still need a proxy
configured, although I have a niggling feeling there is some reason, so
if you are able to make the plugin work with the proxy configured it
would be useful.



thanks
Matt


-- 
MattC

MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=74139

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread riemers

well yes to all your query's. like i said, i have some other programs
that interact with my denon too (to turn it on/change quick select) and
those do work.

Its in standby mode, where the gui on that ip is still reachable. Like
i said, it tries it on port 23, which i can see is getting a connection
refused. Only port 80 is open.


-- 
riemers

riemers's Profile: http://forums.slimdevices.com/member.php?userid=4888
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin appears to have stopped working for me....

2010-08-14 Thread Triode

MattC;569111 Wrote: 
> Hi Triode,
> 
> I have a direct ADSL connection to the internet.
> 
> There is a (squid) proxy running on the same server as squeezecenter
> and squeezecenter is configured to use that proxy in the place where
> you specify a proxy, but my outbound internet access is not filtered in
> any way, and the proxy is not running in transparent mode or anything
> like that.
> 
> I assume this shouldn't stop the iPlayer plugin working?
> 
> 
> thanks
> Matt

Looks like the way iPlayer currently works it will use the proxy - so
its likely to be broken if you have a proxy defined.   I will look at
whether this can be changed.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread Aesculus

riemers;569083 Wrote: 
> It seems to be ok now in the repository but it does not turn on the
> denon.
> 
> looking at the logs:
> 
> [10-08-14 14:17:12.1505 Plugins DenonAvpControl DenonAvpComms writemsg
> (283) DenonAVP Command url: HTTP ://192.168.1.24:23
> [10-08-14 14:17:12.1518 Plugins DenonAvpControl DenonAvpComms writemsg
> (299) Sent AVP command request: MV?
> [10-08-14 14:17:12.1619 Plugins DenonAvpControl DenonAvpComms _error
> (309) error routine called
> [10-08-14 14:17:12.1622 Plugins DenonAvpControl DenonAvpComms _error
> (315) error connecting to url: error=Connect timed out: Transport
> endpoint is not connected url=HTTP ://192.168.1.24:23
> 
> It will try and connect to port 23.. which is not in use with this
> denon as far as i know. I've got a denon AVR-3310 which has a network
> connection and does work with plugins (non sbs plugins)
> Perhaps this is not supported for me?

If that is your fixed IP address for the Denon then it should work.
Note right now I have some issues with the communications timing out in
some cases, but the turn on sequence should always work if you have the
right IP address for your AVR.

Are you sure your AVR is in standby mode and not turned off?  Can you
reach it from the Denon Web UI when in standby?

Don't forget you have to have the powersave mode off in the Denon for
the system to wake up from a Net command.


-- 
Aesculus

Chris

Aesculus's Profile: http://forums.slimdevices.com/member.php?userid=14876
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin appears to have stopped working for me....

2010-08-14 Thread MattC

Hi Triode,

I have a direct ADSL connection to the internet.

There is a (squid) proxy running on the same server as squeezecenter
and squeezecenter is configured to use that proxy in the place where
you specify a proxy, but my outbound internet access is not filtered in
any way, and the proxy is not running in transparent mode or anything
like that.

I assume this shouldn't stop the iPlayer plugin working?


thanks
Matt


-- 
MattC

MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=74139

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


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

2010-08-14 Thread moley6knipe

Ah, thought so!  No worries.


-- 
moley6knipe

dBpoweramp Reference 13.5 > VortexBox 1.4 > SqueezeCenter 7.5.1 >
Squeezebox 3 / Boom > ears

moley6knipe's Profile: http://forums.slimdevices.com/member.php?userid=10014
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] Announce: Denon AVP Control Plugin

2010-08-14 Thread peterw

riemers;569083 Wrote: 
> 
> [10-08-14 14:17:12.1505 Plugins DenonAvpControl DenonAvpComms writemsg
> (283) DenonAVP Command url: HTTP ://192.168.1.24:23

Port 23 is the telnet port. Denon AVP Control uses the web port -- take
the ":23" out of your address and try again. My DenonSerial plugin uses
the telnet port, but Chris' Denon AVP Control is more feature-rich, and
almost certainly a better choice if you have an Ethernet-equipped Denon.


-- 
peterw

http://www.tux.org/~peterw/ 
Free plugins:  'AllQuiet'
(http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay'
(http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver'
(http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu'
(http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial'
(http://www.tux.org/~peterw/slim/DenonSerial.html)
'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay'
(http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer'
(http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog'
(http://www.tux.org/~peterw/slim/PlayLog.html)
'PowerCenter/BottleRocket'
(http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher'
(http://www.tux.org/~peterw/slim/SaverSwitcher.html)
'SettingsManager'
(http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade'
(http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst'
(http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions'
(http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock'
(http://www.tux.org/~peterw/slim/VolumeLock.html)

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin appears to have stopped working for me....

2010-08-14 Thread Triode

Thats suggesting it is not connecting direct to an rtmp server.  Do you
have some forms of proxy or something else in the way?  If so this will
not be supported by the rtmp code.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-08-14 Thread nogauss

pippin;568488 Wrote: 
> Are you sure you are using the latest version of the IRBlaster plugin?

I upgraded IP Blaster to 5.6.1 and of course now everything works
great.

Thanks


-- 
nogauss

nogauss's Profile: http://forums.slimdevices.com/member.php?userid=7710
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-08-14 Thread Dustysox

hi,

just iphone 4...late to the party!!

ipeng, works brilliantly. I have "several" squeezebox systems around
the "gaff". When ever i "action" ipeng on the phone it always defaults
to the wrong player. Is there anyway of setting it to my "preferred"
player?


-- 
Dustysox

Dustysox's Profile: http://forums.slimdevices.com/member.php?userid=27694
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] BBC iPlayer plugin appears to have stopped working for me....

2010-08-14 Thread MattC

Hi All,

just thought I'd dig this thread up again, as I've been trying to get
the flash aac / flash mp3 to work so I can listen again to some of the
proms in higher quality than currently.

Basically I get playback okay with "prefer wma streams" checked, but I
get no playback without this checked.

error is much as before:

[10-08-14 17:14:45.2644] Plugins::BBCiPlayer::RTMP::new (111) {
app=>
"a1414/e3?as=adobe-hmac-sha256&av=1&te=connect&mp=radio3/secure_auth/modem/RBN2_radio_3_-_saturday_1130_b00tdr7f_201
0_08_14_12_43_18.mp4,radio3/secure_auth/RBN2_radio_3_-_saturday_1130_b00tdr7f_2010_08_14_12_40_56.mp4&et=1281809685&fmta-token=30f49
941559dd39a50658c2693fea0c0a72f175d6d52db303fb93a6aa9d257bb",
ct => "aac",
desc   => "English Baroque Soloists/John Eliot Gardiner in Bach's
Brandenburg Concertos Nos 1, 4, 6.",
duration   => 5400,
host   => "bbcmedia.fcod.llnwd.net",
icon   =>
"http://node1.bbcimg.co.uk/iplayer/images/episode/b00tdrc7_512_288.jpg";,
port   => 1935,
streamname =>
"mp4:radio3/secure_auth/RBN2_radio_3_-_saturday_1130_b00tdr7f_2010_08_14_12_40_56.mp4",
swfurl => "",
tcurl  =>
"rtmp://bbcmedia.fcod.llnwd.net:1935/a1414/e3?as=adobe-hmac-sha256&av=1&te=connect&mp=radio3/secure_auth/modem/RBN2_
radio_3_-_saturday_1130_b00tdr7f_2010_08_14_12_43_18.mp4,radio3/secure_auth/RBN2_radio_3_-_saturday_1130_b00tdr7f_2010_08_14_12_40_5
6.mp4&et=1281809685&fmta-token=30f49941559dd39a50658c2693fea0c0a72f175d6d52db303fb93a6aa9d257bb",
ttl=> "1281802495",
update => "Plugins::BBCiPlayer::BBCMSParser",
url=>
"http://www.bbc.co.uk/mediaselector/4/mtis/stream/b00tdr7f";,
}
[10-08-14 17:14:45.2650] Plugins::BBCiPlayer::RTMP::new (120)
connecting to rtmp://bbcmedia.fcod.llnwd.net:1935
[10-08-14 17:14:45.3216] Plugins::BBCiPlayer::RTMP::processRTMP (911)
hsAwaitS0 - error in handshake
[10-08-14 17:14:45.3222] Plugins::BBCiPlayer::RTMP::close (482) close
[10-08-14 17:14:45.3316] Plugins::BBCiPlayer::RTMP::processRTMP (911)
hsAwaitS0 - error in handshake
[10-08-14 17:14:45.3321] Plugins::BBCiPlayer::RTMP::close (482) close
[10-08-14 17:14:45.3326] Plugins::BBCiPlayer::RTMP::sysread (827)
processRTMP returned 0 - input socket closed
[10-08-14 17:14:45.3331] Plugins::BBCiPlayer::RTMP::close (482) close
[10-08-14 17:14:45.3335] Plugins::BBCiPlayer::RTMP::close (482) close



server is running debian linux.

BBC iPlayer plugin is 1.1.7 (freshly installed)

SqueezeCenter s/w is Version: 7.5.1 - r30836 downloaded today.

I'm in the UK

I am running no modifications or anything, I've installed everything
from scratch, the only thing I copied over from the previous install
was prefs/server.prefs

Any thoughts on how I can further this?


many many thanks
Matt


-- 
MattC

MattC's Profile: http://forums.slimdevices.com/member.php?userid=4127
View this thread: http://forums.slimdevices.com/showthread.php?t=74139

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-08-14 Thread dborod

Gumble;567161 Wrote: 
> One quick question - do I have also the possibility to stream directly
> (as a client) from the sbs with ip...@iphone? Would be great to have
> access to my music everywhere (via 24/7 n...@dyndns and mobile data
> flatrate).

Actually, Apple has taken care of this already in iOS 4.

Go to Safari and navigate to the url of the stream,
http://yoursqueezeboxserver:9000/stream/mp3 and then switch to iPeng.

Works fine for me, but there is a large buffer for the stream that you
have to contend with.


-- 
dborod

dborod's Profile: http://forums.slimdevices.com/member.php?userid=21049
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Announce: Denon AVP Control Plugin

2010-08-14 Thread riemers

well it seems to be normal now again, only it doesn't turn on my denon.
I'll turn on debug and get back to you.


-- 
riemers

riemers's Profile: http://forums.slimdevices.com/member.php?userid=4888
View this thread: http://forums.slimdevices.com/showthread.php?t=60114

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


Re: [SlimDevices: Plugins] Custom Browse accented characters problem

2010-08-14 Thread unclemat

erland;568991 Wrote: 
> I only got the mp3 version (not the flac), the good news is that I can
> reproduce your problem in my own library. 
> 
> Now it's just a matter of finding a solution to it that doesn't cause
> problems in some other place, unfortunately these characters set bugs
> are usually a mess, you fix it in one place and it breaks somewhere
> else.

Thanks for looking into it. I'll upload the flac on my server and
e-mail you a link.

Bit strange about the characters. How is SBS/Custom Browse/MySQL
storing strings? They are not wide chars? (pardon my ignorance about
Perl). It seems if they were and wide char string manipulation routines
were used consistently the problem should not crop up only in certain
places.


-- 
unclemat

unclemat's Profile: http://forums.slimdevices.com/member.php?userid=33372
View this thread: http://forums.slimdevices.com/showthread.php?t=37260

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


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

2010-08-14 Thread Triode

moley6knipe;569060 Wrote: 
> Hi.  I'm trying to somehow stream iPlayer listen again into e.g. iTunes
> via squeezebox server - is this possible?
> 
> Currently, with File Types in SBS settings at their default, I get this
> in my SBS log...
> 
> [10-08-14 14:12:28.7973] Plugins::BBCiPlayer::RTMP::new (90) unable to
> stream RTMP to HTTP client
> [10-08-14 14:12:28.7977] Slim::Player::Song::open (465) Warning: stream
> failed to open
> 
> That was with a Radio 4 listen again, Fry's English Delight, Series 3,
> The Trial of Qwerty, 09:00 Wednesday at time of writing. 
> 
> Deselecting Use AAC and Use WMA in iPlayer's settings doesn't work
> either.
> 
> iTunes is running on a WinXP machine and SBS/iPlayer is running on a
> Vortexbox (RedHat Linux).
> 
> I can stream Apple Lossless, mp3 and .m4a (iTunes downloads) fine via
> http://192.168.1.8:9000/stream.mp3 in iTunes, so perhaps it's not
> possible?
> 
> Thanks!

I'm afraid it is not supported via RTMP/AAC.  You may be able to get
the wma version to work if you have an extra plugin and mplayer
installed to support wma decoding.


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
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] Announce: BBCiPlayer Plugin (UK only)

2010-08-14 Thread moley6knipe

Hi.  I'm trying to somehow stream iPlayer listen again into e.g. iTunes
via squeezebox server - is this possible?

Currently, with File Types in SBS settings at their default, I get this
in my SBS log...

[10-08-14 14:12:28.7973] Plugins::BBCiPlayer::RTMP::new (90) unable to
stream RTMP to HTTP client
[10-08-14 14:12:28.7977] Slim::Player::Song::open (465) Warning: stream
failed to open

That was with a Radio 4 listen again, Fry's English Delight, Series 3,
The Trial of Qwerty, 09:00 Wednesday at time of writing. 

Deselecting Use AAC and Use WMA in iPlayer's settings doesn't work
either.

iTunes is running on a WinXP machine and SBS/iPlayer is running on a
Vortexbox (RedHat Linux).

I can stream Apple Lossless, mp3 and .m4a (iTunes downloads) fine via
http://192.168.1.8:9000/stream.mp3 in iTunes, so perhaps it's not
possible?

Thanks!


-- 
moley6knipe

dBpoweramp Reference 13.5 > VortexBox 1.4 > SqueezeCenter 7.5.1 >
Squeezebox 3 / Boom > ears

moley6knipe's Profile: http://forums.slimdevices.com/member.php?userid=10014
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] Announce: Spotify Premium Plugin (Beta)

2010-08-14 Thread Triode

NigelCollins;569048 Wrote: 
> Just wondered if the plug-in will be available for the free version of
> Spotify.  I dont use it enough to justify subscribing to the premium
> account?

I'm afraid not - it uses a software library which is made available by
spotify, but is restricted to only supporting spotify premium.  I would
expect that any device based spotify solution will require a premium
account as this appears to be spotify policy at present.


-- 
Triode

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)

2010-08-14 Thread NigelCollins

Just wondered if the plug-in will be available for the free version of
Spotify.  I dont use it enough to justify subscribing to the premium
account?


-- 
NigelCollins

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

2010-08-14 Thread Triode

Mike Stead;569027 Wrote: 
> Hiya
> 
> Have installed plugin on 10.6.4 Intel Mac, but server keeps asking for
> a restart when opening the Plugins page. Can no longer see Spotify in
> the 3rd party list, so assume it's tried to install but has failed and
> am now stuck in a restart loop.
> 
> Any ideas? Have searched but couldn't find anyone else with this
> issue.
> 
> Cheers
> 
> Mike

Have you tried restarting the server manually - i.e. by closing down
via another route than the plugin web page?


-- 
Triode

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)

2010-08-14 Thread Mike Stead

Hiya

Have installed plugin on 10.6.4 Intel Mac, but server keeps asking for
a restart when opening the Plugins page. Can no longer see Spotify in
the 3rd party list, so assume it's tried to install but has failed and
am now stuck in a restart loop.

Any ideas? Have searched but couldn't find anyone else with this
issue.

Cheers

Mike


-- 
Mike Stead

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

2010-08-14 Thread Triode

humpen;568998 Wrote: 
> Hello!
> I have just installed and started the excellent plugin you have created
> Triode. Just to say quick: Ive been waiting for this for years! Thank
> you!
> 
> Ofc I have some problems getting it to work, as it should be :).
> 
> Server info:
> Version: 7.5.1 - r30836 @ Tue Jun 1 05:57:28 PDT 2010
> Host: NAS
> Serverns IP-adress: 192.168.1.3
> HTTP-serverns portnummer: 9000
> Operativsystem: Debian - SV - utf8
> Plattformsarkitektur: i686-linux
> Perl-version: 5.10.1 - i486-linux-gnu-thread-multi
> Totalt antal anslutna spelare: 1
> 
> Log information:
> 2010-08-11 12:24:18 squeezeboxserver_safe started.
> [10-08-11 12:24:18.1508] main::init (323) Starting Squeezebox Server
> (v7.5.1, r30836, Tue Jun  1 05:57:28 PDT 2010) perl 5.010001
> [10-08-13 04:44:38.0075]
> Slim::Networking::SqueezeNetwork::Players::_players_error (308) Unable
> to get players from SN: Couldn't resolve IP address for:
> www.mysqueezebox.com, retrying in 300 seconds
> [10-08-14 09:41:57.5618] main::init (323) Starting Squeezebox Server
> (v7.5.1, r30836, Tue Jun  1 05:57:28 PDT 2010) perl 5.010001
> [10-08-14 09:50:53.4963] Plugins::Spotify::Spotifyd::startD (33) unable
> to write log file: /var/log/squeezeboxserver/spotifyd.log
> [10-08-14 09:50:53.5604] Plugins::Spotify::Settings::__ANON__ (134)
> error fetching status: Connect timed out: Transport endpoint is not
> connected, retries left: 3
> [10-08-14 09:50:53.8644] Plugins::Spotify::Settings::__ANON__ (134)
> error fetching status: Connect timed out: Transport endpoint is not
> connected, retries left: 2
> [10-08-14 09:50:54.1682] Plugins::Spotify::Settings::__ANON__ (134)
> error fetching status: Connect timed out: Transport endpoint is not
> connected, retries left: 1
> [10-08-14 09:50:54.4719] Plugins::Spotify::Settings::__ANON__ (134)
> error fetching status: Connect timed out: Transport endpoint is not
> connected, retries left: 0
> [10-08-14 09:58:34.7369] Slim::Formats::XML::gotErrorViaHTTP (332)
> Error: getting http://192.168.1.3:9001/playlists.json
> Connect timed out: Transport endpoint is not connected
> [10-08-14 09:58:40.3054] Slim::Formats::XML::gotErrorViaHTTP (332)
> Error: getting http://192.168.1.3:9001/playlists.json
> Connect timed out: Transport endpoint is not connected
> [10-08-14 10:15:22.8279] Slim::Formats::XML::gotErrorViaHTTP (332)
> Error: getting http://192.168.1.3:9001/playlists.json
> Connect timed out: Transport endpoint is not connected
> 
> Thank you for any help if you have the time.
> 
> Best Regards
> David Lussi

[10-08-14 09:50:53.4963] Plugins::Spotify::Spotifyd::startD (33) unable
to write log file: /var/log/squeezeboxserver/spotifyd.log

I suspect this is a permissions issue - could you try creating the log
file and ensuring the squeezebox user can write to it.


-- 
Triode

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)

2010-08-14 Thread Triode

Finn;568978 Wrote: 
> Have tried this plugin on my ReadyNAS only to find the helper app will
> not start. After further search I have found that the plugin will not
> run  on ReadyNAS. 
> Quote from ReadyNAS forum:
> it's good news a spotify plugin was created for Squeezebox,
> unfortunately, this does not work on ReadyNAS Duo (essentially because
> libspotify only is provided for linux-libc6 x86 architectures)
> it's disappointing 
> anyone here having an idea about how this should progress? is there
> anything to do to overcome these limitations?
> Unquote
> 
> Any chance an update to support ReadyNAS will be made?

Well it can't be supported at present as Spotify do not make an
apppropriate version of their library available for the ReadyNAS.


-- 
Triode

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)

2010-08-14 Thread humpen

Hello!
I have just installed and started the excellent plugin you have created
Triode. Just to say quick: Ive been waiting for this for years! Thank
you!

Ofc I have some problems getting it to work, as it should be :).

Server info:
Version: 7.5.1 - r30836 @ Tue Jun 1 05:57:28 PDT 2010
Host: NAS
Serverns IP-adress: 192.168.1.3
HTTP-serverns portnummer: 9000
Operativsystem: Debian - SV - utf8
Plattformsarkitektur: i686-linux
Perl-version: 5.10.1 - i486-linux-gnu-thread-multi
Totalt antal anslutna spelare: 1

Log information:
2010-08-11 12:24:18 squeezeboxserver_safe started.
[10-08-11 12:24:18.1508] main::init (323) Starting Squeezebox Server
(v7.5.1, r30836, Tue Jun  1 05:57:28 PDT 2010) perl 5.010001
[10-08-13 04:44:38.0075]
Slim::Networking::SqueezeNetwork::Players::_players_error (308) Unable
to get players from SN: Couldn't resolve IP address for:
www.mysqueezebox.com, retrying in 300 seconds
[10-08-14 09:41:57.5618] main::init (323) Starting Squeezebox Server
(v7.5.1, r30836, Tue Jun  1 05:57:28 PDT 2010) perl 5.010001
[10-08-14 09:50:53.4963] Plugins::Spotify::Spotifyd::startD (33) unable
to write log file: /var/log/squeezeboxserver/spotifyd.log
[10-08-14 09:50:53.5604] Plugins::Spotify::Settings::__ANON__ (134)
error fetching status: Connect timed out: Transport endpoint is not
connected, retries left: 3
[10-08-14 09:50:53.8644] Plugins::Spotify::Settings::__ANON__ (134)
error fetching status: Connect timed out: Transport endpoint is not
connected, retries left: 2
[10-08-14 09:50:54.1682] Plugins::Spotify::Settings::__ANON__ (134)
error fetching status: Connect timed out: Transport endpoint is not
connected, retries left: 1
[10-08-14 09:50:54.4719] Plugins::Spotify::Settings::__ANON__ (134)
error fetching status: Connect timed out: Transport endpoint is not
connected, retries left: 0
[10-08-14 09:58:34.7369] Slim::Formats::XML::gotErrorViaHTTP (332)
Error: getting http://192.168.1.3:9001/playlists.json
Connect timed out: Transport endpoint is not connected
[10-08-14 09:58:40.3054] Slim::Formats::XML::gotErrorViaHTTP (332)
Error: getting http://192.168.1.3:9001/playlists.json
Connect timed out: Transport endpoint is not connected
[10-08-14 10:15:22.8279] Slim::Formats::XML::gotErrorViaHTTP (332)
Error: getting http://192.168.1.3:9001/playlists.json
Connect timed out: Transport endpoint is not connected

Thank you for any help if you have the time.

Best Regards
David Lussi


-- 
humpen

humpen's Profile: http://forums.slimdevices.com/member.php?userid=39867
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] Softsqueeze 3.9 beta for testing

2010-08-14 Thread ralphy

Perhaps it's time to release the source code updates you've made since
3.8 was released?

If you do another community member might step up to fix/maintain
softsqueeze.

I don't mean myself as squeezeslave keeps me busy enough, but I could
apply your changes to the official softsqueeze cvs repository.

If someone would like to keep softsqueeze alive, I can give them commit
access to said source tree on sourceforge.


-- 
ralphy

Ralphy

*4*-Classics, *1*-Boom, *11*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=62060

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


Re: [SlimDevices: Plugins] Custom Browse accented characters problem

2010-08-14 Thread erland

unclemat;568684 Wrote: 
> Just e-mailed you two files (in separate e-mails). One is mp3, one is
> flac. Along with screenshots showing the problem.
> 
> Please post here if you don't receive them. Thanks a lot in advance.
> Your plugins are the key to implement kids room squeezebox.
> 
I only got the mp3 version (not the flac), the good news is that I can
reproduce your problem in my own library. 

Now it's just a matter of finding a solution to it that doesn't cause
problems in some other place, unfortunately these characters set bugs
are usually a mess, you fix it in one place and it breaks somewhere
else.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

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

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


Re: [SlimDevices: Plugins] CustomBrowse bad menu

2010-08-14 Thread erland

mps;568951 Wrote: 
> Hmmm...I'm getting closer, but not there yet. I just realized that my
> composer menu has the same problem for songs with more than one
> composer. However, if I try to fix it the same way by setting
> CustomScan to have a "Sort Tag Mapping" of "COMPOSER=COMPOSERSORTORDER"
> and not specifying it in the CustomBrowse menu definition, the
> COMPOSERSORTORDER is ignored entirely and the composers are simply
> sorted as strings (i.e., by first name). Why doesn't it work the same
> way for composers as for performers and how do I fix it?
> 
> Thanks again for all your help,
> 
How does your Custom Scan configuration look like ?
- Is COMPOSER specified in "Custom Tag/Tags to scan"
- Is COMPOSER specified in "Mixed Tag/Composer tags"

If you have COMPOSER in both these places I suspect you are going get
duplicates. The COMPOSER tags in "Mixed Tag" will be scanned by SBS
standard scanner which I think uses COMPOSERSORT and not
COMPOSERSORTORDER tags. I'm also not sure if it's able to handle
multiple composer values for the same track.

I suggest that you:
1. In "Custom Tag/Tags to scan": Make sure COMPOSER is specified
2. In "Custom Tag/Sort tag mapping": Make sure
COMPOSER=COMPOSERSORTORDER is specified
3. In "Mixed Tag/Composer tags": Make sure the field is empty

And in the menu configuration in Custom Browse handle it the same way
as you handled PERFORMER tags.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

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

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


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

2010-08-14 Thread Finn

Triode;555020 Wrote: 
> Edit: Updated with Release status - Release 1.0.1 is now available from
> the 3rd Party Plugin list
> 
> Scope:
> - for Spotify users with a Premium account
> - plays back 320k or 160k streams
> - requires a PC based server running Squeezebox server (linux, windows
> or mac)
> - will play back via Squeezebox 2 and later hardware players only
> - supports a single playback session at one time which may be
> synchronised across multiple players (i.e. does not support multiple
> differently playback sessions at one time - this is a Spotify
> limitation)
> 
> If you are a Spotify Premium subscriber, then to try it out:
> 
> 1) Make sure you are running 7.5 or 7.5.1 Squeezebox server
> 2) Go to the Settings/Plugin page and select "Show all 3rd party
> plugins", click apply
> 3) Select the Spotify plugin from the list and then click apply as per
> normal plugin installation
> 4) Ensure the server has restarted
> 5) Go to the Plugin, Settings page for "Spotify" either via the
> advanced menu or from the plugin page
> 6) Read and agree the Spotify restrictions, then add your username and
> password to the settings page.
> 7) If you refresh the settings page a couple of times you should see
> that a "helper app" is running and it is logged into Spotify.  If not
> there may be an error to help...
> 9) Go to the "radio" menu on one of your hardware players and you
> should be able to browse and play tracks from Spotify
> 
> Linux:
> The binary files included in the plugin include the Spotify library
> libspotify and a closed source application built around this.  This is
> 32bit only so on 64 bit linux you probably need ia32-libs installed. 
> For both 32bit and 64bit machines you will need libFLAC.so.8 installed
> (usually in flac or libflac packages of your distro).
> 
> Windows:
> The binary is 32bit and should work on 64bit as well.
> 
> Mac:
> The binary will work on 10.6 machines, but issues have been reported
> using them on 10.5 intel based machines.  If you have a 10.5 intel
> based machine, the workaround is to find the location of 'spotifyd' and
> 'spotifdppc' within the plugin and to rename them so that spotifyppc
> becomes spotifyd.  This will mean the helper app runs in ppc emulation
> mode but it has been reported to work on 10.5 macs.
> 
> Please provide feedback and let me know if this plugin is interesting
> to people on this thread

Have tried this plugin on my ReadyNAS only to find the helper app will
not start. After further search I have found that the plugin will not
run  on ReadyNAS. 
Quote from ReadyNAS forum:
it's good news a spotify plugin was created for Squeezebox,
unfortunately, this does not work on ReadyNAS Duo (essentially because
libspotify only is provided for linux-libc6 x86 architectures)
it's disappointing 
anyone here having an idea about how this should progress? is there
anything to do to overcome these limitations?
Unquote

Any chance an update to support ReadyNAS will be made?


-- 
Finn

Finn's Profile: http://forums.slimdevices.com/member.php?userid=39866
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] IPeng: Do you prefer the old or new player icons?

2010-08-14 Thread nathan_h


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=81028

Question: Which player icons in iPeng do you prefer?

- Old
- New


I'll vote once the poll is about better indicaring the state of each
player.  The new icons are prettier but the old icons were more useful.
I dont think either is the right choicd (ugly+functional or
pretty+dysfunctional).  I'd like to see e new icons with the old
functionality.


-- 
nathan_h

nathan_h's Profile: http://forums.slimdevices.com/member.php?userid=22786
View this thread: http://forums.slimdevices.com/showthread.php?t=81028

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