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

2010-10-04 Thread unclemat

Hey Erland, any chance you managed to find some time to look into this
issue. Pretty please...


-- 
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: Whitebear updated version

2010-10-04 Thread Phil Meyer
>> However, I still get "Socket Error # 10053 - Software caused connection
>> abort" when I visit the Whitebear Status tab.
>
>Can you be more specific? Are you running Whitebear as a service or as
>an application? And how do you see the socket error message (presumably
>not actually on the Status tab?). Could you perhaps post a screenshot?
>
Trying to run as an application at the moment.

When I click on the Status tab, I get the error in a modal popup dialog.

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


Re: [SlimDevices: Plugins] Announce: Whitebear updated version

2010-10-04 Thread MrSinatra

very cool...

you and a guy at winamp seem to be developing similar stuff, which is
great.  maybe you can share notes, or test his stuff on yours, etc.

http://forums.winamp.com/showthread.php?t=320803


-- 
MrSinatra

www.lion-radio.org
using:
sb2 & sbc (my home) / sbrec & ipeng (parent's home) - sbs 7.5.2b - win
xp pro sp3 ie8 - p4(ht) 3.2ghz, 2gig ram - 1tb wd usb2 raid1 - d-link
dir-655 - 43k+ mp3

MrSinatra's Profile: http://forums.slimdevices.com/member.php?userid=2336
View this thread: http://forums.slimdevices.com/showthread.php?t=82399

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


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

2010-10-04 Thread Triode

staalelor;580691 Wrote: 
> I think I found the reason why: On my Squeezebox Touch the
> /var/log/message reads: 
> 
> Oct  4 18:59:37 squeezeplay: INFO   audio.decode - Playback.lua:440
> connect 192.168.0.160: GET
> spotify:track:7dtuGiBwn2vgvDPVNyWlck/stream.flc**
> Oct  4 18:59:40 squeezeplay: WARN   audio.decode - Playback.lua:527
> write error: No route to host
> 
> This means that the Touch tries to connect to the Helper App on another
> IP than it should. It should be using the external IP instead of the
> internal IP on the Squeezeboxserver. 
> 
> Any ideas on how to fix this?
> 
> Is it possible to fake how the Squeezebox-server announces itself? Not
> with the eth0-address, but a given external IP?

Simplest solution would be for you to hack the perl code in the plugin
to set a different address...  Look for the file ProtocolHandler.pm
inside the Spotify Plugin - in sub canDirectStream.

Change:

Code:

my $host = Slim::Utils::Network::serverAddr();


to the following with the correct IP address:

Code:


  my $host = "10.0.0.1"
  



-- 
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-10-04 Thread Triode

dukhat2259;580653 Wrote: 
> > 
Code:

  >   > [12:46:00.670631] main:325 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd
 1.0.8 started
  > [12:46:00.673901] main:358 error on bind listenfd: Address already in use

> > 
> It claims 1.0.8. Plays on both of the Booms, so the plugin is
> working.
> > 
Code:

  >   > [20:54:16.474839] check_player:183 bad player: squeezeplay
  > [20:54:16.535751] main:599 unable to play on this player: -2

> > 
> Which part of the server performs that check?

Could you set the helper app logging level to debug and post the output
when you try to play (it will be more verbose than above).


-- 
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] Spotify plug-in: can I save Spotify favorites?

2010-10-04 Thread Triode

perstromgren;580634 Wrote: 
> Thanks, guys!
> 
> I use both the web interface and the Duet handset and probably haven't
> noticed that there is a difference. If I have to use the web interface,
> that's OK as long as I know the limitation.
> 
> Per.

Well I'd like it to work with both, but have only tried the web
interface recently.  I suspect other interfaces may need changes which
may not be in the plugin, but I will look.


-- 
Triode

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

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


[SlimDevices: Plugins] CustomScan(?) Various Artists

2010-10-04 Thread mps

I'd like to have two separate artists menus, one which has a Various
Artists section (as if I selected Settings/My Music/Group Compilation
Albums together) and one "All Artists" menu which shows all artists,
even if they only appear on one track (as if I selected Settings/My
Music/List Compilation Albums Under Each Artist). Any suggestions about
the best ways to do this?

