Re: [SlimDevices: Plugins] 7.3 Recommended 3rd Party Plugins

2008-12-31 Thread peterw

andyg;377527 Wrote: 
> I'm not so sure, the reason the master stores the state is so that
> synced players always work correctly regardless of which player is
> being controlled.  If you remove this most all core plugins will not
> work properly when synced.
> 

When commiting the pluginData change, you could also modify the core
pligins to use $client->master()->pluginData
instead of just $client->pluginData and that would let them keep the
old (7.0 - 7.3.1) behavior they expect/need, right?

Better might be to refactor Client.pm so that pluginData() retains the
current behavior but is essentially $this->clientPluginData -- where
clientPluginData is pluginData with the master() logic removed. 4 lines
of code, all in Client.pm, backwards compatible.

-Peter


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime KidsPlay
KitchenTimer PlayLog PowerCenter/BottleRocket SaverSwitcher
SettingsManager SleepFade StatusFirst SyncOptions VolumeLock

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

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


Re: [SlimDevices: Plugins] 7.3 Recommended 3rd Party Plugins

2008-12-31 Thread peterw

peterw;377558 Wrote: 
> 
> Better might be to refactor Client.pm so that pluginData() retains the
> current behavior but is essentially $this->clientPluginData

I meant $this->master()->clientPluginData -- oops.


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime KidsPlay
KitchenTimer PlayLog PowerCenter/BottleRocket SaverSwitcher
SettingsManager SleepFade StatusFirst SyncOptions VolumeLock

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

___
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: New versions of erlands plugins

2008-12-31 Thread erland

A number of new versions of my plugins has now been released:

SQLPlayList 2.3:
- Added support for SQL Playlist mixer to create SQL Playlists based on
selections in browse menus

Title Switcher 1.1.1
- Corrected so empty static texts aren't displayed unless the dynamic
part contains any information

DynamicPlayList 2.6.1
- Corrected so parametrizied playlists with more than 200 items works
on Controller
- Corrected so alarm playlists and saved playlsits survives a full
rescan.
- Added support for start and numberOfItems parameters to
dynamicplaylist playlists CLI command.

CustomScan 2.3
- Corrected so Amazon scanning module can write SqueezeCenter ratings
- Added support for SQL Playlist mixer to create SQL Playlists from
selections in Custom Browse Tags(Dynamic Tags) menu.

CustomBrowse 2.6
- Added support for Various Artists in Genres/SubGenres menu
- Added support for dynamic third party plugin mixers, used by new SQL
Playlist mixers provided by Custom Scan and SQL Playlist plugin.
- Optimized Controller communication a bit to improve performance a
bit.

TrackStat 2.6
- Added playlist templates for use with SQL Playlist:
-- TrackStat last added songs
-- TrackStat last played songs
-- TrackStat last added albums

NOTE!
They can still be installed the old way, but if you run SqueezeCenter
7.3 the recommended way is to use the Extension Downloader in
SqueezeCenter settings.
Use the repository url listed here:
http://wiki.slimdevices.com/index.php/SqueezeCenter_Repositories

NOTE2
If you are using Windows Vista, install manually and get errors when
unzipping the plugins, you may need to install the hotfix:
http://support.microsoft.com/KB/952249

If you are a developer that want to make sure my plugins are
continuously developed, please see this thread:
http://forums.slimdevices.com/showthread.php?t=41583

