Re: [SlimDevices: Plugins] CBC Applet not showing station art

2010-06-16 Thread Michael Herger
 Minor nitpick. Updated to the latest 7.5.1-8837 firmware. Seems to have
 fixed the endless rebuffering issues with the CBC. However, I have
 noticed that NO station art at all is displayed while using the CBC
 Applet.

What kind of artwork did you previously get? Just the station's icon or 
something?

-- 

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


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

2010-06-16 Thread Phil Meyer
This is one of those plugins that's totally going to change how I
find new music and listen to it.

I use Spotify to try some music for a new band that I have heard of somewhere 
else, but don't use it to discover new artists/albums.  i.e. I find it good for 
when I know what I am looking for.

Whilst it's undoubtedly a great new way to listen to music, what features does 
it provide to enable you to discover different music to listen to?

I think the following are possible ways to discover new music with Spotify - 
which of these are possible with the plugin that are changing how you discover 
new music?:

1. Play Spotify Radio based on selected genres and decades.
I don't use this in Spotify, because the genres are not specific enough, and 
playlist is too random.  There are plenty of other plugins that provide similar 
functionality (eg. lastFM), providing more control and have more obscure 
artists in their DB.

2. Navigate to an artist and find similar artists.

3. Navigate to an artist and play artist radio (plays a mix of similar artists).

4. Browse Spotify What's new music.
The music is often not new music, but music recently added to Spotify's 
library.  There's not many to choose from, and they come up randomised.

5. Browse Spotify Top Albums and Top Tracks music.
The list always has the same top pop acts listed, which aren't very interesting 
to me.


I haven't tried the plugin because I haven't got a premium account yet, but 
might try it some time.

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-06-16 Thread mherger

I've got a smallish issue: could you please lower SETTINGS_MENU_WEIGHT
to something  105? I'd prefer to have the advanced settings item at
the very bottom of that list ;-).


-- 
mherger

Michael

-
http://www.herger.net/slim-plugins - AlbumReview, Biography,
MusicInfoSCR

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

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


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

2010-06-16 Thread elziko

Great news, thanks!

I know you mention in the first post that this works with Spotiy
premium - can I double check it doesn't work with Spotify unlimited?

Thanks!


-- 
elziko

elziko's Profile: http://forums.slimdevices.com/member.php?userid=11835
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-06-16 Thread erland

Philip Meyer;555145 Wrote: 
 This is one of those plugins that's totally going to change how I
 find new music and listen to it.
 
 I use Spotify to try some music for a new band that I have heard of
 somewhere else, but don't use it to discover new artists/albums.  i.e.
 I find it good for when I know what I am looking for.
 
Since this is pretty new, I haven't used Spotify much yet, I got my
premium account last week when I got the beta from Triode. The main
advantage as I see it is that I can listen to something directly on my
main music listening system to see if I like it, without Spotify I have
to use illegal methods to download music files or preview the 30 first
seconds with bad audio quality through laptop speakers. 

I think Similar Artists has most potential to actually find
completely new music and possibly also What's New and the Top
Artists/Albums/Tracks functionality. 

I think it's going to reach is true potential when it's somewhat more
integrated with my main music library, so I can select similar artists
from Spotify to one of the artists I already have in my local library.
Possibly an integration with LastFM similar artists functionality might
also make sense, I'm not sure how good the Spotify similar artists
functionality are yet.

The Spotify plugin currently don't have a year or genre browse method,
but if that's possible it would be a great enhancement if the genre
information is good enough. Currently the plugin supports Whats New,
Top xxx and search for Albums, Artists and Tracks.

I think US and possibly also UK users somtimes forget that LastFM
streaming and Pandora streaming where similar functionality already is
available isn't supported in all countries, for example not where I
live.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
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] SqueezeIR Support Thread

2010-06-16 Thread indifference_engine

sbellon;554958 Wrote: 
 I don't understand. Where does this result in a problem? The only
 problem may be that your original 32-bit value isn't correct to start
 with. But if that's ok you can get at your bit values by
 right-shifting
 and ANDing with 1. I do not see a problem wrt. 32-bit there. What am I
 missing?