Thanks,

Mike


-- 
mps

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

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


Re: [SlimDevices: Plugins] New version of OtherPlayers for 7.3

2010-10-04 Thread indifference_engine

Sunnysekot;580579 Wrote: 
> I dont think so, because I think OtherPlayers would control the
> volume-level of the not-connected player (which might be in another
> room anyway) by the controller-wheel, wouldn't it? So SqueezeIR woulnt
> be affected, would it?
If that's the case then no, which saves me a bit of work!


-- 
indifference_engine

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

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-10-04 Thread indifference_engine


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

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


blowers;580693 Wrote: 
> You're a star! It works superbly, and the IR range is really good, too.
ah, shucks :o
blowers;580693 Wrote: 
> Now all I have to do is work out how to switch SqueezeIR OFF when I want
> to set the controller's volume. It's probably dead simple, but...  There's a 
> couple of ways of doing this.  One is to only map the HOLD
event of the volume keys so pressing the vollume button controls the
Squeezebox but holding it controls the amp.  Another way is to create
an empty profile () which can then be
set active through SqueezeIR's settings or by creating a menu.  Have a
look at my reply to kvn.inbox a few posts back for examples.


-- 
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-10-04 Thread blowers


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

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


indifference_engine;580523 Wrote: 
> Ok, that was quick! I spotted a mistake in your xml that once corrected
> allowed SqueezeIR to load up without issue on my Controller.
> 
> In your lirc file (arcam.lirc.txt) you have:
> > 
Code:

  >   > 
  > begin remote
  > 
  > name  arcam.lirc.txt

> > 
> but in your SqueezeIR.xml you have:
> > 
Code:

  >   > 
  > 
  > arcam.lirc.txt
  > Arcam_A32
  > 

> > 
> The "filename" element in the xml must match the filename of the lirc
> file (you got this bit correct). BUT the "remote" element must match
> the "name" of the remote within the lirc file, and it doesn't.  So,
> you have two options;
> 
> either a) change the lirc file so it reads
> > 
Code:

  >   > 
  > begin remote
  > 
  > name  Arcam_A32

> > 
> or b) change SqueezeIR.xml
> > 
Code:

  >   > 
  > 
  > arcam.lirc.txt
  > arcam.lirc.txt
  > 

> > 
> but don't do both or you'll be back to square one!
> This error would have meant that (with your configuration) your
> volume buttons would not have worked but the rest of the Controller
> should have behaved normally.  You did mention in your pm's that your
> controller froze up and spontaneously restarted?  I saw no evidence of
> the when I loaded your files onto my controller and the error is
> trapped by my code to stop things like that happening.  Indeed your
> log file suggested that the Controller carried on working after
> SqueezeIR had finished loading itself.  Anyhow, try the modified
> files and see how you get on.

You're a star! It works superbly, and the IR range is really good, too.
Now all I have to do is work out how to switch SqueezeIR OFF when I want
to set the controller's volume. It's probably dead simple, but...


-- 
blowers

blowers's Profile: http://forums.slimdevices.com/member.php?userid=32176
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-10-04 Thread staalelor

I think I found the reason why: On my Squeezebox Touch the
/var/log/message reads: 

Oct  4 18:45:35 squeezeplay: INFO   audio.decode - Playback.lua:440
connect 192.168.0.160: GET spotify:track:7d***


Oct  4 18:59:37 squeezeplay: INFO   audio.decode - Playback.lua:440
connect 192.168.0.160: GET
spotify:track:7dtuGiBwn2vgvDPVNyWlck/stream.flc**
Oct  4 18:59:40 squeezeplay: WARN   audio.decode - Playback.lua:527
write error: No route to host

This means that the Touch tries to connect to the Helper App on another
IP than it should. It should be using the external IP instead of the
internal IP on the Squeezeboxserver. 

Any ideas on how to fix this?


-- 
staalelor

staalelor's Profile: http://forums.slimdevices.com/member.php?userid=6632
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] Ipad & Ipeng