If you are a normal user that want to help:
- Post bugs whenever you find them, either in the 'issue tracker on the
google code site' (http://erlandplugins.googlecode.com/) or in '3rd
party plugins' section of this forum.
- Help updating the information about these plugins and related
tutorials on the 'Slim Devices wiki site'
(http://wiki.slimdevices.com)

As usual the plugins are available from my download page for people
that don't want to use the Extension Downloader:
http://erland.isaksson.info/download
(If you are using 7.3 it's preferable to install through the Extension
Downloader in SqueezeCenter Settings instead).

The documentation about the plugins is now stored on the Slim Devices
wiki site but can also be reached through my own wiki:
http://wiki.erland.isaksson.info/index.php/Category:SlimServer
(If you find an error in the documentation, please update the text on
the wiki)


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=49483

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


Re: [SlimDevices: Plugins] Custom SQL Playlist problem

2008-12-31 Thread erland

Philip Meyer;369649 Wrote: 
> 
> I was thinking that a really nice enhancement would be to be able to
> save/play random song mixes from browse by tags.  i.e. drill down into
> Browse Tags > Year > 2008 > Genre > Rock, and then start a dynamic mix
> of all matching songs, or save the selected tag parameters as a dynamic
> playlist.  This would be a much nicer interface for users to create
> simple dynamic playlists, if it is possible to do.
> 
I've made a first implementation of this in the just released versions
of Custom Browse, Custom Scan and SQL Playlist. 

The new SQL Playlist mixer icons are currently only available in the
web interface but I think it might be possible to offer similar
functionality from the player and controller interface if we skip the
configuration part. The web interface will allow you to change the
values before you save and play the playlist. In the player interface I
think it might be better to just save and play the playlist
automatically to make it easier for the user.

Anyway, give it a try when you have the time and provide some feedback.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=56199

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


Re: [SlimDevices: Plugins] Dynamic Playlists in Favorites

2008-12-31 Thread erland

Check if the just released versions of SQL Playlist and Dynamic Playlist
solves your problems. You will have to re-select/re-create the favorites
and alarm playlists.

If some SQL Playlists still fails, enable debug logging on
"plugin.sqlplaylist" and "plugin.dynamicplaylist" in SqueezeCenter
Settings/Advanced/Logging and post the log directly after a playlist
has failed. I've added some debug messages in the new versions so
hopefully it should be possible to see the cause if it still doesn't
work.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=57071

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2008-12-31 Thread dip

Thanks a lot for the new versions of your great plugins!

Some questions:

1. In the present version of CustomBrowse there is the problem that for
multi disc albums the extensions (Disc 1), (Disc 2) ... are not shown in
the browse menu if the "show multi disc albums as separate albums"
option is set. Is this fixed in the new version?

2. We previously discussed if it is possible to define the sorting by
DISC-TRACKNUM instead only by TRACKNUM in a CustomBrowse menu
definition. You mentioned that this would only be possible by
customizing the XML. Is this still true in the new version? If yes, it
would be great if you could give a short explanation how the XML file
must be amended.

3. There are several "by letter" menus predifined in CustomBrowse (e.g.
artist by letter, albums by letter). What I am missing is a "title by
letter" menu. At the moment I do not use a title menu at all since it
takes ages until the long list of song titles are displayed (and
browsing through about 10.000 song titles takes also very long). Is it
possible to create a "title by letter" menu with CustomBrowse and would
that accelerate browsing?


-- 
dip

dip's Profile: http://forums.slimdevices.com/member.php?userid=902
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] DynamicPlayList stopped working after upgrade to 7.3.1

2008-12-31 Thread erland

Could you try the just released versions of SQL Playlist and Dynamic
Playlist. 

I suspect it isn't going to solve your problems, so if it doesn't I
would like you to enable logging on "plugin.dynamicplaylist" and
"plugin.sqlplaylist" and post the log when a playlist has failed. The
new versions contains some new log messages in critical places,
hopefully this should make it possible to see what's going on.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=57249

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


Re: [SlimDevices: Plugins] Help needed from other Inguz users

2008-12-31 Thread Toby Dickenson
Do you have the rest of Inguz working but no test signals?

One option might be to generate sweeps using the approach I describe at 
http://www.tarind.com/brutefir_drc.html. That method generates filters without 
using any SC plugins.

That method is particularly handy for users of the brutefirdrc plugin, which 
provides room correction but has no support for generating filters.

That same method can be used to generate filters for the Inguz plugin too.. 
Although I dont know if anyone has actually tried this with Inguz since I 
scratched out that documentation, which probably means I missed out a few 
critical Inguz-specific steps. You might need to improvise, but that is surely 
better than being stuck with out of date room correction filters.




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


Re: [SlimDevices: Plugins] Custom SQL Playlist problem

2008-12-31 Thread Phil Meyer
>I've made a first implementation of this in the just released versions
>of Custom Browse, Custom Scan and SQL Playlist. 
Fantastic.  I'll see if I can find time to try it out today.

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2008-12-31 Thread erland

