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

2005-12-04 Thread w42

First comment: Love the plugin!

Now for a small request, I'd like to see pressure in hPa, shouldn't be
that much of a problem after you've made conversions for almost
anything else *gg*

I have no clue what the conversion is, come to think of it: I do not
even know the unit it it currently displayed in (stones per square inch
or what ?).
But I could try and figure it out should there be a need.


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

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


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

2005-12-05 Thread w42

GoCubs Wrote: 
> I believe the pressure displayed is in inches of mercury.  If what I
> read is correct, multiplying that by 33.8639 yields hPA.  Does a number
> that large sound correct to you?
> 
> -Greg
Yes, that adds up. And it should read hPa, that'll teach me to write
posts at 6:30 in the morning *gg*

Thnx


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

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


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

2005-12-07 Thread w42

GoCubs Wrote: 
> -Added a macro variable for pressure in hPa.
Just upgraded -> works

Thnx


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

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


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

2005-12-08 Thread w42

Greg,

Just noticed that the Celsius Temperature display was broken. (39 is a
bit warm for December in my part of the globe *gg*)


In the FtoC routine you've got the conversion 'commented' ?
Removing the comment worked for me, question is: does that break
something else ?

sub FtoC {
my $temp = shift;

#$temp = ($temp-32)*5/9;
$temp = int($temp + .5 * ($temp <=> 0)); #Funky round   

return $temp;
}


PS: 2000+ lines of perl: respect ;-)


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

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-06-27 Thread w42

Looks like several weather stations now have an empty pop field :-(


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-06-28 Thread w42

Yesterday I did some checking, the  field is there but it does not
always contain data.

See:
http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=frankfurt
Versus:
http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=berlin

Frankfurt has 
Berlin has 27

Given that I have made some modifications/checks in my local code. So I
now see  "-- %" instead of the bogus number.


In wunderground.pm, line 247:
'ppcp' => ref($_->{pop}) eq "HASH" ? "N/A" : $_->{pop}


PS: the plugin is distributed as .par, which makes 'hacking' slightly
more difficult.
PPS: I have no real problem with doing direct modifications to the code
in SVN at googlecode.


-- 
w42

*sc 7.3.2 on debian lenny/2.6.26-2-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-06-28 Thread w42

Did you install and are now using v2.2.2 ?
Which weather station are you using ?



PS: v2.2.2 works for me, the 'rain' field is gone from display.


-- 
w42

*sc 7.3.2 on debian lenny/2.6.26-2-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-06-28 Thread w42

Odd. I've just tried EGNX and it works correctly (no 7-digit number).
Also upgraded to SC 7.3.3, but that makes no difference here.

Are there any references to weathertime in server.log?
Which reminds me that the code could use some modifications to make
better use of newer SC code.


BTW: I've tried several stations, % rain is shown on the website, but
the XML contains  instead of a value.
Changing to a station (some 500 km. away, so not a real option ;-))
which has a pop value in the XML returns the rain % on my SB3s.


-- 
w42

*sc 7.3.3 on debian lenny/2.6.26-2-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Freenas/Slimnas installation problem

2009-12-28 Thread w42

Settings seems to be a dead link (at least on my 7.4.1 SBS).
If the Extension Downloader is active you should see a -Additional
Repositories- field at the bottom of the plugins page.
Might need to restart SBS if not already done so.


-- 
w42

*sb3 wired, sb3 wireless * (sb radio ordered, eta 2009-12-29)
*squeezebox server* 7.4.1 on debian lenny/2.6.26-2-686
*plugins* findart, weathertime screensaver

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=73094

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


Re: [SlimDevices: Plugins] Freenas/Slimnas installation problem

2009-12-28 Thread w42

Same here, but I see no reason why there should be anything there.

Can add additional repos, download and activate plugins just fine ...


-- 
w42

*sb3 wired, sb3 wireless * (sb radio ordered, eta 2009-12-29)
*squeezebox server* 7.4.1 on debian lenny/2.6.26-2-686
*plugins* findart, weathertime screensaver

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=73094

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