2010-10-04 Thread pippin

SW4Peter;580679 Wrote: 
> Good stuff, it would be quite nice for the iPad volume buttons to
> control the squeezebox when running the  software.

Definitely not in the first release.

App Store Review Guidelines Wrote: 
> 
> 10.5
> Apps that alter the functions of standard switches, such as the Volume
> Up/Down and Ring/Silent switches, will be rejected
>


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

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


Re: [SlimDevices: Plugins] Ipad & Ipeng

2010-10-04 Thread SW4Peter

bluegaspode;578008 Wrote: 
> As improving playlists is the main part of the next release I'm pretty
> sure you'll find a direct button (or alternative) somewhere on the main
> screen then. 
> Many people requested this and your wish is my command :D

Good stuff, it would be quite nice for the iPad volume buttons to
control the squeezebox when running the  software.


-- 
SW4Peter

SW4Peter's Profile: http://forums.slimdevices.com/member.php?userid=9672
View this thread: http://forums.slimdevices.com/showthread.php?t=79037

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-10-04 Thread esa

Dear users,
Actually, there are good prices on IPod Touch.
I'm interesting to buy the IPod touch 8 GB ( 3g but 2G in reality ).
The price is about 150 Euro in place of 250 Euro for the new generation
(4G).

Can I buy the cheaper and what can be the limitations ?
Is it more faster on 4G, do you implement new functionalities for the
4G ?
I ask this urgently, because the promotion is until today.

I just want to use the Ipod to control my Squeeze Box Touch.
Can I use the Ipod+Ipeng like the SqueezeTouch : if I connect the Ipod
to a active speaker, can I ear the music ?

Maybe also to control other devices in my living room ( but I don't
know if there is applications to do this ).
I do electronics, so, I have the idea to made a little IP device that
can receive command from the Ipod and then sending to the TV, Radio,
etc...Is it already existing ?
Is it easy to develop program for Ipod ?

I have to many questions :-(

Best Regards
Eric


-- 
esa

Synology DS107+ MARVELL_88F5281
Squeeze center Version : 7.5.0 - r30464
Version Perl : 5.8.6
Version MySQL : 5.1.34
Squeezeplay...

esa's Profile: http://forums.slimdevices.com/member.php?userid=9362
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] Help converting a simple skript to run under Server 7

2010-10-04 Thread shen

Ok, solved it. The error above occured because no player was defined in
the server.

And the script is working now after some fiddeling around, no further
help required :-)

Stefan


-- 
shen

shen's Profile: http://forums.slimdevices.com/member.php?userid=5787
View this thread: http://forums.slimdevices.com/showthread.php?t=82405

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


Re: [SlimDevices: Plugins] Freenas 0.7.1 + squeezebox server+spotifyplugin

2010-10-04 Thread Michael Herger
the spotify plugin is not supported on FreeNAS. Please see the initial 
announcement which should have some information about the supported platforms.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2010-10-04 Thread staalelor

Hello. Great project. This is almost perfect. 

I have one problem though with the stream from my Linux Sqeezeboxserver
(7.5.1 r9009)

When I connect my Squeezebox Touch on my local network everything works
wonderfully with the Spotify plugin and everything else. 

However:
When I connect my Squeezebox Touch to my server from the outside on
another local network with internet access, the Helper App will NOT
connect, and no Music will stream from Spotify. 

I've forwarded all the common ports (both tcp and udp), Helper App port
included to the squeezeboxserver, only the Helper App doesn't connect.
I'm able to stream local music with this. 

Are there other protocols in use? 

Thanks for your help.


-- 
staalelor

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


[SlimDevices: Plugins] Help converting a simple skript to run under Server 7

2010-10-04 Thread shen

Hi all,

I need some help :)

Some years ago I was looking for a skript to show me a clock, inside
and outside temperatures on my SB. mherger recommended me his
FileViewer.pm* which I modified to my needs and which is running for
years now with no problems.

*) http://forums.slimdevices.com/showthread.php?t=24440

Now I upgraded to Server 7.x and the skript does not work anymore.
Perhaps someone can help me in converting it!? I'm not very experienced
in pearl, but perhaps the changes aren't that much ...