dip;377592 Wrote: 
> 
> 1. In the present version of CustomBrowse there is the problem that for
> multi disc albums the extensions (Disc 1), (Disc 2) ... are not shown in
> the browse menu if the "show multi disc albums as separate albums"
> option is set. Is this fixed in the new version?
> 
I haven't changed anything related this in the last release but it
shows up with (Disc 1) on my own setup.

Is there a specific menu where you have this problem or are you saying
it doesn't work in for example the Custom Browse/Albums menu ?

Is the problem in all interfaces (player, web, controller) or just some
of them ?

dip;377592 Wrote: 
> 
> 2. We previously discussed if it is possible to define the sorting by
> DISC-TRACKNUM instead only by TRACKNUM in a CustomBrowse menu
> definition. You mentioned that this would only be possible by
> customizing the XML. Is this still true in the new version? If yes, it
> would be great if you could give a short explanation how the XML file
> must be amended.
> 
Which menu, I fixed this in a lot of menus a few months ago but I might
have missed some.

dip;377592 Wrote: 
> 
> 3. There are several "by letter" menus predifined in CustomBrowse (e.g.
> artist by letter, albums by letter). What I am missing is a "title by
> letter" menu. At the moment I do not use a title menu at all since it
> takes ages until the long list of song titles are displayed (and
> browsing through about 10.000 song titles takes also very long). Is it
> possible to create a "title by letter" menu with CustomBrowse and would
> that accelerate browsing?
I've just added a "Filtered Songs by Letter" menu which will be
included in the next release. If you like to use it already now you can
use the download links in the Custom Browse settings pages to download
it directly.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=49483

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


Re: [SlimDevices: Plugins] Custom SQL Playlist problem

2008-12-31 Thread Phil Meyer
Just had a very quick play in WebUI, and notice a few things:

1. Went to "Custom Browse > Tags > Years > 2008 > Genre", and clicked "Create 
mixed tag SQL Playlist" on the Rock genre.
This created a template named "Random for Rock" - it would be nice if the 
default name included all selected values, eg "Random for 2008 Rock".

2. Saved the playlist and played it.  However, it played random songs from 
genre=Rock, not constrained to year=2008.  The template has mixed tag name YEAR 
equal to 2008, and switching to custom SQL looks okay:

-- PlaylistName:Random for Rock
-- PlaylistGroups:
select tracks.url from tracks
left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and 
dynamicplaylist_history.client='PlaylistPlayer'
join customscan_track_attributes mixedtag1 on
tracks.id=mixedtag1.track and mixedtag1.module='mixedtag' and 
mixedtag1.attr='YEAR' and mixedtag1.value ='2008'

join customscan_track_attributes mixedtag2 on
tracks.id=mixedtag2.track and mixedtag2.module='mixedtag' and 
mixedtag2.attr='GENRE' and mixedtag2.value ='Rock'

where
tracks.audio=1
group by tracks.id
order by rand()
limit 10;

3. The templates it creates are always random tracks.  Is it possible to select 
an option to create random albums?

4. I then navigated to "Custom Browse > Dynamic Mixed Tags > Years", and 
clicked "Create mixed tag SQL Playlist" on 2008.
This created a template named "Random for 2008", but it also contained a filter 
on GENRE=Rock. i.e. previous selected items were also included.

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2008-12-31 Thread dip

erland;377603 Wrote: 
> I haven't changed anything related this in the last release but it shows
> up with (Disc 1) on my own setup.
> 
> Is there a specific menu where you have this problem or are you saying
> it doesn't work in for example the Custom Browse/Albums menu ?
> 
> Is the problem in all interfaces (player, web, controller) or just some
> of them ?I have created a menu based on the MixedTags menu type. I enclose a
screenshot and the xml file below. If you changed something in a
previous version of the menus to solve this bug, is it necessary to
create a new version of my menu that the amendment takes any effect? At
the moment for a multi disc album I have two identical entries in the
ALBUM level without the extension (Disc 1). I tested it only on the
player since I don't use the web interface for browsing and I don't
have a controller.


album.cb.values.xml





customscan_mixedtags
Alben
Klassik
40
1
ALBUM


0
GROUPING

Werke
TRACKNUM
0




0




0




0

1
3
0