Sorry, I wasn't being clear.  Yes, your bit-shift trick works for 32bit
numbers whereas my current code only works up to 31 bits.  However, I
wanted to expand the code to cope with 48 or even 64 bit numbers as
these could also potentially be found in lirc files.  lua seems to be
unable to convert string representations of, say, a 64bit number into a
number so the algorithm is flawed from the start.  However, sinse lirc
files store the commands in hex, it should be relatively trivial to
chop the hex string up into 4 character (16 bit) chunks, manipulate
them (by bit-shifting) and join the results together again afterwards.


-- 
indifference_engine

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

___
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-06-16 Thread Sunnysekot

copperstate;555085 Wrote: 
 That is funny, because I am also using a german weather code with a
 german ISP, but everything I get is in english. I also tried your
 weather code and  all I got was in english, too. :confused:

Weird!

and what does the weather.com page look like in your browser?
Language-Mix or English only also?


-- 
Sunnysekot

NAS: QNAP TS119 Version 3.2.6 build 0427T (1,2GHz,512MB)
SC Firmware 7.5.1 r8761, SSOTS 4.8, Squeezecenter 7.5.1 r30720
Devices: 3x Boom 2 x Classic 1 x Duett, 1 x Roku Soundbridge

Sunnysekot's Profile: http://forums.slimdevices.com/member.php?userid=20990
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] SqueezeIR Support Thread

2010-06-16 Thread indifference_engine

mherger;555129 Wrote: 
 Oh, and thanks a lot indifference_engine for the hard work on the
 applet! Did you ever consider providing a server side UI to do the
 configuration?
That would be the ideal solution and the server-side plugin could allow
SqueezeIR to do all sorts of funky stuff.  I have no knowledge of perl
unfortunately so there won't be anything forthcoming from me anytime
soon!

mherger;555129 Wrote: 
 I was kind of frightened about the applet due to the
 install/configuration instructions. It looked time consuming to me,
 when it wasn't that bad after all (yes, good documentation can have its
 disadvantages too :-P). 
 
 Maybe you could add the really short version too: 1. install IR
 definitions for your remote. 2. create configuration file. 3. install
 applet. See below for details. I was just too lazy to read it all,
 assuming there was a lot to do. But eventually, with the help of the
 sample files, it was rather easy.
Good point! I'll add a quick overview for people who know what they are
doing.  Remember, all that mucking about only needs to be done once,
thereafter you just update using the Applet Installer.


-- 
indifference_engine

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-06-16 Thread indifference_engine

mherger;555157 Wrote: 
 I've got a smallish issue: could you please lower SETTINGS_MENU_WEIGHT
 to something  105? I'd prefer to have the advanced settings item at
 the very bottom of that list ;-).
Being as you asked so nicely!  Would a round 100 be OK?


-- 
indifference_engine

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-06-16 Thread Nautilus

indifference_engine;554951 Wrote: 
 Generally the header information is constant for all of the remote's
 commands and is stored in the pre_data part of the lirc file.  The
 commands themselves are generally sequential and are generally 8-bit
 numbers so will be in the range 0x00-0xFF.  Many protocols also use a
 checksum which is calculated from the command value and LIRC files
 store this in the code section along with the command value itself so
 the commands may not look sequential in the lirc file.  Another thing
 that muddies the water is that lirc files often encode the commands
 backwards masking the true value so that sequential command values may
 appear random when expressed in a lirc file.

Thanks for the explanation, optimistically I took the contents (the
commands at least) of the lirc files I'm using and put them through
hex2dec in excel only to find out there isn't any kind of logic in the
number sequence - as you suggested above :)

So the trial and error approach does not look like viable one, but hey,
at least I've got the basic commands working and that's great! Thanks
again!

By the way, does anyone here know anybody who might be up to (and
interested in) the task of creating a server side plugin based on
SqueezeIR...? ;)


-- 
Nautilus

Nautilus's Profile: http://forums.slimdevices.com/member.php?userid=19856
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-06-16 Thread Michael Herger

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-06-16 Thread danull

Hello pippin,