The plugin reads the textfile "FHZtemps.txt" , parses it and and
presents the data on my SB, see softsqueeze screenshot below.

Many thanks in advance ...
Stefan


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

-- 
shen

shen's Profile: http://forums.slimdevices.com/member.php?userid=5787
View this thread: http://forums.slimdevices.com/showthread.php?t=82405

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


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

2010-10-04 Thread dukhat2259

Triode;580573 Wrote: 
> The helper app log should show the version when it starts up.  What did
> it say above this?

Code:

[12:46:00.670631] main:325 
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/Spotify/Bin/i386-linux/spotifyd
 1.0.8 started
  [12:46:00.673901] main:358 error on bind listenfd: Address already in use


It claims 1.0.8. Plays on both of the Booms, so the plugin is working.

Code:

[20:54:16.474839] check_player:183 bad player: squeezeplay
  [20:54:16.535751] main:599 unable to play on this player: -2


Which part of the server performs that check?


-- 
dukhat2259

dukhat2259's Profile: http://forums.slimdevices.com/member.php?userid=40129
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] Help converting a simple skript to run under Server 7

2010-10-04 Thread shen

You mean to install the actual plugin and the copying the "old" skript
into it? The trouble starts that the actual plugin does not load. As I
reverted my original Server to v6, I installed the actual server in a
VM running Windows XP.

So I copied the unzipped files to my plugin directory (didn't change
anything on the files), but I get the following:


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

-- 
shen

shen's Profile: http://forums.slimdevices.com/member.php?userid=5787
View this thread: http://forums.slimdevices.com/showthread.php?t=82405

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


Re: [SlimDevices: Plugins] Unable to uninstall incompatible Email plugin

2010-10-04 Thread stefanr

Hi,

not being able to remove this incompatible plugin in a friendly way is
a pain, but I had success using the following procedure:

- Stop the squeezeboxserver
- Remove references to the Email plugin from prefs/plugin/state.prefs
and prefs/plugin/extensions.prefs
- Remove the Email stanza from cache/plugin-data.yaml
- Remove the Email plugin cache/DownloadedPlugins/Email.zip and the
directory cache/InstalledPlugins/Plugins/Email
- Start the squeezeboxserver

The exact base location of these files depends on your setup.

Regards,
Stefan.


-- 
stefanr

stefanr's Profile: http://forums.slimdevices.com/member.php?userid=40802
View this thread: http://forums.slimdevices.com/showthread.php?t=82277

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


[SlimDevices: Plugins] Freenas 0.7.1 + squeezebox server+spotifyplugin

2010-10-04 Thread BitPower

Hi,

Thanks and respect goes to Tripode for his pluginskills (you where
faster then Logitech)
And of course Michael Herger for making it this easy and possbible to
merge  

Please advise

i got Freenas server 0.7.1 running with
Squeezebox server 7.5.1 
1.0.8 spotify plugin

firewall is out but when i try stream i got "socket not connected" 
helper app is not started and i cant figure out how to do that 

What have i missed ?

Thanks

Brgs BitPOwer


-- 
BitPower

BitPower's Profile: http://forums.slimdevices.com/member.php?userid=40805
View this thread: http://forums.slimdevices.com/showthread.php?t=82409

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


Re: [SlimDevices: Plugins] iPeng support thread

2010-10-04 Thread pippin

esa;580650 Wrote: 
> 
> Can I buy the cheaper and what can be the limitations ?
> 
> Is it more faster on 4G, do you implement new functionalities for the
> 4G ?
> I ask this urgently, because the promotion is until today.
> 
iPeng currently works on the older one as well.
It will not support multitasking so you can't keep iPeng in the
background but have to quit and re-start if you want to do something
else.

If you want to use another app for playback on the iPod (you currently
can't do that with iPeng although it's planned) you can't keep that one
running in the background, too.

I can't really tell you what future limitations, this will mainly
depend on how Apple supports these devices. Right now, iPeng requires
iOS 3.0 (the iPod software version) but will eventually move to 4.x.
The 2G iPod also supports 4.0 so for now you are pretty safe but I
would not bet on Apple still supporting it with a 5.0 next year. So I
believe you are safe to still get updates for about a year with the
older device.