erland;377603 Wrote: 
> Which menu, I fixed this in a lot of menus a few months ago but I might
> have missed some.This also relates to the above mentioned menu based on the 
> MixedTags
menu type. As you see I entered TRACKNUM as sorting tag for level 2.
Here I would like to have DISC-TRACKNUM as sorting tag.


erland;377603 Wrote: 
> I've just added a "Filtered Songs by Letter" menu which will be included
> in the next release. If you like to use it already now you can use the
> download links in the Custom Browse settings pages to download it
> directly.Great I will test that.

Thanks a lot for your help.


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

-- 
dip

dip's Profile: http://forums.slimdevices.com/member.php?userid=902
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] 7.3 Recommended 3rd Party Plugins

2008-12-31 Thread Triode

andyg;377527 Wrote: 
> I'm not so sure, the reason the master stores the state is so that
> synced players always work correctly regardless of which player is
> being controlled.  If you remove this most all core plugins will not
> work properly when synced.
> 
OK so we need something new then - we can't ask plugins to use this
when it is only suitable for streaming related data at present.  We
could easliy move all core plugins to $client->master->pluginData. 
Otherwise we need a new accessor as per Peter.

> 
> I did, are there more that need reviewed?
> 
OK - I didn't see the output of this - you are happy with all of them? 
I'll add them if you are happy.  Will post an update with additional
ones.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] 7.3 Recommended 3rd Party Plugins

2008-12-31 Thread erland

Triode;377608 Wrote: 
> 
> OK - I didn't see the output of this - you are happy with all of them? 
> I'll add them if you are happy.  Will post an update with additional
> ones.
Andy's review of the plugins was posted in this post:
http://forums.slimdevices.com/showthread.php?p=374703#post374703


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=56697

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2008-12-31 Thread erland

dip;377616 Wrote: 
> I have created a menu based on the MixedTags menu type. I enclose a
> screenshot and the xml file below. If you changed something in a
> previous version of the menus to solve this bug, is it necessary to
> create a new version of my menu that the amendment takes any effect? 
> 
As long as you haven't selected the "Customize configuration" option at
the bottom of the menu configuration page you don't have to change
anything. My changes will automatically affect your menu after you have
installed the new version and restarted SqueezeCenter.

The the Mixed tag menu is a bit special, so the sorting and the (Disk
1) handling you like probably doesn't work there yet.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2008-12-31 Thread dip

erland;377627 Wrote: 
> As long as you haven't selected the "Customize configuration" option at
> the bottom of the menu configuration page you don't have to change
> anything. My changes will automatically affect your menu after you have
> installed the new version and restarted SqueezeCenter.
> 
> The the Mixed tag menu is a bit special, so the sorting and the (Disk
> 1) handling you like probably doesn't work there yet.1. Can I have the same 
> menu structure based on a different menu type or
do I have to use the Mixed tag menu since I use the GROUPING tag?

2. If I use the "show multi disc albums as one album" option of
Squeezecenter I would not have to care whether the (Disc 1) label works
or not. But then I need the sorting by DISC-TRACKNUM since otherwise the
tracks are sorted as "track 1 of disc 1, track 1 of disc 2, track 2 of
disc 1, track 2 of disc 2" and so on. How do I have to change the XML
file to achieve that sorting is made first by DISC and only then by
TRACKNUM?


-- 
dip

dip's Profile: http://forums.slimdevices.com/member.php?userid=902
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] 7.3 Recommended 3rd Party Plugins

2008-12-31 Thread Triode

erland;377614 Wrote: 
> Andy's review of the plugins was posted in this post:
> http://forums.slimdevices.com/showthread.php?p=374703#post374703

Ops - I missed this.  They are now in the 3rd part repo on svn - not
sure how long this will take to get to the SN server.

Andy - the next one to review is TrackStat if Erland thinks it is
appropriate.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Custom SQL Playlist problem

2008-12-31 Thread erland

Philip Meyer;377619 Wrote: 
> 
> 1. Went to "Custom Browse > Tags > Years > 2008 > Genre", and clicked
> "Create mixed tag SQL Playlist" on the Rock genre.
> This created a template named "Random for Rock" - it would be nice if
> the default name included all selected values, eg "Random for 2008
> Rock".
> 
I was thinking that the name could get rather long, but I can agree
that it might be better to still include it and let the user shorten
the name if he wants it to be short.