I have been using ipeng for some time.  Just moved to using a Touch
with USB drive and made it my music source (using what they call
TinySC, I think).  The album artwork is now all extremely low
resolution and looks horrible on the iphone - it used to look normal
when I ran the Squeezebox Server on a home workstation.   If I play
pandora the album artwork looks normal/reasonably high resolution.   
This appears to be the case both for WMAs where I have the album art
automatically implemented when ripping with Windows Media Player, as
well as some MP3s where I downloaded a cover.jpg and put it in the
folder. 

Is this expected?  Is there something I can do to improve the album
artwork display?

Thank you,

-Dan


-- 
danull

danull's Profile: http://forums.slimdevices.com/member.php?userid=5998
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-06-16 Thread danull

danull;555239 Wrote: 
 Hello pippin,
 
 I have been using ipeng for some time.  Just moved to using a Touch
 with USB drive and made it my music source (using what they call
 TinySC, I think).  The album artwork is now all extremely low
 resolution and looks horrible on the iphone - it used to look normal
 when I ran the Squeezebox Server on a home workstation.   If I play
 pandora the album artwork looks normal/reasonably high resolution.   
 This appears to be the case both for WMAs where I have the album art
 automatically implemented when ripping with Windows Media Player, as
 well as some MP3s where I downloaded a cover.jpg and put it in the
 folder. 
 
 Is this expected?  Is there something I can do to improve the album
 artwork display?
 
 Thank you,
 
 -Dan


Pippin, 

I now tried this on my SB radio and the artwork is terrible there/looks
the same as ipeng.   Also tried it on Squeezeplay (jive) and the same. 
So it seems like it may be some issue with TinySC and have nothing to
do with ipenggroan.

Thanks,

-Dan


-- 
danull

danull's Profile: http://forums.slimdevices.com/member.php?userid=5998
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] SqueezeIR Support Thread

2010-06-16 Thread sbellon

mherger;555215 Wrote: 
 as
 100  105
 = ok!
 :-)

Funny, your reply ended up as an empty email on the mailing list
interface. Here in the forum it looks ok however ...


-- 
sbellon

sbellon's Profile: http://forums.slimdevices.com/member.php?userid=22873
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-06-16 Thread Michael Herger
 Funny, your reply ended up as an empty email on the mailing list
 interface. Here in the forum it looks ok however ...

I know, I edited the posting after I've seen that my mail got lost somehow. I'm 
usually only using the mailing list, not the forum.

-- 

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-06-16 Thread indifference_engine

Nautilus;555207 Wrote: 
 Thanks for the explanation, optimistically I took the contents (the
 commands at least) of the lirc files I'm using and put them through
 hex2dec in excel only to find out there isn't any kind of logic in the
 number sequence - as you suggested above :)
 
 So the trial and error approach does not look like viable one, but hey,
 at least I've got the basic commands working and that's great! Thanks
 again!
 
 By the way, does anyone here know anybody who might be up to (and
 interested in) the task of creating a server side plugin based on
 SqueezeIR...? ;)
All is not yet lost.  If you let me know which lirc file you are using,
I may be able to work out which protocol is being used and could then
reverse-engineer the missing codes.


-- 
indifference_engine

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


[SlimDevices: Plugins] IRBlaster for Multiple SB3's

2010-06-16 Thread Jayhawk

Trying to use IRBlaster on two SB3 Classics.
Configures and works fine for one SB3.  When I select the second SB3
from the Players list and then select IRBlaster instead of Basic
Settings, the IRBlaster settings page appears but the Player has
changed back to the first SB3 name.

I originally installed IRBlaster (selected from plugins list to
activate), there was only one SB3 installed... I thought perhaps
IRBlaster needed to be installed when both players were active, so I
uninstalled IRBlaster and reinstalled it.. but get same result... seem
to be able to configure IRBlaster for only one SB3.

How do I get SB3 config page up for a second SB3?


-- 
Jayhawk

Jayhawk's Profile: http://forums.slimdevices.com/member.php?userid=17810
View this thread: http://forums.slimdevices.com/showthread.php?t=79729

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


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

2010-06-16 Thread paddaw