iPeng is a bit faster on the new device, too (3s startup time as
compared to 5-6s on the older device), scrolling is faster and
smoother, too, abut the actual operation should not differ too much,
that depends more on the server.

4G has a higher resolution screen.
> 
> Can I use the Ipod+Ipeng like the SqueezeTouch : if I connect the Ipod
> to a active speaker, can I ear the music ?
> 
Yes but as of today not with iPeng. There are two other Apps
(SqueezeCast and SqueezeMobile) and you can also just use the
mp3-stream from the server by opening it in the browser.
> 
> Is it easy to develop program for Ipod ?
> 
Yes and no. You have to learn Objective-C and you need to learn Apple's
software architecture. When you've done so it's pretty simple because
the API is very powerful.
> 
> I live in belgium : where can I buy this application ?
> 

On the device itself. You'll need an iTunes account.


-- 
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] Spotify plug-in: can I save Spotify favorites?

2010-10-04 Thread perstromgren

Thanks, guys!

I use both the web interface and the Duet handset and probably haven't
noticed that there is a difference. If I have to use the web interface,
that's OK as long as I know the limitation.

Per.


-- 
perstromgren

perstromgren's Profile: http://forums.slimdevices.com/member.php?userid=19837
View this thread: http://forums.slimdevices.com/showthread.php?t=82397

___
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-10-04 Thread shabbs

BoomX2;580612 Wrote: 
> I did notice NCAA football scores from yesterday were still showing
> today.  I found an extra line of code inadvertently left behind in the
> gotCFB sub.
I noticed this too. Your update has been implemented. Sweet.


-- 
shabbs

[shabbs]

*Rip/encode:* 'EAC' (http://www.exactaudiocopy.de/) v0.99 prebeta 5
[secure] w/ 'Lame' (http://www.rarewares.org/mp3.html) v3.98.2 [-V 0]
*Audio:* 'SB1' (http://www.slimdevices.com/pi_squeezebox.html) -->
Technics SA-DX1040 --> customs; 'SB3'
(http://www.slimdevices.com/pi_squeezebox.html) --> Yamaha RX-V661 -->
JBL E30's

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

2010-10-04 Thread Sunnysekot

GoCubs;565745 Wrote: 
> I've gone ahead and posted 5.9.3 
> ...
> -Fixed weather.com parsing. Special thanks to Erland and BoomX2.
> -Should handle HTML ISO 8859-1 characters better.
> 
Hi there!
I updated to 5.9.5 yesterday and 
1.
the ISO 8859-1 is still problematic.
Well, its better, but as you can see at the screenshot (is there any
better way to do a screenshot of a S Classic than using a camera???)
There is still not an ö or ä to see. It should be an ö but it is a
funny  thing...
At least there is no mor ö which I appreciate very much...
and, as you can see: weather.com sends sometimes the string "bewoelkt"
and sometimes the string "bewölkt" which is transforme into the
funny "bewÂTlkt" thing now.

2. The blank-screen problem (for any forecasts farer than tomorrow)
still persists. BUT(!) I found out, that I have the problem only with
one of my Classics (!!! ??? !!!) 
The one in the cellar (a newer one) has no Blank-Screen Problem.
So what may be the difference of them?
Firmware ? No, both running on FW 130.
different strings in the SDT config? No, I checked it out.
To tell the truth - I didnt find any difference, they both support
pixel-grafix and there is nothing diferent, also no difference to be
seen on the label on the backside.. But they are somehow different, for
one has the blank-screen problem and the otherone doesnt. Strange, but
not the Problem of Greg I thing!

3. Still no Amazon.de in your plugin Greg, so I decided to donate via
Paypal today, for we love your SDT very much and it helps me choosing
the right clothes in the morning ;)


+---+
|Filename: Leicht bewölkt.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=10703|
+---+

-- 
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.2 r30889
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] Announce: Whitebear updated version

2010-10-04 Thread AndrewFG

Philip Meyer;580628 Wrote: 
> However, I still get "Socket Error # 10053 - Software caused connection
> abort" when I visit the Whitebear Status tab.

Can you be more specific? Are you running Whitebear as a service or as
an application? And how do you see the socket error message (presumably
not actually on the Status tab?). Could you perhaps post a screenshot?


-- 
AndrewFG

Regards,
AndrewFG

http://www.whitebear.ch/mediaserver

AndrewFG's Profile: http://forums.slimdevices.com/member.php?userid=15838
View this thread: http://forums.slimdevices.com/showthread.php?t=82399

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


Re: [SlimDevices: Plugins] Help converting a simple skript to run under Server 7

2010-10-04 Thread Michael Herger
Did you try dropping your version in place of the FileViewer/Plugin.pm?

Michael


Am 04.10.2010, 11:32 Uhr, schrieb shen 
:

>
> Hi all,
>
> I need some help :)
>
> Some years ago I was looking for a skript to show me a clock, inside
> and outside temperatures on my SB. mherger recommended me his
> FileViewer.pm* which I modified to my needs and which is running for
> years now with no problems.
>
> *) http://forums.slimdevices.com/showthread.php?t=24440
>
> Now I upgraded to Server 7.x and the skript does not work anymore.
> Perhaps someone can help me in converting it!? I'm not very experienced
> in pearl, but perhaps the changes aren't that much ...
>
> The plugin reads the textfile "FHZtemps.txt" , parses it and and
> presents the data on my SB, see softsqueeze screenshot below.
>
> Many thanks in advance ...
> Stefan
>
>
> +---+
> |Filename: FileViewer.pm|
> |Download: http://forums.slimdevices.com/attachment.php?attachmentid=10706|
> +---+
>