Philip Meyer;377619 Wrote: 
> 
> 2. Saved the playlist and played it.  However, it played random songs
> from genre=Rock, not constrained to year=2008.  The template has mixed
> tag name YEAR equal to 2008, and switching to custom SQL looks okay:
> 
Strange, the SQL looks like it should only return those that are both
"Rock" and "2008", this is also how it behaves in my setup. Could you
enable logging on "plugin.sqlplaylist" and post the log ?

There is a bug in the playlist template that will cause the "Do not
repeat tracks within same playlist" option to have no effect. However,
I don't think this should cause your problems. Just to make sure you
can try to restart SqueezeCenter before you play the SQL Playlist.

Philip Meyer;377619 Wrote: 
> 
> 3. The templates it creates are always random tracks.  Is it possible
> to select an option to create random albums?
> 
Not in this version, but it's a good idea.
I should probably give the user a selection of playlist templates that
can be used.

Philip Meyer;377619 Wrote: 
> 
> 4. I then navigated to "Custom Browse > Dynamic Mixed Tags > Years",
> and clicked "Create mixed tag SQL Playlist" on 2008.
> This created a template named "Random for 2008", but it also contained
> a filter on GENRE=Rock. i.e. previous selected items were also
> included.
> 
Is this reproducible ?
It seems to work correctly in my own setup but I might be clicking
differenty than you.

Thanks for the beta testing and feedback.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=56199

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2008-12-31 Thread erland

dip;377633 Wrote: 
> 1. Can I have the same menu structure based on a different menu type or
> do I have to use the Mixed tag menu since I use the GROUPING tag?
> 
I don't think so, if I understand you correctly you like to have a
structure like:

Code:


  ALBUM (with indication of disc)
  GROUPING (sorted by disc + tracknum)
  Track (displayed as it is in all other browse menus, sorted by disc + 
tracknum)
  



The thing that feels a bit strange to me is the GROUPING tag, can't you
have several tracks underneath a single GROUPING tag ? Isn't it wrong to
sort by tracknum then ? Or do you use TRACKNUM for something else than
specifying the number the track has on the disc ?

Maybe a GROUPINGSORT tag would solve everything ?

If you have a GROUPINGSORT tag I think the "Custom Album Tags" template
might work perfectly for you.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=49483

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


Re: [SlimDevices: Plugins] 7.3 Recommended 3rd Party Plugins

2008-12-31 Thread erland

Triode;377637 Wrote: 
> Ops - I missed this.  They are now in the 3rd part repo on svn - not
> sure how long this will take to get to the SN server.
> 
> Andy - the next one to review is TrackStat if Erland thinks it is
> appropriate.
It doesn't really matter to me, but don't think Andy liked its
synchronous HTTP calls.

TrackStat doesn't have any synchronous HTTP calls when it is used by
itself, but part of the TrackStat code is called from the Custom Scan
plugin and that part of the TrackStat code contains synchronous HTTP
calls.

TrackStat does also have a long startup time in large libraries on slow
machines which might be something that could cause support issues.

I'm sure Andy will give me a huge list of refactoring possibilities if
he reviews it because this is my oldest plugin and huge parts of it
really needs a major rewrite. I'm not going to do this rewrite until
I've seen the new schema in 8.0, at the moment I'm not sure if it's
even possible to implement the TrackStat functionality after the schema
change in 8.0. The reason is that TrackStat is currently heavily
dependent on direct access towards the database which I understood
wasn't possible in the new schema.

If TrackStat fails to pass the review, my Custom Browse, Custom Scan,
Multi Library and Database Query plugins will probably fail for the
same reasons.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=56697

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


Re: [SlimDevices: Plugins] Custom SQL Playlist problem

2008-12-31 Thread Phil Meyer
>> 2. Saved the playlist and played it.  However, it played random songs
>> from genre=Rock, not constrained to year=2008.  The template has mixed
>> tag name YEAR equal to 2008, and switching to custom SQL looks okay:
>> 
>Strange, the SQL looks like it should only return those that are both
>"Rock" and "2008", this is also how it behaves in my setup. Could you
>enable logging on "plugin.sqlplaylist" and post the log ?
>
I think I figured out my problem.  I had recently done a full rescan, and 
hadn't refreshed the mixed tags in Custom Scan (I turned off auto refresh 
option for all components).
I refreshed, and now it's working.