Works perfectly. Easy install and great UI. THANK YOU!


-- 
paddaw

paddaw's Profile: http://forums.slimdevices.com/member.php?userid=38745
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-06-16 Thread Triode

Comenting back on the use case - the killer feature for me is the 320k
streams.  I've played with Napster in the uk and its good for causal
listening of many artists, but I didn't find I could listen at length
on a hifi to those streams (128k wma when I tried).  320k streams is a
whole different level to me and it makes it a reasonable case for a
spotify premium subscription.

So my target use case was to stream high quality streams via a
transporter, external dac and tube based hifi (triodes!) - this is what
motivated me to write the plugin...

I will be working through the plugin UI enhancements suggested by
Erland and others over the next couple of weeks - would we grateful of
any other feedback.


-- 
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-06-16 Thread Phil Meyer
I know you mention in the first post that this works with Spotiy
premium - can I double check it doesn't work with Spotify unlimited?

I'd like to know that too.  Spotify Premium is a whopping £10 a month, whereas 
Spotify Unlimited is £5.

I predominantly listen to local music, rather than internet streaming, but if 
the Squeezebox UI were to provide new ways of discovering new music through 
Spotify, then I may be tempted with Unlimited.

https://www.spotify.com/uk/get-spotify/overview/

I wondered if a registration is required for streaming because of 
advertisements.  Both Premium and Unlimited are add-free.

Premium is needed for the 320kbps streaming, though.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Weather Screensafer for Radio/Touch/Controller

2010-06-16 Thread profota

I used the 3 day forecast on my Duet controller several times a day it
was a great feature. Yesterday I tried to install the update applet and
everything disappeared.I could not find it under extras,screen saver or
on the home menu.
I went back to applet installer and it was no longer listed.I
reinstalled all applets and it still did not show up.I felt like a
friend left without telling me. HELP how do I get it back.All the
correct boxes are checked on the server and the location is correct.
Walt


-- 
profota

profota's Profile: http://forums.slimdevices.com/member.php?userid=33940
View this thread: http://forums.slimdevices.com/showthread.php?t=73827

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


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

2010-06-16 Thread Triode

Philip Meyer;555325 Wrote: 
 I know you mention in the first post that this works with Spotiy
 premium - can I double check it doesn't work with Spotify unlimited?
 
 I'd like to know that too.  Spotify Premium is a whopping £10 a month,
 whereas Spotify Unlimited is £5.
 

Short answer is I don't know..  It is based on libspotify:
http://developer.spotify.com/en/libspotify/overview/ which definately
needs a subscription.  The documentation for this says it needs a
premium account, but it was written before the unlimited one was
launched.

Perhaps an unlimited subscriber could try it out and let us know?


-- 
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-06-16 Thread erland

Philip Meyer;555325 Wrote: 
 I know you mention in the first post that this works with Spotiy
 premium - can I double check it doesn't work with Spotify unlimited?
 
 I'd like to know that too.  Spotify Premium is a whopping £10 a month,
 whereas Spotify Unlimited is £5.
 
 I predominantly listen to local music, rather than internet streaming,
 but if the Squeezebox UI were to provide new ways of discovering new
 music through Spotify, then I may be tempted with Unlimited.
 
I'm not 100% sure but since it says that mobile applications only are
supported with premium account, I suspect premium is required to use
the API and thus to use this plugin.

If someone have Unlimited it should be easy to try and let us know for
sure.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
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: Weather Screensafer for Radio/Touch/Controller

2010-06-16 Thread bluegaspode

I feel the icon you used in your post offending so currently don't feel
in the mood to help in my free time.


-- 
bluegaspode

1x SB-Controller+Receiver (Duet), 1xSB-Boom. 1xSB-Radio
Server (7.4.1) running on SheevaPlug (Ubuntu) with attached Western
Digital MyBook Essential.
Secondary 7.4 Server on Debianized Buffalo Linkstation LS-CHL.

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

___
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-06-16 Thread copperstate

Sunnysekot;555189 Wrote: 
 Weird!
 
 and what does the weather.com page look like in your browser?
 Language-Mix or English only also?