Re: [SlimDevices: Plugins] Announce: FindArt plugin beta

2009-12-28 Thread w42

This should have probably been written in bold and large (huge) print:
bpa;314994 Wrote: 
> To install in SqueezeCenter 7.3 and later see 
> http://forums.slimdevices.com/showpost.php?p=373902&postcount=14


-- 
w42

*sb3 wired, sb3 wireless * (sb radio ordered, eta 2009-12-29)
*squeezebox server* 7.4.1 on debian lenny/2.6.26-2-686
*plugins* findart, weathertime screensaver
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=49245

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-12-29 Thread w42

Scrolling up & down to show forecast works for me (not that I am
particularly pleased by the forecast :-().

SBS 7.4.1, SB3 using remote controller.


-- 
w42

*sb3 wired, sb3 wireless, sb radio *
*squeezebox server* 7.4.1 on debian lenny/2.6.26-2-686
*plugins* findart, weathertime screensaver
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-08-30 Thread w42

The line 2099 is slightly misleading. The problem lies in 2100/2101:

Code:

my $alarmOn = preferences('server')->client($client)->get("alarm")->[0]
  || preferences('server')->client($client)->get("alarm")->[$wday];
  



I've changed that into:

Code:


  my $alarmOn;
  # my $alarmOn = preferences('server')->client($client)->get("alarm")->[0]
  #   || preferences('server')->client($client)->get("alarm")->[$wday];


This removes the error (I want weather, no alarms ;-)).


I have another problem, but that could well be caused by the unzipping
of the .par file? Will have to check, but not today...


-- 
w42

SqueezeCenter 7.2 (on Debian Etch/2.6.18-6-k7)
SB3 wired + SB3 wireless

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-08-31 Thread w42

peterbell;334603 Wrote: 
> Yep, so it does.  Looking at the code, it appears that all that is
> happening here is the 'alarm on' symbol is being added to the display,
> and the line in question is determining the alarm state.. 
> Unfortunately, the alarm preferences have been changed in 7.2 for the
> new alarm facilities.  I haven't investigated enough to find out
> exactly what the code should be now.
Must be some change in the SC code.
Now Perl is usually not a problem for me, but on the few occasions I
looked at the SC code (or tried to) I seem to fail to find some kind of
description as to how user code can interact with the core code.


peterbell;334603 Wrote: 
> > > > I have another problem, but that could well be caused by the unzipping
> > of the .par file? Will have to check, but not today...> > 
> 
> Oooo, what is the other problem?

I get these messages when storing the plugin settings:

Code:


  [08-08-31 10:14:33.6082] Slim::Web::Settings::handler (153) Preference names 
must be prefixed by "pr
  ef_" in the page template: units (PLUGIN_SCREENSAVER_WEATHERTIME)
  [08-08-31 10:14:33.6085] Slim::Web::Settings::handler (153) Preference names 
must be prefixed by "pr
  ef_" in the page template: city (PLUGIN_SCREENSAVER_WEATHERTIME)
  [08-08-31 10:14:33.6087] Slim::Web::Settings::handler (153) Preference names 
must be prefixed by "pr
  ef_" in the page template: citycode (PLUGIN_SCREENSAVER_WEATHERTIME)
  [08-08-31 10:14:33.6089] Slim::Web::Settings::handler (153) Preference names 
must be prefixed by "pr
  ef_" in the page template: interval (PLUGIN_SCREENSAVER_WEATHERTIME)
  [08-08-31 10:14:33.6096] Slim::Web::Settings::handler (153) Preference names 
must be prefixed by "pr
  ef_" in the page template: dateformat (PLUGIN_SCREENSAVER_WEATHERTIME)
  [08-08-31 10:14:33.6098] Slim::Web::Settings::handler (153) Preference names 
must be prefixed by "pr
  ef_" in the page template: linethree (PLUGIN_SCREENSAVER_WEATHERTIME)
  [08-08-31 10:14:33.6100] Slim::Web::Settings::handler (153) Preference names 