Perhaps when doing a full rescan, it should always clear any mixed tag info.  
At least it would be obvious when something doesn't work then!
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Custom SQL Playlist problem

2008-12-31 Thread Phil Meyer
I'm seeing errors in the log when I use the standard SC Browse Artists menu 
(classic player UI):

[13:05:44.7970] Slim::Display::Display::curLines (481) Error: bad lines 
function: Undefined subroutine &Plugins::SQLPlayList::Plugin::blessed called at 
Plugins/SQLPlayList/Plugin.pm line 326.
[13:05:44.7983] Slim::Display::Display::curLines (481) Error: bad lines 
function: Undefined subroutine &Plugins::SQLPlayList::Plugin::blessed called at 
Plugins/SQLPlayList/Plugin.pm line 326.
[13:05:44.7988] Slim::Display::Graphics::render (108) Error: bad lines function 
- non hash based display formats are depreciated
[13:05:46.1969] Slim::Display::Display::curLines (481) Error: bad lines 
function: Undefined subroutine &Plugins::SQLPlayList::Plugin::blessed called at 
Plugins/SQLPlayList/Plugin.pm line 326.
[13:05:46.2020] Slim::Display::Graphics::render (108) Error: bad lines function 
- non hash based display formats are depreciated

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


Re: [SlimDevices: Plugins] Custom SQL Playlist problem

2008-12-31 Thread Phil Meyer
>I'm seeing errors in the log when I use the standard SC Browse Artists menu 
>(classic player UI):
Seems to be all standard SC browse menus.

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


Re: [SlimDevices: Plugins] Help needed from other Inguz users

2008-12-31 Thread tonyptony

Thanks Toby. I'll try this method if I can't get Inguz working. I
rearranged my listening room some and I really want to get the system
re-EQ'd during the holidays.


-- 
tonyptony

tonyptony's Profile: http://forums.slimdevices.com/member.php?userid=3397
View this thread: http://forums.slimdevices.com/showthread.php?t=57411

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


Re: [SlimDevices: Plugins] Are you willing to pay for a Sirius Radio plug-in?

2008-12-31 Thread Rick B.

GoClubs, thanks very much for making your plugin work with Sirius Canada
again - much appreciated!


-- 
Rick B.

Rick B.'s Profile: http://forums.slimdevices.com/member.php?userid=8973
View this thread: http://forums.slimdevices.com/showthread.php?t=20621

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


Re: [SlimDevices: Plugins] Custom SQL Playlist problem

2008-12-31 Thread erland

Philip Meyer;377675 Wrote: 
> I'm seeing errors in the log when I use the standard SC Browse Artists
> menu (classic player UI):
> 
> [13:05:44.7970] Slim::Display::Display::curLines (481) Error: bad lines
> function: Undefined subroutine &Plugins::SQLPlayList::Plugin::blessed
> called at Plugins/SQLPlayList/Plugin.pm line 326.
> 
Thanks, I've just released 2.3.1 of SQLPlayList and CustomScan, the
most urgent problems should now be corrected including this.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=56199

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2008-12-31 Thread erland

Some critical bugs were found in the latest SQL Playlist and Custom Scan
plugins, so there are now new versions available of these:

Custom Scan 2.3.1:
- Corrected so repeat option works in Random for mixed tag from
selection playlist template works.
- Corrected so all values are part of playlist name in SQL Playlist
created through mixers

SQL Playlist 2.3.1:
- Corrected problem with browse menus in classic player interface
- Corrected so track repeating option works in Random from selection
playlist template


NOTE!
They can still be installed the old way, but if you run SqueezeCenter
7.3 the recommended way is to use the Extension Downloader in
SqueezeCenter settings.
Use the repository url listed here:
http://wiki.slimdevices.com/index.php/SqueezeCenter_Repositories

NOTE2
If you are using Windows Vista, install manually and get errors when
unzipping the plugins, you may need to install the hotfix:
http://support.microsoft.com/KB/952249