-- 

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


Re: [SlimDevices: Plugins] Announce: Whitebear updated version

2010-10-04 Thread Phil Meyer
>Look for the file "mediaserver.settings" in a folder named "whitebear"
>under the common application data folder. (The exact location of the
>common application data folder depends on your O/S version). You can
>open and edit this file with Notepad.
>
Corrected prefs.

However, I still get "Socket Error # 10053 - Software caused connection abort" 
when I visit the Whitebear Status tab.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Integration with Control4 Home Automation

2010-10-04 Thread turls

Sonos integration (2-way):

http://www.extravegetables.com/drivers/sonos/index.php


-- 
turls

turls's Profile: http://forums.slimdevices.com/member.php?userid=36599
View this thread: http://forums.slimdevices.com/showthread.php?t=73032

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


Re: [SlimDevices: Plugins] Announce: Whitebear updated version

2010-10-04 Thread AndrewFG

Philip Meyer;580572 Wrote: 
> >An updated version of Whitebear has been released:
> >
> Thanks for the update.
> 
> I think there's a problem with the Squeezebox Server Login settings
> though - it only allows me to enter 5 chars in the user name and
> password fields.
> 
> Where do the settings get stored (I might be able to manually enter the
> right values into the Registry or settings file?)
> 
> Phil

Look for the file "mediaserver.settings" in a folder named "whitebear"
under the common application data folder. (The exact location of the
common application data folder depends on your O/S version). You can
open and edit this file with Notepad.


-- 
AndrewFG

Regards,
AndrewFG

http://www.whitebear.ch/mediaserver

AndrewFG's Profile: http://forums.slimdevices.com/member.php?userid=15838
View this thread: http://forums.slimdevices.com/showthread.php?t=82399

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


Re: [SlimDevices: Plugins] Integration with Control4 Home Automation

2010-10-04 Thread turls

I'm waiting for this as well.  The current recommendation from the
Control4 dealer I'm working with is to dump Squeezebox for Sonos. Does
anybody care that that is the advice we are getting?

What would it take to get a developer to take this on?  I would think
most of the Control4 installs are in the 10k-50k range, there would be
some money there for a developer for a Control4 integration strategy.


-- 
turls

turls's Profile: http://forums.slimdevices.com/member.php?userid=36599
View this thread: http://forums.slimdevices.com/showthread.php?t=73032

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