must be prefixed by "pr
  ef_" in the page template: linethreeunit (PLUGIN_SCREENSAVER_WEATHERTIME)
  



Must be something fubar with the way I unpacked the .par file.  Have to
find some description as to how that should be done, or where the files
should go.
OTOH I may also try to rezip (with above modification) and see what
happens.


-- 
w42

SqueezeCenter 7.2 (on Debian Etch/2.6.18-6-k7)
SB3 wired + SB3 wireless

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-08-31 Thread w42

Pascal Hibon;334822 Wrote: 
> Since I’m not a developer I need some help with this. 
> Can you explain how the install these two patches?
Probably easier to install the version from kyleki.



I've applied mavit's 2nd patch, and I still see the messages.
No worries, turned out I had a wrong citycode (have never run this
plugin before ;-)).

This is one hell of a plugin!!


-- 
w42

*sc 7.2 on debian etch/2.6.18-6-k7*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-09-04 Thread w42

NickA;336001 Wrote: 
> Its all working fine, but...  I can't adjust the settings due to 
> > 
Code:

  >   > Plugin is incompatible with this version of SqueezeCenter. Please 
update.

> > 

Which version of SC are you running?


-- 
w42

*sc 7.2 on debian etch/2.6.18-6-k7*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-12-13 Thread w42

As the weather is slowly but steadily into winter season in these parts,
I noticed that there is a missing translation for "Change of Snow".

Just add following to strings.txt in WeatherTime plugin directory:

Code:

PLUGIN_WEATHERTIME_CHANCE_OF_SNOW
EN  Chance of Snow
FR  Risque de Neige
DE  Schnee möglich
NL  Kans op sneeuw




Sorry, my Danish and Swedish skills are lacking, so I left those out
;-)


-- 
w42

*sc 7.2 on debian etch/2.6.18-6-k7*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-12-13 Thread w42

You can set maxversion to *

Code:

*



This will probably break for SC 8 (guessing here), or whatever SC
version changes the interface to Plugins.


-- 
w42

*sc 7.2 on debian etch/2.6.18-6-k7*
*sb3 wired + sb3 wireless*

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: FindArt plugin beta

2008-12-27 Thread w42

bpa;375713 Wrote: 
> I'm not sure how useful people find this plugin but please post if you
> have any suggestions to improve functionality/ease of use.
On a scale of 1 to 5, I give it 10 points.  IOW I love it :-)

Got the same problem as lowjumpingfrog with the cover art showing up
only after a immediately full DB rescan. Not a big problem since I do
that during nightly maintenance anyway.

I've got at least 1 CD that for some reason won't work, Black & White
050505 by the Simple Minds.
2 popup windows are presented, first saying RenderBadState state=null,
second showing xml content, probably needs some & -> & tweaking.
But not sure where...


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

-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=49245

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-12-31 Thread w42

Looks like the forecast information is missing from the XML response.

Example:
http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=Arviat,Nunavut
The plugin looks for simpleforecast -> forecastday. There's only todays
info, nothing for January 1st :-(

Let's see what happens in a few hours, might be a wrap problem at
www.wunderground.com


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: FindArt plugin beta

2008-12-31 Thread w42

w42;376077 Wrote: 
> I've got at least 1 CD that for some reason won't work, Black & White
> 050505 by the Simple Minds.
OK, solved by changing from "Title search" to "Keyword search" ;-)


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=49245

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-01 Thread w42

@rwinkdopey:

anything concerning WeatherTime showing up in server.log?


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: FindArt plugin beta

2009-01-03 Thread w42

bpa;377935 Wrote: 
> - Searches (both Title & keyword) can be restricted by using Name of
> Song Artist of playing Track (not Album artist).
Many thanks for that feature!
Keyword search combined with Artist works very good for me, especially
to get covers for those "Best Of" albums.


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=49245

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-13 Thread w42