If you are a developer that want to make sure my plugins are
continuously developed, please see this thread:
http://forums.slimdevices.com/showthread.php?t=41583

If you are a normal user that want to help:
- Post bugs whenever you find them, either in the 'issue tracker on the
google code site' (http://erlandplugins.googlecode.com/) or in '3rd
party plugins' section of this forum.
- Help updating the information about these plugins and related
tutorials on the 'Slim Devices wiki site'
(http://wiki.slimdevices.com)

As usual the plugins are available from my download page for people
that don't want to use the Extension Downloader:
http://erland.isaksson.info/download
(If you are using 7.3 it's preferable to install through the Extension
Downloader in SqueezeCenter Settings instead).

The documentation about the plugins is now stored on the Slim Devices
wiki site but can also be reached through my own wiki:
http://wiki.erland.isaksson.info/index.php/Category:SlimServer
(If you find an error in the documentation, please update the text on
the wiki)


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=49483

___
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

2008-12-31 Thread jarome

I saw the same thing this morning in Tennessee


-- 
jarome

jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
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-31 Thread Juggler

I have (I'm ashamed to say) just downloaded and installed WeatherTime
for the first time. I'm running SqueezeCenter v7.3.1 and followed the
instructions to change the install.xml file--perfect!

My one question is where do I find the "Citycode" at wunderground.com?
I live in Burlington, Ontario, CA
(http://www.wunderground.com/global/stations/71437.html) and tried to
enter PWS, but no forecast came up. I also tried YHM for the Hamilton
Aiport (a nearby city), but no luck. The display simply says "? no
forecast available".

Can anyone help me with this very basic question?

cheers,
S.


-- 
Juggler

Juggler's Profile: http://forums.slimdevices.com/member.php?userid=4935
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] Last.fm plugin not working with upgrade to 7.3

2008-12-31 Thread stroom

mhoebe;377453 Wrote: 
> James, 1.2.1 works well, stations are playing again :)
> 
> Thanks!
> 
> --Misja

Thanks a lot James, it works for me too, I was also waiting for this
desperately.
Stroom


-- 
stroom

==
Squeezebox 3  // ipeng 
Last.FM   //AlienBBC

stroom's Profile: http://forums.slimdevices.com/member.php?userid=9612
View this thread: http://forums.slimdevices.com/showthread.php?t=55972

___
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 vandermerwe

I suspect this is a problem with the feed or wunderground. I have no
forecast for at least 8 hours in the UK.


-- 
vandermerwe

Jaboet!

vandermerwe's Profile: http://forums.slimdevices.com/member.php?userid=9300
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] 7.3 Recommended 3rd Party Plugins

2008-12-31 Thread peterw

andyg;374703 Wrote: 
> SaverSwitcher: Not OK, it has an external dependency on CGI.pm which is
> not included with SC.  Since only 2 functions are used anyway, and
> CGI.pm is a memory hog, these should be handled another way.  This
> plugin also makes use of a large amount of global variables, and should
> be refactored to use less.  $client->pluginData should be used instead.

Thanks. I'll switch from CGI to URI::Escape. I think CGI.pm is
effectively included with SqueezeCenter though -- it's been in Perl
core since early Perl 5, and I've had no error reports about this, not
even from Windows users. Maybe ActiveState is including CGI.pm code in
the released EXE that you'd rather it leave out? Anyhow, I'm happy to
switch, and I appreciate your review.

There's nothing I can do about the global variables right now though,
as per our discussion of $client->pluginData being tied to sync groups
rather than specific clients. Is my use of globals a dealbreaker for
including SaverSwitcher?

-Peter


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime KidsPlay
KitchenTimer PlayLog PowerCenter/BottleRocket SaverSwitcher
SettingsManager SleepFade StatusFirst SyncOptions VolumeLock

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

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


Re: [SlimDevices: Plugins] Nominations for Recommended 3rd Party Plugins

2008-12-31 Thread Triode

The following have just been added to the 3rd Party repo following
review by Andy: LazySearch, BBCiPlayer, TitleSwitcher

This leaves these as the most popular other plugins:
CustomBrowse4*
CustomScan  4*
TrackStat   4
SaverSwitcher   3*
WeatherTime 2
MultiLibrary2
CustomSkip  2
DynamicPlaylist 2
SQLPlaylist 2
Biography   2
ResetVolume 2
Auto Dim Display2
SqueezeScrobbler2
Server Power Control2