English only if I use weather.com and German only  if I use
de.weather.com (using MacOS X 10.6.4 /  Safari 5; system language is
english, though).


-- 
copperstate

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

2010-06-16 Thread goxboxlive

Hi, great plugin you have created. This was what i have been waiting for
to subscribed to Spotify.

But i cant get the helper app stay running. It starts, but stops
imidialtly.
My system is:


Code:


  Versjon: 7.5.1 - r30884 @ Wed Jun 16 02:03:31 PDT 2010
  Vertsnavn: linuxserver
  Serverens ip-adresse: 10.0.0.3
  HTTP-serverens portnummer: 9000
  Operativsystem: Debian - NO - utf8
  Plattformarkitektur: x86_64-linux
  Perl-versjon: 5.10.0 - x86_64-linux-gnu-thread-multi
  MySQL-versjon: 5.0.51a-24+lenny4
  Totalt antall tilkoplede spillere: 1
  



I have installed all the libs that is required as you described. I cant
see anything from the log either (it's blanc). But here is an output
from my /var/log/messages. Can you see whats causing this?


Code:


  [10-06-16 20:41:26.8536] Plugins::Spotify::Settings::__ANON__ (92) error 
fetching status: Connect timed out: Transport endpoint is not connected 
 
  [10-06-16 20:41:27.1570] Plugins::Spotify::Settings::__ANON__ (92) error 
fetching status: Connect timed out: Transport endpoint is not connected 
 
  [10-06-16 20:41:27.4607] Plugins::Spotify::Settings::__ANON__ (92) error 
fetching status: Connect timed out: Transport endpoint is not connected 
 
  [10-06-16 20:41:27.7646] Plugins::Spotify::Settings::__ANON__ (92) error 
fetching status: Connect timed out: Transport endpoint is not connected 
 
  [10-06-16 20:41:28.0688] Plugins::Spotify::Settings::__ANON__ (92) error 
fetching status: Connect timed out: Transport endpoint is not connected 
 
  [10-06-16 20:41:28.3727] Plugins::Spotify::Settings::__ANON__ (92) error 
fetching status: Connect timed out: Transport endpoint is not connected 
 
  [10-06-16 20:41:37.7943] Slim::Formats::XML::gotErrorViaHTTP (332) Error: 
getting http://10.0.0.3:9001/toplist.json?q=artistsr=GB

  Connect timed out: Transport endpoint is not connected 
  



I have also opened the port 9001 at my firewall, also tried other ports
that i have working, in example the port i am using for torrent.

Any help will be apriciated.

jorn.


-- 
goxboxlive

goxboxlive's Profile: http://forums.slimdevices.com/member.php?userid=19654
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-06-16 Thread Triode

goxboxlive;555351 Wrote: 
 Hi, great plugin you have created. This was what i have been waiting for
 to subscribed to Spotify.
 

Hum - can you find the spotifyd location and run it from the command
line from the directory it is in.  It should give some error messages
if/when it crashes (or linux will say segfault or whatever if its the
code)


-- 
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-06-16 Thread goxboxlive

Yes, i will try tomorrow. Thanks for quick respons.


-- 
goxboxlive

goxboxlive's Profile: http://forums.slimdevices.com/member.php?userid=19654
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-06-16 Thread pete the feet

Yahoo nice one Triode. Just installed it 10 minutes ago and it works.


-- 
pete the feet

pete the feet's Profile: http://forums.slimdevices.com/member.php?userid=31545
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: Weather Screensafer for Radio/Touch/Controller

2010-06-16 Thread profota

I am truly sorry the icon I used was offensive . I did not intend to use
it to offend anyone. In my generation (born in the late 40's) a
thumbs-up was everything is fine with me and a thumbs down was an
expression that things were not going well.If the icon means something
else I am not aware of it.
my deepest apologizes.
Walt


-- 
profota

profota's Profile: http://forums.slimdevices.com/member.php?userid=33940
View this thread: http://forums.slimdevices.com/showthread.php?t=73827

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


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

2010-06-16 Thread punkmachine

Triode;555336 Wrote: 
 Short answer is I don't know..  It is based on libspotify:  which
 definately needs a subscription.  The documentation for this says it
 needs a premium account, but it was written before the unlimited one
 was launched.
 
 Perhaps an unlimited subscriber could try it out and let us know?

I tried it with an unlimited account. It doesn't work. Plugin is not
able to log in. Upgraded to premium and now it works like a charm.
Thanks Triode :)


-- 
punkmachine

punkmachine's Profile: http://forums.slimdevices.com/member.php?userid=38748
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: Weather Screensafer for Radio/Touch/Controller

2010-06-16 Thread bluegaspode

All right - than lets have a look at what might be wrong !
Did you try again in the meantime ? Maybe my server was down for some
short time ? As said I just tried it myself and it worked flawlessly.

When you go to the applet-installer on the controller - what applets
are listed there currently ?


-- 
bluegaspode

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

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)

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

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


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