servies;383078 Wrote: 
> I guess I'll be able to start testing all changes tonight on my own
> squeezebox 3 and after that I'll commit them to the repository so
> Martin can release a new 'official' version.
Asking very, very polite and quiet: how about creating a repo and be
able to use the Extension Downloader?

I've not looked into the tech details, but I'd be willing (and more
than likely able ;-)) to help.


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-14 Thread w42

martin.rehfeld;384284 Wrote: 
> if the Extension Downloaded is what I figure it is, that sounds like a
> very good idea. What would be needed to support it?
Took me some time to find description for it, but here goes:
http://wiki.slimdevices.com/index.php/SqueezeCenter_Repositories_Developers

Looks like the mkrepo.pl is basically all that is needed:
http://wiki.slimdevices.com/index.php/PluginDevTools


This looks much easier than I though :-D


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-16 Thread w42

cparker;385000 Wrote: 
> Its a major pain, if you use google code to store the repository file
> then you are screwed as they dont allow you to delete a file only
> depreciate it!  So you would need to rename it each change.
Right.
I just checked the repo filelocation from bpa and erland, they have the
repo.xml (or latest.xml) straight from SVN trunk. That is of course
changeable and you'll always get the latest revision. Or am I missing
something?

cparker;385000 Wrote: 
> Since the Extension downloader needs a static filename you will need to
> find anything provider to host the file, or bare the cost out of your
> own pocket.  Dont forget that each install will poll the server for the
> xml file daily?? so traffic can add up. 
Depends on the amount of installations of the plugin. 100, 1000, 1,
10, more?
But given the size of the XML file, that would still be a reasonable
amount, unless you have to pay by KB.

cparker;385000 Wrote: 
> Would be nice if Logitech setup a "secure" dev area for these repository
> files.
I'm sure they have several ideas to improve the use of the Ext.
Downloader :-)


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-16 Thread w42

tcutting;385312 Wrote: 
> Is there an updated strings.txt file available?
Not that I know of.

You'd just need to duplicate PLUGIN_WEATHERTIME_WIND_N and add this to
strings.txt

Code:

PLUGIN_WEATHERTIME_WIND_NORTH
EN  N
FR  N
DA  N
DE  N
NL  N




PS: I've got several log complaints about missing
PLUGIN_WEATHERTIME_WIND_EAST.


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-16 Thread w42

servies;385521 Wrote: 
> and possibly create a setup for the 'extension downloader'...

The repo.xml (put that in SVN/trunk) would look something like this:

Code:


  
  
  WeatherTime Screensaver
  
  
  
  WeatherTime Screensaver
  The weather data is retrieved from Weather Underground (tm). 
To localize you
  r forecast you also need to find out a unambiguous wunderground.com citycode. 
It is advisable to use
  the 3-letter-code of your nearest airport, e.g. TXL for Berlin-Tegel, 
Germany.
  Many
  Martin Rehfeld
  x...@x.x
  http://weathertime.googlecode.com/files/Plugins-WeatherTime-Plugin 
r108.zip
  00b0f1b232929c4f178f79d25a30949c3e47815d
  
  
  



You'd need so calculate the SHA again if you change the ZIP.


If also put the repo.xml here for testing
http://olaf.homelinux.com/misc/audio/repo.xml, just add that in SC and
something should show up.
Did not install, probably because I still have my modified WeatherTime
installed. As long as there is no new ZIP I do not want to remove that
;-)


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-16 Thread w42

bonze;385625 Wrote: 
> It also won't run as the install.xml is set to maxversion 7.1+
> 
> edit: it now tells me there's an update 2.1.1 to 7.3
That's because there is no new version (yet), IIRC latest ZIP is from
Aug. 2008.  I've also just put some random version number in.

If martin can put a new ZIP online and put a correct repo.xml online,
all will be good :-)


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-17 Thread w42

Hi Martin,

In the Extension Downloader following link to repo.xml should be
entered: http://weathertime.googlecode.com/svn/trunk/repo.xml
This gives the plain XML file :-)