where * = not appropriate following review for hosting on the 3rd party
repo

Please continue to nominate or support your favorite plugins (and
controller applets too) - is there a third supporter for some of those
on 2 votes?


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Last.fm plugin not working with upgrade to 7.3

2008-12-31 Thread mhoebe

mhoebe;377453 Wrote: 
> James, 1.2.1 works well, stations are playing again :)

Except, tracks are not being scrobbled anymore ... I'm seeing 'Not
timing remote URL' messages in the log, that could be related?

--Misja


-- 
mhoebe

mhoebe's Profile: http://forums.slimdevices.com/member.php?userid=22353
View this thread: http://forums.slimdevices.com/showthread.php?t=55972

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


Re: [SlimDevices: Plugins] Announce: NPR Radio plugin

2008-12-31 Thread bpa

SC 7.3 has been updated to fix the problem of streams continuously
repeating.  The update should be included in builds from tomorrow (Jan
1).


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=51002

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


Re: [SlimDevices: Plugins] Nominations for Recommended 3rd Party Plugins

2008-12-31 Thread erland

Triode;377725 Wrote: 
> is there a third supporter for some of those on 2 votes?
I definitely support:
SqueezeScrobbler

However, the problem is that I don't think there is repository xml for
it.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library 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=56928

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


Re: [SlimDevices: Plugins] Nominations for Recommended 3rd Party Plugins

2008-12-31 Thread thing-fish

I have to say that I prefer WeatherDateTime to SuperDateTime.  I think
they are different enough that it would be great to have both.


-- 
thing-fish

' Most Recent Tracks'
(http://www.last.fm/user/thing-fish/?chartstyle=basicrt10)

thing-fish's Profile: http://forums.slimdevices.com/member.php?userid=5288
View this thread: http://forums.slimdevices.com/showthread.php?t=56928

___
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 peterbell

I've just arrived home at 3 am and the forecast is working again.

I have to suspect that there is a coding problem in WeatherTime -
missing data from Wunderground shouldn't cause a 'not an array' error.


-- 
peterbell

peterbell's Profile: http://forums.slimdevices.com/member.php?userid=7314
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] 7.3 and XM radio

2008-12-31 Thread raglencross

I may stand corrected, but I think there were changes made to
Squeezenetwork that require the 7.3 firmware to play Rhapsody.  Not a
problem if you don't subscribe to Rhapsody, but you have to wonder what
other inconsistencies exist between 7.2's F/W and SN's.


-- 
raglencross

raglencross's Profile: http://forums.slimdevices.com/member.php?userid=7239
View this thread: http://forums.slimdevices.com/showthread.php?t=56497

___
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 martin.rehfeld

peterbell;377809 Wrote: 
> I've just arrived home at 3 am and the forecast is working again.
> 
> I have to suspect that there is a coding problem in WeatherTime -
> missing data from Wunderground shouldn't cause a 'not an array' error.

It is indeed a condition the code was not prepared for, namely
Wunderground just delivering a single day of forecast. Thus Weathertime
got a single element where expecting an array.


-- 
martin.rehfeld

Cheers,
Martin Rehfeld

---
Check out http://inside.glnetworks.de/ for more to come.

martin.rehfeld's Profile: http://forums.slimdevices.com/member.php?userid=4475
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] Help needed from other Inguz users

2008-12-31 Thread tonyptony

Still hoping somebody running SC 7.2.1 and the latest Inguz can tell me
if they have working Test Signals.


-- 
tonyptony

tonyptony's Profile: http://forums.slimdevices.com/member.php?userid=3397
View this thread: http://forums.slimdevices.com/showthread.php?t=57411

___
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 rwinkdopey

w42;369620 Wrote: 
> 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
> ;-)

After adding this to my strings.txt the service will no longer start.
Once this is removed the service works fine again.
I am running 7.3.1 with the Weathertime plugin "mavit" version.
I did have to edit the install.xml and make the change to the
MaxVersion line.  I changed the line to 7.3+ as outlined above.
Everything seems to be working fine.


-- 
rwinkdopey

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