2010-06-16 Thread manso

This is great news! I'm using Squeezeserver on Qnap NAS. Any chance it
will make it onto this platform?

Thanks heaps!


-- 
manso

manso's Profile: http://forums.slimdevices.com/member.php?userid=29729
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-06-16 Thread Triode

manso;555383 Wrote: 
 This is great news! I'm using Squeezeserver on Qnap NAS. Any chance it
 will make it onto this platform?
 
I'm afraid not - it uses Spotify's libspotify which is only available
for intel or equivalent cpus on linux, windows and osx.  So it is
always going to require a pc class server.


-- 
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-06-16 Thread pete the feet

I will have a go at adding tracks and deleting from playlists tomorrow.
For now I have just opened the regular Spotify application and done the
editing there.


-- 
pete the feet

pete the feet's Profile: http://forums.slimdevices.com/member.php?userid=31545
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: Weather Screensafer for Radio/Touch/Controller

2010-06-16 Thread profota

I'm happy again. The problem was in the applet installer I had the box
checked that read,--Install recommended apps--after many many tries to
reinstall I unchecked that box and tried the reinstall again, it worked
perfectly and all is well. thanks   Walt


-- 
profota

profota's Profile: http://forums.slimdevices.com/member.php?userid=33940
View this thread: http://forums.slimdevices.com/showthread.php?t=73827

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


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

2010-06-16 Thread orcocan

thanks a lot Triode

do you think it will be possible to make it work via mysqueezebox.com
instead of having to run the server on my pc?


-- 
orcocan

orcocan's Profile: http://forums.slimdevices.com/member.php?userid=36737
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-06-16 Thread Triode

orcocan;555400 Wrote: 
 
 do you think it will be possible to make it work via mysqueezebox.com
 instead of having to run the server on my pc?
I'm afraid not - it needs to run Spotify's software on the server to
stream the audio.  Any solution which does not require a server will
require Spotify support inside the Logitech firmware and will be down
to Logitech...


-- 
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-06-16 Thread orcocan

shame... lets hope that logitech will do something to officially support
spotify at some stage

the main issue i encountered  when playing a song in a playlist, it
seems to repeat the same song over and over again instead of playing
the next song

interface is a bit buggy at times but the plugin is brilliant
otherwise, thanks again for your work!


-- 
orcocan

orcocan's Profile: http://forums.slimdevices.com/member.php?userid=36737
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2010-06-16 Thread Necromancyr

Seems the national college football grabbing is bombing out and causing
baseball (and maybe other sports grabs) to stop after the initial
pull.

Just an FYI.  Could be because it's between seasons or something, not
sure.


-- 
Necromancyr

Necromancyr's Profile: http://forums.slimdevices.com/member.php?userid=37698
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] Synology 7.5 Package Upgrade Question

2010-06-16 Thread mjl

@JonWill

Thanks for the info. I think I am just going the stay with SBS 7.4 on
my DS209.It looks like people are having lots of problems with 7.5
and since my setup is running with no problems; I`m going to pass on
the Touch for now.


-- 
mjl

mjl's Profile: http://forums.slimdevices.com/member.php?userid=35798
View this thread: http://forums.slimdevices.com/showthread.php?t=79698

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