I've also made a mistake in above XML, plugin name="AppletName" should
of course be plugin name="WeatherTime".
Sry about that :-(

After that modification I think WeatherTime installs in the proper
directory, now it is
/InstalledPlugins/Plugins/AppletName/WeatherTime which won't
work.


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-17 Thread w42

Yes that works :-D

Installation (and deinstallation) work out OK thru the Extension
Downloader. Pretty Cool!


I only see PLUGIN_SCREENSAVER_WEATHERTIME_DESC as description in the
Extension Downloader after installation.
Not sure why, but ... If you just duplicate
SETUP_GROUP_PLUGIN_WEATHERTIME_DESC in strings.txt and restart SC it
works out O.K.


Screenshot:  http://olaf.homelinux.com/tmp/SC-WeatherTime.png


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-17 Thread w42

martin.rehfeld;386082 Wrote: 
> Ok, added that as well and bumped the version up to 2.2.1 -- should be
> ready to be picked up by Extension Downloader
Sure does and works perfectly, thanks.

Upgrading through the Extension Downloader is sooo easy :-D


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-18 Thread w42

bonze;386301 Wrote: 
> It's not showing up in the Extension Downloader for me:

See this:
http://forums.slimdevices.com/showpost.php?p=386054&postcount=699


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-20 Thread w42

That would be some error in the plugin code.

Probably the reported value for wind does not exist or has a completely
unexpected value, so WeatherTime builds the lookup text wrongly (HASH is
the perl print representation for an array, record, etc.).


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Cover Art request

2009-01-20 Thread w42

Here is an example: "Zurück aus der Zukunft" by Extrabreit.

I've set amazon.de locale and tried all combinations of Title, Keyword
and include artitst when searching. Min keyword is set to 4.

Amazon link would be:
http://www.amazon.de/Zurück-aus-Zukunft-Extrabreit/dp/B084XR/ref=sr_1_9?ie=UTF8&s=music&qid=1232467800&sr=8-9
So I'm assuming (correctly ?) that they do have the cover art.


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=58539

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


Re: [SlimDevices: Plugins] Cover Art request

2009-01-20 Thread w42

A little experimentation shows that I can retrieve if I substitute ü
into %C3%BC when throwing the search URL in my browser.
Neither u (usually works in most searches) nor ü return search
results.

Not sure how the handle that easily in Perl though.


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=58539

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-01-23 Thread w42

martin.rehfeld;387788 Wrote: 
> Somewhere way up in this thread it was described as non-trivial but also
> not very hard (it involved basically processing the results in an
> ansych. callback function).
By looking at the code being non-trivial describes it well :-S


Anyways, since the sync http is giving me trouble from time to time
(aka wife complaining that SC is not responding), I will have a go at
this. But do not expect anything soon, there are still things in other
areas that have a higher priority...


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
----
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-02-01 Thread w42

I sometimes see the "no data available" message, it is always a
temporary problem though. Some minutes/hours later the weather is
displayed again.


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] Announce: FindArt plugin beta

2009-02-08 Thread w42

Thanks bpa!

Especially the Custom Search is a brilliant addition.


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*

w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=49245

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


Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2009-02-09 Thread w42

servies;394548 Wrote: 
> I can't tell you exactly what it is. As I understand it from the
> wikipedia page it's something inbetween hail and freezing rain... I
> can't even find a Dutch translation for it (yet)...
> I've added it to the strings.txt, but only the English translation as
> (according to Wikipedia) this type precipitation happens mostly in the
> US/Canada.

My guess is that it is hail, there is currently no straight text for
that. Numerous combinations for ice and rain but no hail. 
Maybe incorrect though, could a native english speaker please tell us
the difference between hail and ice pellets?


The Dutch translation would be: hagel
The German translation would be: Hagel


-- 
w42

*sc 7.3 on debian etch/2.6.18-6-686*
*sb3 wired + sb3 wireless*
--------
w42's Profile: http://forums.slimdevices.com/member.php?userid=2498
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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