Re: [SlimDevices: Plugins] SQL Playlist error

2008-08-29 Thread erland

Does a SqueezeCenter restart help ?

If it doesn't it would help if you could run the following SQL query
towards the SqueezeCenter database:

Code:

show create table tracks


And post the result.

You can connect directly towards the MySQL database with the client of
your choice if you know how to. If you don't, you can install the
Database Query plugin and create a new free form query and enter the
above SQL statement.

If you can't or don't want to run the above mentioned SQL query it
might also help if you just enable debug logging on plugin.trackstat in
"SqueezeCenter Settings/Logging" and make sure to check the "Save
logging settings for use at next application restart" and restart
SqueezeCenter. After the restart post the log here.


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

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


Re: [SlimDevices: Plugins] customscan and amarok

2008-08-29 Thread erland

Look in the SqueezeCenter log if you see any errors, you will find the
log as a link under the "Logging" section in "SqueezeCenter Settings".

Custom Scan currently doesn't show a scanning as failed if it fails to
connect to the SqueezeCenter database, so you will have to look in the
log to see any errors.

Amarok must be configured to use MySQL.
It doesn't matter if Amarok is started or not, Custom Scan uses the
MySQL database for Amarok which should be started at all times.

In some configurations I've seen that you will need to set hostname in
the database url setting in Custom Scan Amarok module to '127.0.0.1'
instead of 'localhost', for example:

Code:


  dbi:mysql:hostname=127.0.0.1;port=3306;database=amarok
  


I've also seen the opposite where you need to set it to localhost to
make it work. It has to do with the MySQL security, so it isn't related
to what you set the hostname to in the Amarok application.

If Amarok and SqueezeCenter uses the same library, you will just need
to specify the parameters:

Code:


  Amarok database url: 
dbi:mysql:hostname=127.0.0.1;port=3306;database=amarokdatabase
  Amarok database user: amarokuser
  Amarok database password: amarokpassword
  



Where amarokdatabase is the database you have specified in Amarok,
amarokuser is the username you have specified in Amarok and
amarokpassword is the password you have specified in Amarok.

I think the import currently only modifies the TrackStat statistics, so
it may require a SqueezeCenter restart before it is visible in some
places not handled by TrackStat. However, you will see it directly in
the TrackStat pages.


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

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


[SlimDevices: Plugins] SQL Playlist error

2008-08-29 Thread sand

Hi!

I really like Erland's SQL Playlist plugin, but I get this error when
creating a playlist ('advanced with lots of options').
Any advice on what to do?

Error:
Illegal mix of collations (utf8_general_ci,IMPLICIT) and
(utf8_unicode_ci,IMPLICIT) for operation '='
DBD::mysql::st execute failed: Illegal mix of collations
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation
'=' at Plugins/SQLPlayList/Plugin.pm line 848.

___

-- PlaylistName:test
-- PlaylistGroups:
select tracks.url from tracks
join track_statistics on
tracks.url=track_statistics.url
join contributor_track on
tracks.id=contributor_track.track
join contributors on
contributor_track.contributor=contributors.id and
contributor_track.role in (1,5)
left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id
where
audio=1
and dynamicplaylist_history.id is null
and track_statistics.rating>=50
and contributors.name in ('Aimee Mann')
and 
ifnull(track_statistics.lastplayed,0)<(unix_timestamp()-2419200)
group by tracks.id
order by rand()
limit 10;


-- 
sand

2* Squeezebox 3 with Audioengine 5 speakers

1* QNAP TS-109
Seagate ES 500GB
Squeezecenter 7.0.1

sand's Profile: http://forums.slimdevices.com/member.php?userid=9856
View this thread: http://forums.slimdevices.com/showthread.php?t=51719

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


Re: [SlimDevices: Plugins] Superdatetime not displaying weather info

2008-08-29 Thread nuzzy

Still no go for me unfortunately.  I have my setup on a Mac.  If anyone
has it running on a Mac/Duet/SoftSqueeze I would GREATLY appreciate
step-by-step advice to get it running :-)


-- 
nuzzy

nuzzy's Profile: http://forums.slimdevices.com/member.php?userid=19240
View this thread: http://forums.slimdevices.com/showthread.php?t=51237

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


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

2008-08-29 Thread GoCubs

Frorsteig;334089 Wrote: 
> I deleted 'fontcache' from the /var/lib/squeezecenter/cache directory
> and restarted SC which alleviated the overlapping problem.  Back to the
> way I like it now :)
> 
> Thanks for looking into the problem so quickly and coming up with the
> solution.
Awesome!  I saw that fontcache file and was going to suggest just
wiping that file but I figured I'd ask to delete everything to make for
certain!

Thanks for the quick response... now I just need to figure out the most
elegant way to wipe that cache automagically..

-Greg


-- 
GoCubs

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

2008-08-29 Thread Frorsteig

I deleted 'fontcache' from the /var/lib/squeezecenter/cache directory
and restarted SC which alleviated the overlapping problem.  Back to the
way I like it now :)

Thanks for looking into the problem so quickly and coming up with the
solution.


-- 
Frorsteig

Frorsteig's Profile: http://forums.slimdevices.com/member.php?userid=10690
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] Sirius (Canada) plugin not working - "gotLogin:Login failed"

2008-08-29 Thread GoCubs

I still haven't had a chance to investigate this, but I'm happy to
report that our friends at Sirius Canada have once again provided me
with an account to use for troubleshooting.

When I have some time I'll give it a go again... no guarantees though,
reverse engineering cookies and login sequences is not fun at all!

-Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=47415

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


Re: [SlimDevices: Plugins] Superdatetime not displaying weather info

2008-08-29 Thread GoCubs

aubuti;333763 Wrote: 
> I have SDT as my "off" screensaver on an SB3, but I don't see how to
> activate it on the SBC. What am I missing?
As long as you have a SB3 connected to SqueezeCenter that will activate
the plugin you don't have to do anything for the SBC.

Just navigate to 'Extras' on the Duet and you should see a menu option
for SDT.

Thanks
-Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=51237

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


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

2008-08-29 Thread GoCubs

For those of you experiencing the overlapping text issue-

I tried every font and the exact same preferences given by someone
experiencing the issue.  I get the correct behavior on a SB2, SB3,
Transporter, and Boom using the same version of SC.

I have a theory that perhaps SC is doing some font caching and it has
the old version of the font cached which has a different spacing
structure.

Could someone please try the following.

1.) SHUT DOWN Squeeze Center.
2.) Locate your Squeeze Center cache directory.  On windows this will
be something like:
C:\Documents and Settings\All Users\Application
Data\SqueezeCenter\Cache
Note: On Windows this directory might be 'hidden'
3.) Delete entire contents of Cache directory, INCLUDING any
subdirectories.
4.) Restart SqueezeCenter.
5.) See if problem is resolved.
6.) Post results here!!!  PLEASE!

If this rectifies the problem I'll go ahead and rename the font file
used to force a refresh for everyone.

Thanks
Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
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: Beta version of SvrPowerControl

2008-08-29 Thread peterw

gharris999;334066 Wrote: 
> Ok, a variation:
> 
> Plugins::SrvrPowerCtrl::Plugin::blockAction('set' , 'pluginname',
> 'reason for blocking');
> 
> Now,  plugin would clear it's block with:
> 
> Plugins::SrvrPowerCtrl::Plugin::blockAction('clear', 'pluginname',
> $BlockCode);

That looks great.


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime 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=48521

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


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

2008-08-29 Thread whdean

Today I upgraded to the new SDT 5.6.0.

I first deleted the entire SDT folder from the plugin folder. Installed
the new version. Rebooted and all is well - No more overlapping data -
running SC 7.2 on Vista Basic on my music server (Dell refurb slimline
PC).

Don't know if this helps, but it fixed my overlap problem.

Thanks.


-- 
whdean

whdean's Profile: http://forums.slimdevices.com/member.php?userid=9127
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: Beta version of SvrPowerControl

2008-08-29 Thread gharris999

Ok, a variation:

my $BlockCode = $Plugins::SrvrPowerCtrl::Plugin::blockAction('set' ,
'pluginname', 'reason for blocking');


Code:


  sub blockAction {
my $set = shift;
my $caller = shift;
my $reason = shift;
my $code;
my $element;
my $num;
  
if (!defined($set)) {
return 0;
}
  
if ($set eq 'set') {
$code = int(rand(100));
push ( @{$g{aBlockAction}}, 
{ 
caller => $caller, 
reason => $reason, 
code   => $code,
} );
return 1;
} elsif ($set eq 'clear' ) {
$num = 0;
foreach my $element($g{aBlockAction}) {
if ( ($element->{'caller'} eq $caller) && 
($element->{'code'} eq $reason) ) {
delete $g{aBlockAction}[$num];
return 1
}
$num++;
}
}
  
return 0;
  }


Now,  plugin would clear it's block with:

$Plugins::SrvrPowerCtrl::Plugin::blockAction('clear', 'pluginname',
$BlockCode);


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-08-29 Thread gharris999

Do I need to do anything special to make apiVersion visible to other
plugins?

Is it enough just to globally declare:

my $apiVersion = 20080829;

??

How about this:

$Plugins::SrvrPowerCtrl::Plugin::blockAction('set', 'pluginname',
'reason for blocking');

Code:

sub blockAction {
my $set = shift;
my $caller = shift;
my $reason = shift;
my $element;
my $num;
  
if (!defined($set)) {
return 0;
}
  
if ($set eq 'set') {
push ( @{$g{aBlockAction}}, { caller => $caller, reason => 
$reason, } );
return 1;
} elsif ($set eq 'clear' ) {
$num = 0;
foreach my $element($g{aBlockAction}) {
if ($element->{'caller'} eq $caller) {
delete $g{aBlockAction}[$num];
return 1
}
$num++;
}

}
  
return 0;
  }



A plugin would clear it's block with:

$Plugins::SrvrPowerCtrl::Plugin::blockAction('clear', 'pluginname');

A given plugin could set multiple blocks and pop them off at it's
discretion.  As long as my plugin sees $g{aBlockAction}[0] as defined,
it will refuse to take action and show the 'reason' 0 on the display.


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-08-29 Thread peterw

gharris999;334045 Wrote: 
> Actually, if the 'blocking' plugins were well behaved, they could just
> increment and decrement the blockaction pref.

True!

My way is something like:


Code:


  $Plugins::SrvrPowerCtrl::Plugin::apiVersion = 1.0;
  my %blockHash;
  sub takeNoAction($) {
  my $name = shift;
  $blockHash{$name} = $name;
  }
  sub okToAct($) {
  my $name = shift;
  $blockHash{$name} = undef;
  }
  sub somethingIsBlocking {
  foreach my $plugin (keys $blockHash) {
  if ( defined($blockHash{$plugin}) ) { 
  $log->info("not shutting down, asked by $blockHash{$plugin} not to");
  return 1; 
  }
  }
  return 0;
  }
  



-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime 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=48521

___
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-29 Thread upstatemike

Still no feedback on what might have happened? Do we even know if it is
a problem with the plugin or a problem with the 7.2 release of SC?


-- 
upstatemike

upstatemike's Profile: http://forums.slimdevices.com/member.php?userid=6409
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: Beta version of SvrPowerControl

2008-08-29 Thread gharris999

peterw;334027 Wrote: 
> But what if there are two plugins that want to stop shutdown? Having
> both set the value to 1 is easy, but neither would know if it was truly
> safe to cange it back to 0 when they were done.

Actually, if the 'blocking' plugins were well behaved, they could just
increment and decrement the blockaction pref.

I point this out only because I'm likely to need some help doing it
your way.  For instance, noob perl programmer that I am, I don't know
how to define a public variable:

public $apiVerions = 20080829;

..isn't valid perl.

I'm happy to do this your way, but, it looks like I'll need some help.


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-08-29 Thread gharris999

Ok, you've thought this through better than I have.

Give me a couple of hours and I'll see what I can do.  Thanks.


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-08-29 Thread peterw

gharris999;334022 Wrote: 
> How about this:
> 
> Your plugin simply sets the pref:
> 
> noaction: 1
> 
> ..in srvrpowerctrl.prefs
> 
> If my plugin sees that value, it takes no action under any
> circumstances and displays a warning. On startup, assuming that kitchen
> timers don't survive between sessions, I'll clear that pref.
> 
> Would that work?

But what if there are two plugins that want to stop shutdown? Having
both set the value to 1 is easy, but neither would know if it was truly
safe to cange it back to 0 when they were done. I'd rather have two
methods I could call, perhaps

# to say I'm not idle
Plugins::SrvrPowerCtrl::Plugin::takeNoAction($mypluginName);
# to say it's OK
Plugins::SrvrPowerCtrl::Plugin::okToAct($mypluginName);

Internally, you could keep a hash, with the keys being the string
passed to those methods. okToAct() would delete a key (set its value to
undef). To see if anyone objected, you'd count the keys in your hash.

I'd also suggest declaring a public $apiVersion number so plugins could
do stuff like

if (defined($Plugins::SrvrPowerCtrl::Plugin::apiVersion)) {
Plugins::SrvrPowerCtrl::Plugin::takeNoAction($myName);
}


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime 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=48521

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


[SlimDevices: Plugins] customscan and amarok

2008-08-29 Thread evencoil

I'm trying to use CustomScan to import my amarok stats. When I click on
"scan" in Amarok import in the CustomScan settings it appears like
everything is working; I get "scanning" and then "running" and then it
finishes. But I don't get any stats. I've tried both with Amarok open
and closed (does it make a difference? do I need to restart slimserver
after closing amarok?) and no success. any ideas? thanks

edit: also, the music library is the same for both by amarok MySQL db
and the slimserver library


-- 
evencoil

evencoil's Profile: http://forums.slimdevices.com/member.php?userid=19329
View this thread: http://forums.slimdevices.com/showthread.php?t=51708

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-08-29 Thread gharris999

How about this:

Your plugin simply sets the pref:

noaction: 1

..in srvrpowerctrl.prefs

If my plugin sees that value, it takes no action under any
circumstances and displays a warning. On startup, assuming that kitchen
timers don't survive between sessions, I'll clear that pref.

Would that work?


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


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

2008-08-29 Thread AmazingLarry

Same happening here.  I can attach a picture but mine is exactly the
same as the others having this problem.

The plugin is great, though, thank you!


-- 
AmazingLarry

AmazingLarry's Profile: http://forums.slimdevices.com/member.php?userid=19641
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: Beta version of SvrPowerControl

2008-08-29 Thread gharris999

Very happy to oblige.

So, is this an inter process communication issue, or, do we do this the
primitive-pete way and I'll just check for a prefs setting set by the
kitchen timer?


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] AutoDisplay and 7.2

2008-08-29 Thread peterw

kolding;334005 Wrote: 
> It appears to be just gone now.
> 
> There's a newer version of AutoDisplay here:
> http://www.tux.org/~peterw/slim/slim7/FuzzyTime/
> It supposedly works with 7.1 and 7.2, but I haven't tried it.  It's
> also a bit awkward, in that if you change the preference during the
> "off" period, it won't take.  This is a bit of a side effect of the
> changes made in 7.0.1 that broke AutoDisplay to begin with.
> 

Yeah, it probably could be smarter, subscribe to prefset events and
change the "normal" off brightness if the user manually changed the
brightness during AutoDisplay time.

It does work with 7.2, at least the pre-official SVN source. Please let
me know if anyone has trouble using it with the official 7.2 (or 7.1,
for that matter) release.

-Peter


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime 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=51654

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


Re: [SlimDevices: Plugins] Alien BBC on OS X 10.5.4... HELP!

2008-08-29 Thread Krammer002

Ahh Haa... It looks like I shot myself in the foot when reconfiguring my
firewall structure, by omitting  the NAT translation option on a policy
block containing MMS, RAP, and RTSP services.
I would seem that AlienBBC install was working fine all along...

Thanks for your help


-- 
Krammer002

Krammer002's Profile: http://forums.slimdevices.com/member.php?userid=9333
View this thread: http://forums.slimdevices.com/showthread.php?t=51687

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-08-29 Thread gharris999

OK, new version (20080829) posted at the head of this thread:
http://forums.slimdevices.com/showthread.php?t=48521

Changes since last update:

Idle player watchdog now checks to see if SC is scanning..preventing a
shutdown/suspend/etc. during a scan.

SrvrPowerCtrl Prefs are reset to defaults when upgrading to a new
version of the plugin.  Make sure you backup your prefs if are using
non-standard cmd lines for the shutdown & etc. commands.

Acknowledgments and licensing text updated.  Please let me know if I've
committed any open source etiquette sins.

Big code refactor: I've tried to segregate sections of the code into
relevant modules.  Please let me know if I've committed any pretty perl
coding sins.


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] AutoDisplay and 7.2

2008-08-29 Thread kolding

mr_hyde;333568 Wrote: 
> Hi,
> 
> in former versions of SC, it was possible to disable Autobrightness in
> the player settings. This was necessary to get AutoDisplay working
> fine.
> 
> With the official 7.2 i can't find this switch in the player settings
> and Autodisplay is not working anymore. Where is it gone?

It appears to be just gone now.

There's a newer version of AutoDisplay here:
http://www.tux.org/~peterw/slim/slim7/FuzzyTime/
It supposedly works with 7.1 and 7.2, but I haven't tried it.  It's
also a bit awkward, in that if you change the preference during the
"off" period, it won't take.  This is a bit of a side effect of the
changes made in 7.0.1 that broke AutoDisplay to begin with.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51654

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


Re: [SlimDevices: Plugins] Alien BBC on OS X 10.5.4... HELP!

2008-08-29 Thread bpa

It looks like port 554 is being blocked.  Port 554 is used for
RealAudio.

> 
> Connecting to server rmlive.bbc.co.uk[212.58.227.80]: 554...
> connection timeout
>


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Alien BBC on OS X 10.5.4... HELP!

2008-08-29 Thread Krammer002

Installed mplayer from the Mplayer HQ - mplayer OS X 1.0rc2 and yes it
was a dmg install.
Also installed a codec pack to see if this would help...
Would it be best to delete all mplayer files and folder and start
again?

Terminal log - same for both tests

Last login: Fri Aug 29 23:08:36 on ttys000
Test123:~ Test123$ /usr/local/bin/mplayer -v -playlist
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm
MPlayer dev-SVN-r26040-4.0.1 (C) 2000-2008 MPlayer Team
CPU: Genuine Intel(R) CPU1400  @ 1.83GHz (Family: 6, Model:
14, Stepping: 8)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Filename for url is now
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm
Filename for url is now
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm
STREAM_HTTP(1), URL:
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm
Resolving www.bbc.co.uk for AF_INET6...
Couldn't resolve name for AF_INET6: www.bbc.co.uk
Resolving www.bbc.co.uk for AF_INET...
Connecting to server www.bbc.co.uk[212.58.251.195]: 80...
--- HTTP DEBUG HEADER --- START ---
protocol:   [HTTP/1.1]
http minor version: [1]
uri:[(null)]
method: [(null)]
status code:[200]
reason phrase:  [OK]
body size:  [0]
Fields:
0 - Date: Fri, 29 Aug 2008 22:12:46 GMT
1 - Server: Apache/2.0.63 (Unix)
2 - Pragma: no-cache
3 - Expires: 0
4 - Set-Cookie:
BBC-UID=e438eb683784158ed87f77e0b0c0e2decda7d0cd10607114445fe926df0ed0270MPlayer%2fdev%2dSVN%2dr26040%2d4%2e0%2e1;
expires=Tue, 28-Aug-12 22:12:46 GMT; path=/; domain=bbc.co.uk;
5 - Connection: close
6 - Content-Type: audio/x-pn-realaudio-plugin
--- HTTP DEBUG HEADER --- END ---
Content-Type: [audio/x-pn-realaudio-plugin]
Cache size set to 320 KBytes
STREAM: [null] http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm
STREAM: Description: http streaming
STREAM: Author: Bertrand, Albeau, Reimar Doeffinger, Arpi?
STREAM: Comment: plain http
Parsing playlist file
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm...
Trying asx...
Trying Winamp playlist...
Trying extended m3u playlist...
Trying reference-ini playlist...
Trying smil playlist...
Trying plaintext playlist...
Playlist successfully parsed
get_path('codecs.conf') -> '/Users/Test123/.mplayer/codecs.conf'
Reading /Users/Test123/.mplayer/codecs.conf: Can't open
'/Users/Test123/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Configuration: --disable-x11 --disable-fontconfig --disable-freetype
--disable-gl
CommandLine: '-v' '-playlist'
'http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm'
get_path('font/font.desc') -> '/Users/Test123/.mplayer/font/font.desc'
font: can't open file: /Users/Test123/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
Using Darwin accurate timing
get_path('input.conf') -> '/Users/Test123/.mplayer/input.conf'
Can't open input config file /Users/Test123/.mplayer/input.conf: No
such file or directory
Can't open input config file /usr/local/etc/mplayer/input.conf: No such
file or directory
Falling back on default (hardcoded) input config
get_path('r4_dsat_g2.ra?BBC-UID=e438eb683784158ed87f77e0b0c0e2decda7d0cd10607114445fe926df0ed027_n&SSO2-UID=.conf')
->
'/Users/Test123/.mplayer/r4_dsat_g2.ra?BBC-UID=e438eb683784158ed87f77e0b0c0e2decda7d0cd10607114445fe926df0ed027_n&SSO2-UID=.conf'

Playing
rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio4/live/r4_dsat_g2.ra?BBC-UID=e438eb683784158ed87f77e0b0c0e2decda7d0cd10607114445fe926df0ed027_n&SSO2-UID=.
get_path('sub/') -> '/Users/Test123/.mplayer/sub/'
STREAM_RTSP, URL:
rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio4/live/r4_dsat_g2.ra?BBC-UID=e438eb683784158ed87f77e0b0c0e2decda7d0cd10607114445fe926df0ed027_n&SSO2-UID=
Filename for url is now
rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio4/live/r4_dsat_g2.ra?BBC-UID=e438eb683784158ed87f77e0b0c0e2decda7d0cd10607114445fe926df0ed027_n&SSO2-UID=
Filename for url is now
rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio4/live/r4_dsat_g2.ra?BBC-UID=e438eb683784158ed87f77e0b0c0e2decda7d0cd10607114445fe926df0ed027_n&SSO2-UID=
Resolving rmlive.bbc.co.uk for AF_INET6...
Couldn't resolve name for AF_INET6: rmlive.bbc.co.uk
Resolving rmlive.bbc.co.uk for AF_INET...
Connecting to server rmlive.bbc.co.uk[212.58.227.80]: 554...
connection timeout
Resolving rmlive.bbc.co.uk for AF_INET6...
Couldn't resolve name for AF_INET6: rmlive.bbc.co.uk
Resolving rmlive.bbc.co.uk for AF_INET...
Connecting to server rmlive.bbc.co.uk[212.58.227.80]: 7070...
librtsp: buffer overflow in rtsp_get
Test123:~ Test123$


-- 
Krammer002

Krammer002's Profile: http://forums.slimdevices.com/member.php?userid=9333

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

2008-08-29 Thread Frorsteig

After I had deleted the SDT folder and the prefs file and copied the
folder back, I had the same display as Jen shows in his first picture. 
I have not changed any fonts that I am aware of.

Attached is a picture of my SB3 with how I typically have it set up
showing the overlay.  Are the BMP files you are referring to only in
the SDT plugin folder?

- Brian

And of course I should say thanks for a fantastic plugin I have been
using for a long time :)


+---+
|Filename: SB3_SDTdisplay.zip   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=5717|
+---+

-- 
Frorsteig

Frorsteig's Profile: http://forums.slimdevices.com/member.php?userid=10690
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] Alien BBC on OS X 10.5.4... HELP!

2008-08-29 Thread bpa

How did you install mplayeer ?  Where did you get it from AlienBBC
website or mplayerhq or somewhere else ? Did you use a dmg ?  What
instructions did you follow as codecs are not required ?
Information is needed - saying "Several methods" is not helpful. 

To test mplayer - open a Terminal window and try each of the commands
below.  Both should play Radio4 live.

Code:


  mplayer -v  -playlist http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm
  
  /usr/local/bin/mplayer -v -playlist 
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm
  



-- 
bpa

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

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


Re: [SlimDevices: Plugins] Alarm Plugin Deprecated.

2008-08-29 Thread Phil Meyer
>-alarm volume per alarm (not global for all alarms). Useful if SB is
>used by more than one person and a combination of sound and light
>sleepers.
The code to support it was in 7.2, but was taken out because apparently the UI 
was too complicated, so it's currently per-player.

I think it's a big ommission.  At one point I had natural sounds come on 
automatically in the evening at lowish volume, and random songs at a louder 
volume in the morning.  I don't agree that that UI was too complicated - the 
feature always used to be there and I can't remember any complaints.

Actually, I believe Max said that there was still some support for per-alarm 
volumes in the code (but you can't set it in the UI).  I keep meaning to look 
into it - wondering if I could frig the configuration of two alarms on one 
player by editing the prefs file directly.

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


Re: [SlimDevices: Plugins] Alien BBC on OS X 10.5.4... HELP!

2008-08-29 Thread Krammer002

Hi BPA

1. What Processor ? 
Intel 1.8 core duo
2. What menu are you trying to play ?
Live streams from main AlienBBC list 
3. Did you install the iPlayer Addon ? 
Iplayer now showing in AlienBBC list, so I think so.
4. How did you install mplayer and where did you install it
Several methods ended up with usr/local/bin/mplayer  and
usr/local/lib/codecs/mplayer
5. Does mplayer work standalone ? 
Please advise how to test the functionality 

Thanks


-- 
Krammer002

Krammer002's Profile: http://forums.slimdevices.com/member.php?userid=9333
View this thread: http://forums.slimdevices.com/showthread.php?t=51687

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


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

2008-08-29 Thread schiegl

Hi erland,

i've downloaded your latest CustomBrowser Plugin (2.3) and get the
following message on startup:

[08-08-29 22:43:04.2467] Slim::Utils::PluginManager::enablePlugins
(529) Warning: Couldn't call Plugins::CustomBrowse::Plugin->initPlugin:
Undefined subroutine &Slim::Utils::UPnPMediaServer::registerCallback
called at Plugins/CustomBrowse/Plugin.pm line 975.

I think this is caused by checkins
http://svn.slimdevices.com/?view=rev&revision=22966 (7.2) or
http://svn.slimdevices.com/?view=rev&revision=22967 (7.3)

thanks!
Markus


-- 
schiegl

schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654
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] AlienBBC ceased to work for me

2008-08-29 Thread MattC

Triode;333883 Wrote: 
> The attached should be more correct - can you confirm it works for you?

Hi Triode,

yup, that works perfectly.:-)


thanks
Matt


-- 
MattC

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

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


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

2008-08-29 Thread fstrange

Hi.

I just upgraded to SC 7.2 and installed SuperDateTime 5.6.0 at the same
time.

However i experienced the same problem as the above users. I'm using SC
7.2 with SqueezeBox 3 display.

The problem is that Line 2 and line 3 weather information is
left-aligned and displayed on top of the weather icon.

Please fix this bug, since I'm quite content with SuperDateTime
screensaver.

Regards, Fredrik.


-- 
fstrange

fstrange's Profile: http://forums.slimdevices.com/member.php?userid=19045
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] Alien BBC on OS X 10.5.4... HELP!

2008-08-29 Thread bpa

More info and details.

1. What Processor ?
2. What menu are you trying to play ?
3. Did you install the iPlayer Addon ?
4. How did you install mplayer and where did you install it 
5. Does mplayer work standalone ?


-- 
bpa

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

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


[SlimDevices: Plugins] Alien BBC on OS X 10.5.4... HELP!

2008-08-29 Thread Krammer002

Hi All

Big help required...

I must be doing something very stupid... as I'm unable to to get
AlienBBC audio working.
I have installed SC7.2 with the AlienBBC plug in and the Alien menu
appears in SC.
I am unable to get any audio out of the players when using AlienBBC. 
Systems works fine foe normal MP3 playback.
Can anyone list what specific files are required and where they should
be in the OS X system?Thanks


-- 
Krammer002

Krammer002's Profile: http://forums.slimdevices.com/member.php?userid=9333
View this thread: http://forums.slimdevices.com/showthread.php?t=51687

___
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-29 Thread Eric Seaberg

The 'official' 7.2 release doesn't work, but I had DLd a daily as recent
as Aug 23 without any problems.  WHAT HAPPENED, SLIM?


-- 
Eric Seaberg

Eric Seaberg - San Diego
A.E.S., S.M.P.T.E., S.P.A.R.S.
[EMAIL PROTECTED]

Eric Seaberg's Profile: http://forums.slimdevices.com/member.php?userid=7896
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] PLUGIN Development Help!

2008-08-29 Thread dr4stic

sonyman;332959 Wrote: 
> 
> 
> 3. PDA Remote software (WM5 /6) please check:
> http://www.tl-it.de/media/pages/visualmr.php?lang=e
> 
> This is a very COOL Control application for ROKU Soundbridge need this
> for
> the SB!!

Are you looking for something like Moose?

http://www.rusticrhino.com/drlovegrove/


-- 
dr4stic

dr4stic's Profile: http://forums.slimdevices.com/member.php?userid=6756
View this thread: http://forums.slimdevices.com/showthread.php?t=51567

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


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

2008-08-29 Thread jensboe

Hi Greg.

I got the same problem as Frorsteig at my Transporter.
I'm using the standard font for standby and work.

In pic1 you will see icon and 3-Line activated - the body text moves to
the left. The 2nd display (pic2) is ok.
If you deactivate Icon and 3-Line, then the body text is ok and at the
possition it should be if Icon and 3-Line is active (pic3).
Also attached my prefs file.
SC version: 7.2 - 22900
I hope that helped.

Regards,
Jens


+---+
|Filename: SDT.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=5713|
+---+

-- 
jensboe

jensboe's Profile: http://forums.slimdevices.com/member.php?userid=1685
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] OSX - mplayer.sh for Alien

2008-08-29 Thread Triode

The latest osx versions of mplayer look to put ppc binaries in different
positions and so Alien does not find it correctly.  I've created a new
mplayer.sh which tweeks the logic to search for mplayer, could a couple
of mac users of both intel and ppc machines try it out to check that it
still works for them?  

(Unzip the attachement and replace the existing mplayer.sh in Alien/Bin
with this one - can you still play streams with alien?)


-- 
Triode

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

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


[SlimDevices: Plugins] How to install on a Mac

2008-08-29 Thread jarome

When I go to the server Web page and click install, I either can run the
jnlp file or store it. But you cannot drag the jnlp file onto the dock.
And launching it launches it but does not seem to give me anything to
install. The older 3.6 SoftSqueeze made a .app file.

So I am confused on how to get a clickable icon on my dock to start
SoftSqueeze.


-- 
jarome

jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
View this thread: http://forums.slimdevices.com/showthread.php?t=51682

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


Re: [SlimDevices: Plugins] SqueezeCenter 7.2 with Alien BBC

2008-08-29 Thread bpa

You need AlienBBC 2.01 for 7.1 - it works on 7.2 as well.

2.00 doesn't work on 7.1 or 7.2


-- 
bpa

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

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


Re: [SlimDevices: Plugins] SqueezeCenter 7.2 with Alien BBC

2008-08-29 Thread saday

I was getting the "incompatible version" with AlienBBC 2.00 and SC 7.1
Just upgraded to SC 7.2 and I'm still getting the same problem.
Status reports SC7.2 - 22900
AlienBBC is reported as 2.00 on the plugins screen

install.xml reports...
MinVersion=7.0a
MaxVersion=7.0+

Running in Firefox V3.0.1 and XP SP2

Stephen


-- 
saday

Stephen Day
UK

saday's Profile: http://forums.slimdevices.com/member.php?userid=2431
View this thread: http://forums.slimdevices.com/showthread.php?t=51644

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


Re: [SlimDevices: Plugins] AlienBBC ceased to work for me

2008-08-29 Thread Triode

The attached should be more correct - can you confirm it works for you?


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

-- 
Triode

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

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


Re: [SlimDevices: Plugins] SqueezeCenter 7.2 with Alien BBC

2008-08-29 Thread jarome

bpa;333483 Wrote: 
> AlienBBC 2.01 for 7.1 will also work on 7.2
> 
> Because of BBC changeover to iPlayer you will need to install the
> iPlayer Addon.
> 
> It is hoped that a new version of AlienBBC setup to work with iPlayer
> menus will be released shortly.

Where is the iPlayer plugin for OS-X and Linux?


-- 
jarome

jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
View this thread: http://forums.slimdevices.com/showthread.php?t=51644

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


Re: [SlimDevices: Plugins] AlienBBC ceased to work for me

2008-08-29 Thread Triode

The \n\n was me being lazy, but it should work

rfc2326 says: (page 19)
4 RTSP Message

RTSP is a text-based protocol and uses the ISO 10646 character set
in
UTF-8 encoding (RFC 2279 [21]). Lines are terminated by CRLF, but
receivers should be prepared to also interpret CR and LF by
themselves as line terminators.

So it should work, but it is correct to send CRLRCRLR at the end of the
request - will change the next version of Alien.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] SqueezeCenter 7.2 with Alien BBC

2008-08-29 Thread Paul Webster

7.1
7.*

Good news is that I restarted SqueezeCenter and it is OK - so I guess
something didn't go cleanly during the install/upgrade process.


-- 
Paul Webster

Paul Webster
http://www.lastfm.com/user/BondJamesBond

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=51644

___
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-29 Thread aubuti

upstatemike;333740 Wrote: 
> Looks like some other plugins are also having problems... Could a last
> minute change in the production release have invalidated all of the
> beta testing?
I started having these problems when I updated from an early August
release of SC 7.2 beta to a mid-August release. Sorry, I don't have the
specific dates. Haven't tried official 7.2 yet, but it doesn't sound
good. Has anyone emailed Martin?


-- 
aubuti

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
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] Superdatetime not displaying weather info

2008-08-29 Thread aubuti

GoCubs;331765 Wrote: 
> Currently SDT requires that you have at least one non-Duet player that
> has a screen.  If you only have a Duet you need to run a softsqeeze to
> trick it.
I have SDT as my "off" screensaver on an SB3, but I don't see how to
activate it on the SBC. What am I missing?


-- 
aubuti

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=51237

___
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-29 Thread Heuer

bvollrath;333711 Wrote: 
> This plugin looks like it would give a lot of weather information, if
> only it would work.I cannot get it to receive any forecasts.  I have
> read numerous posts that involve java scripts and changing xml files. 
> Come on guys.  I don't have any software writing knowledge.  I just
> want to get my weather forecast by installing the plugin.  Does anyone
> know of any basic instructions how to set the city and city code?  I
> have tried my zipcode (55322) for the city and I have also typed in my
> city and state (Cologne, MN).  Neither one of these work.  I went to
> the Wunderground website, but that did not give me any help what to put
> in these boxes.  Will this be all the information I need to get this to
> work?  Please help.  Thank you.
> 
> bvollrath

Normally the plugin just needs to be dropped (copied) into the SC
plugin folder. Stop and restart SC and it will appear under
'settings>plugins'. The information you need is at Wunderground. Type
in your location and it will give you the local weather. In the box on
the left hand side 'Current Conditions' there is a drop down 'Select
Source for Current Conditions' and after the location name is a four
letter code e.g. Glencoe, MN (KGYL). That is the code the Weathertime
Plugin requires. Add it, stop, restart SC and go to 'Player>Screensaver
when stopped' and select Weather, Date , Time. Done.

At the moment there is a bug if you are running SC7.2 but it works fine
with SC7.1. The editing of the XML file (open it for editing in Notepad)
is to do with version numbers and is not normally required.


-- 
Heuer

Heuer's Profile: http://forums.slimdevices.com/member.php?userid=2543
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] SqueezeCenter 7.2 with Alien BBC

2008-08-29 Thread bpa

What is the setting of MaxVersion in install.xml ?


-- 
bpa

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

___
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-29 Thread upstatemike

bonze;333691 Wrote: 
> It's been working fine with 7.2/7.3 until recently - very odd

Looks like some other plugins are also having problems... Could a last
minute change in the production release have invalidated all of the
beta testing?


-- 
upstatemike

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

In 7.1.1:
[08-08-29 09:52:11.1204] Slim::Utils::Strings::string (410) Error:
missing string PLUGIN_WEATHERTIME_WIND_NORTH
[08-08-29 09:52:11.1688] Slim::Utils::Strings::string (410) Backtrace:

frame 0: Slim::Utils::Log::logBacktrace
(/Users/jar/Library/PreferencePanes/SqueezeCenter.prefPane/Contents/server/Slim/Utils/Strings.pm
line 410)
frame 1: Slim::Utils::Strings::string (Plugins/WeatherTime/Plugin.pm
line 2518)
frame 2: Plugins::WeatherTime::Plugin::getDayInfos
(Plugins/WeatherTime/Plugin.pm line 2490)
frame 3: Plugins::WeatherTime::Plugin::retrieveWeather
(Plugins/WeatherTime/Plugin.pm line 2021)
frame 4: Plugins::WeatherTime::Plugin::tictac
(/Users/jar/Library/PreferencePanes/SqueezeCenter.prefPane/Contents/server/Slim/Utils/Timers.pm
line 198)
frame 5: (eval)
(/Users/jar/Library/PreferencePanes/SqueezeCenter.prefPane/Contents/server/Slim/Utils/Timers.pm
line 198)
frame 6: Slim::Utils::Timers::checkTimers (./slimserver.pl line
517)
frame 7: main::idle (./slimserver.pl line 464)
frame 8: main::main (./slimserver.pl line 1026)


-- 
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] SqueezeCenter 7.2 with Alien BBC

2008-08-29 Thread Paul Webster

7.2 Setup/Plugins screen reports:
Alien BBC (v2.01b1)  Plugin is incompatible with this version of
SqueezeCenter. Please update.


-- 
Paul Webster

Paul Webster
http://www.lastfm.com/user/BondJamesBond

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=51644

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


Re: [SlimDevices: Plugins] AlienBBC ceased to work for me

2008-08-29 Thread MattC

bpa;333692 Wrote: 
> Interesting - I wonder if the problem is in response processing. 
> 
> Can you get a log with plugin.alienbbc set to DEBUG and
> network.asynchttp set to DEBUG.  Use Tune-in for the URL that will
> minimise other http requests that would occur with AlienBBC menu.  This
> could generate a lot of log messages.

hi bpa,

I think I did that in post #4 -
http://forums.slimdevices.com/showpost.php?p=332806&postcount=4 or
would you like to see the debug with my change in place?


thanks
Matt


-- 
MattC

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

___
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-29 Thread bvollrath

This plugin looks like it would give a lot of weather information, if
only it would work.I cannot get it to receive any forecasts.  I have
read numerous posts that involve java scripts and changing xml files. 
Come on guys.  I don't have any software writing knowledge.  I just
want to get my weather forecast by installing the plugin.  Does anyone
know of any basic instructions how to set the city and city code?  I
have tried my zipcode (55322) for the city and I have also typed in my
city and state (Cologne, MN).  Neither one of these work.  I went to
the Wunderground website, but that did not give me any help what to put
in these boxes.  Will this be all the information I need to get this to
work?  Please help.  Thank you.

bvollrath


-- 
bvollrath

bvollrath's Profile: http://forums.slimdevices.com/member.php?userid=10615
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] first alpha of SyncOptions for SqueezeCenter 7

2008-08-29 Thread markstrom

I've been running v0.7a8 for some weeks now and had no problems
whatsoever. It runs fine on SC 7.2 as well.

There is a feature that would fit into SyncOptions.

1. Player A is powered on and playing a song 
2. Player B is not playing any song (or powered off)
3. Using player A to synchronize with player B.

This causes player A to (correctly) stop playing and the players are in
sync.

What I would like to happen is that SyncOption should detect that
player B is not playing anything and instead Sync player B with player
A.

Or is this something handled by the new synchronization in SC 7.3 ?


-- 
markstrom

markstrom's Profile: http://forums.slimdevices.com/member.php?userid=17691
View this thread: http://forums.slimdevices.com/showthread.php?t=42575

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


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

2008-08-29 Thread GoCubs

Frorsteig;333611 Wrote: 
> I've noticed that after updating to SC 7.2 that the display for both
> 5.5.2 (after editing the install.xml to change max version) and 5.6.0
> seem to overlay the weather icon and the temperature.
> 
> I deleted both the folder and prefs for SDT and placed a new folder in
> /var/lib/squeezecenter /plugins but that didn't seem to change
> anything.
> 
> Didn't see any problems with SDT in the log file (except when there was
> a version issue)
> 
> I have been using %2 (first line) and %t %1 (second line) with icon
> on.
> 
> Using an SB3 with SC 7.2 server running under Ubuntu 6.06
Exactly what font are you using?  Could you please attach your SDT pref
file and ideally a camera shot of the display.

Slim made some display / font changes to support Boom, some of which
MAY have made it into the 7.1 code that may have started impacting
things with 7.1 and continue with 7.2.  The plugin used to use spaces
to position the temp text after the icon and 3line stuff. 
Unfortunately the width of the space character now varies between fonts
so I had to create my own custom space character.  As such, make sure
you overwrite ALL the BMP files when installing, regardless of if you
display sport scores.

-Greg


-- 
GoCubs

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

2008-08-29 Thread bonze

Heuer;333697 Wrote: 
> Same here - upgraded yesterday to 7.2, modified XML but Weathertime will
> not start. Appears in SC and on the SB - "press play to set as
> Screensaver" etc.Music Information Screen plugin looks 'screwed' too :(


-- 
bonze

TranquilPC T2-WHS-A3 - SqueezeCenter Version: 7.3 - 22783
3 x wireless SB3 + a Duet

bonze's Profile: http://forums.slimdevices.com/member.php?userid=6150
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] Alarm Plugin Deprecated.

2008-08-29 Thread slimpy

Enhancement requests filed:

Alarm name: http://bugs.slimdevices.com/show_bug.cgi?id=9328

Alarm volume and duration per alarm:
http://bugs.slimdevices.com/show_bug.cgi?id=9329

-s.


-- 
slimpy

slimpy's Profile: http://forums.slimdevices.com/member.php?userid=1524
View this thread: http://forums.slimdevices.com/showthread.php?t=51616

___
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-29 Thread Heuer

Same here - upgraded yesterday to 7.2, modified XML but Weathertime will
not start. Appears in SC and on the SB - "press play to set as
Screensaver" etc.


-- 
Heuer

Heuer's Profile: http://forums.slimdevices.com/member.php?userid=2543
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] AlienBBC ceased to work for me

2008-08-29 Thread bpa

Interesting - I wonder if the problem is in response processing. 

Can you get a log with plugin.alienbbc set to DEBUG and
network.asynchttp set to DEBUG.  Use Tune-in for the URL that will
minimise other http requests that would occur with AlienBBC menu.  This
could generate a lot of log messages.


-- 
bpa

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

___
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-29 Thread bonze

maggior;333553 Wrote: 
> I'm having the same problem too.  I just went to the website and ensured
> that I had the latest version.
> 
> Glad I'm not the only person having this problem, though it would be
> nice to have it fixed.  I've come to rely on this plugin.It's been working 
> fine with 7.2/7.3 until recently - very odd


-- 
bonze

TranquilPC T2-WHS-A3 - SqueezeCenter Version: 7.3 - 22783
3 x wireless SB3 + a Duet

bonze's Profile: http://forums.slimdevices.com/member.php?userid=6150
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] AlienBBC ceased to work for me

2008-08-29 Thread MattC

hi bpa,

likewise, here's a tcpdump of the send packet that works for me:


Code:


  0x:  4500 00dc 6bb3 4000 4006 2c15 ac1f 3ea2  [EMAIL PROTECTED]@.,...>.
  0x0010:  d43a e357 934b 022a 0811 e2ab 21b9 991a  .:.W.K.*!...
  0x0020:  5018 16d0 1b2c  4445 5343 5249 4245  P,..DESCRIBE
  0x0030:  2072 7473 703a 2f2f 726d 6c69 7665 2e62  .rtsp://rmlive.b
  0x0040:  6263 2e63 6f2e 756b 2f62 6263 2d72 6273  bc.co.uk/bbc-rbs
  0x0050:  2f72 6d6c 6976 652f 6576 372f 6c69 7665  /rmlive/ev7/live
  0x0060:  3234 2f72 6164 696f 342f 6c69 7665 2f72  24/radio4/live/r
  0x0070:  345f 6473 6174 5f67 322e 7261 3f42 4243  4_dsat_g2.ra?BBC
  0x0080:  2d55 4944 3d31 3465 3865 3938 6235 3337  -UID=14e8e98b537
  0x0090:  6362 3431 3938 3031 3665 6164 6162 3030  cb4198016eadab00
  0x00a0:  3063 3032 3935 3466 6163 3134 3433 3062  0c02954fac14430b
  0x00b0:  3062 3136 3438 3463 6630 6132 3133 3465  0b16484cf0a2134e
  0x00c0:  6439 6232 3726 5353 4f32 2d55 4944 3d20  d9b27&SSO2-UID=.
  0x00d0:  5254 5350 2f31 2e30 0d0a 0d0aRTSP/1.0
  



and the original that doesn't:


Code:


  0x:  4500 00da 9231 4000 4006 0599 ac1f 3ea2  [EMAIL PROTECTED]@.>.
  0x0010:  d43a e357 9502 022a e4d5 98a6 6941 0b3f  .:.W...*iA.?
  0x0020:  5018 16d0 dd14  4445 5343 5249 4245  P...DESCRIBE
  0x0030:  2072 7473 703a 2f2f 726d 6c69 7665 2e62  .rtsp://rmlive.b
  0x0040:  6263 2e63 6f2e 756b 2f62 6263 2d72 6273  bc.co.uk/bbc-rbs
  0x0050:  2f72 6d6c 6976 652f 6576 372f 6c69 7665  /rmlive/ev7/live
  0x0060:  3234 2f72 6164 696f 342f 6c69 7665 2f72  24/radio4/live/r
  0x0070:  345f 6473 6174 5f67 322e 7261 3f42 4243  4_dsat_g2.ra?BBC
  0x0080:  2d55 4944 3d31 3465 3865 3938 6235 3337  -UID=14e8e98b537
  0x0090:  6362 3431 3938 3031 3665 6164 6162 3030  cb4198016eadab00
  0x00a0:  3063 3032 3935 3466 6163 3134 3433 3062  0c02954fac14430b
  0x00b0:  3062 3136 3438 3463 6630 6132 3133 3465  0b16484cf0a2134e
  0x00c0:  6439 6232 3726 5353 4f32 2d55 4944 3d20  d9b27&SSO2-UID=.
  0x00d0:  5254 5350 2f31 2e30 0a0a RTSP/1.0..
  



it doesn't look like there's any translation going on there.

again, I don't know if it helps any, but this is what I get from the
bbc server in response to the above send packet that doesn't work:


Code:


  0x:  4500 0028 50fd 4000 fc06 8b7e d43a e357  E..([EMAIL PROTECTED]:.W
  0x0010:  ac1f 3ea2 022a 9502 6941 0b3f e4d5 9958  ..>..*..iA.?...X
  0x0020:  5010 161e 6d87       P...m.
  



and then no more..


thanks
Matt


-- 
MattC

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

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


Re: [SlimDevices: Plugins] AlienBBC ceased to work for me

2008-08-29 Thread bpa

Following is an Ethereal/Wireshark dump of DESCRIBE message sent by
AlienBBC and there was a successful reply.  The last 2 bytes are \n\n
so it is still a mystery why it doesn't reliably work for you. 

Code:


     00 14 bf b8 a0 aa 00 11 d8 a3 d3 49 08 00 45 00  ...I..E.
  0010   00 87 92 a6 40 00 40 06 2e 20 c0 a8 01 67 d4 3a  [EMAIL PROTECTED]@.. 
...g.:
  0020   e3 60 53 74 02 2a ae 58 4b 8f f9 45 99 f6 50 18  .`St.*.XK..E..P.
  0030   16 d0 34 f1 00 00 44 45 53 43 52 49 42 45 20 72  ..4...DESCRIBE r
  0040   74 73 70 3a 2f 2f 72 6d 6c 69 76 65 2e 62 62 63  tsp://rmlive.bbc
  0050   2e 63 6f 2e 75 6b 2f 62 62 63 2d 72 62 73 2f 72  .co.uk/bbc-rbs/r
  0060   6d 6c 69 76 65 2f 65 76 37 2f 6c 69 76 65 32 34  mlive/ev7/live24
  0070   2f 72 61 64 69 6f 34 2f 6c 69 76 65 2f 72 34 5f  /radio4/live/r4_
  0080   64 73 61 74 5f 67 32 2e 72 61 20 52 54 53 50 2f  dsat_g2.ra RTSP/
  0090   31 2e 30 0a 0a   1.0..
  



-- 
bpa

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

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


Re: [SlimDevices: Plugins] Alarm Plugin Deprecated.

2008-08-29 Thread slimpy

Thank you kdf for one of the most useful plugins ever!
Just like Michael, my girlfriend and I have been using it daily for the
last couple of years.

Some of the features of the alarm plugin I would like to see in the new
built-in alarm:

-custom alarm name, very useful if you have alarms for different people
on the same SB. It's just easier to spot your own alarm and you don't
run the risk of overwriting your girlfriends alarm.

-alarm volume per alarm (not global for all alarms). Useful if SB is
used by more than one person and a combination of sound and light
sleepers.

-alarm duration per alarm (not global for all alarms). Again, if alarms
are used by more than one person. 


I'll file some enhancement requests and post them here if anyone's
interested.

-s.


-- 
slimpy

slimpy's Profile: http://forums.slimdevices.com/member.php?userid=1524
View this thread: http://forums.slimdevices.com/showthread.php?t=51616

___
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-29 Thread uitje

peterbell;333580 Wrote: 
> Okay, I think that I can see the problem.  I -think- that :
> 
> At line 2099 in Plugin.pm
> localtime (time);
> should be 
> localtime ( time() );
> 
> 
> Now, if only I knew how to modify a file in an archive .

I changed the localtime syntax as you suggested but still get the
following error:
[08-08-29 12:27:53.4528] Slim::Display::Display::curLines (471) Error:
bad lines function: Can't use an undefined value as an ARRAY reference
at Plugins/WeatherTime/Plugin.pm line 2099.

[08-08-29 12:27:53.4535] Slim::Display::Graphics::render (106) Error:
bad lines function - non hash based display formats are depreciated


-- 
uitje

uitje's Profile: http://forums.slimdevices.com/member.php?userid=17121
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] AlienBBC ceased to work for me

2008-08-29 Thread MattC

bpa;333651 Wrote: 
> Try OPTIONS instead of DESCRIBE in the telnet.
> 
> For your live stream I get
> Helix Server Version 11.1.7.3406 (linux-rhel4-i686) (RealServer
> compatible)

yes, I get identical.


-- 
MattC

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

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


Re: [SlimDevices: Plugins] AlienBBC ceased to work for me

2008-08-29 Thread bpa

Try OPTIONS instead of DESCRIBE in the telnet.

For your live stream I get
Helix Server Version 11.1.7.3406 (linux-rhel4-i686) (RealServer
compatible)


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC ceased to work for me

2008-08-29 Thread MattC

bpa;333640 Wrote: 
> 1. The RealAudio servers you use with have a different version than
> most.  I have seen BBC use old version servers late on weekends.  
> Using RealPlayer on Linux the server name and host can be found under
> Tools/Playback Statistics/Streams. 

I don't have realplayer proper installed - only mplayer.

would a dig help at all:


Code:


  # dig rmlive.bbc.co.uk
  
  ; <<>> DiG 9.3.4 <<>> rmlive.bbc.co.uk
  ;; global options:  printcmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5193
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2
  
  ;; QUESTION SECTION:
  ;rmlive.bbc.co.uk.  IN  A
  
  ;; ANSWER SECTION:
  rmlive.bbc.co.uk.   3313IN  CNAME   rmlivev11.bbc.net.uk.
  rmlivev11.bbc.net.uk.   73  IN  A   212.58.227.96
  




bpa;333640 Wrote: 
> 
> What OS are you using ?
> 

linux - debian v4.0 (etch)

bpa;333640 Wrote: 
> 
> What version of Perl ?
> 

it's 5.8.8


thanks
Matt


-- 
MattC

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

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


Re: [SlimDevices: Plugins] AlienBBC ceased to work for me

2008-08-29 Thread bpa

Why it affects you and no one else - I can only think of two
possibilities.

1. The RealAudio servers you use with have a different version than
most.  I have seen BBC use old version servers late on weekends.  
Using RealPlayer on Linux the server name and host can be found under
Tools/Playback Statistics/Streams. 

2. Need to check whether my installation actually sends a "\r\n" and
not "\n" - this sort of automatic translation can happen with files. 

What OS are you using ?
What version of Perl ?

If using windows - are you using the .exe or an ActiveState Perl
installation ?


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC ceased to work for me

2008-08-29 Thread MattC

when I was writing my php snippet to do the telnet to port 554 and get
the response in order to time it, I noticed that I got no response if I
sent the DESCRIBE line terminated with a "\n\n" it only worked from here
if I terminated the line with a "\r\n\r\n"

just thought I'd have a look in the Alien perl code, and I noticed in
line 26 of RTSPScanHeaders.pm the request is formed with a "\n\n"
termination.  I've just changed this to the "\r\n\r\n" termination, and
all is working perfectly correctly here now.

I'm fascinated as to how this can only be affecting me though?

here's the diff:


Code:


  getz:/usr/local/slimserver/Plugins/Alien# diff RTSPScanHeaders.pm 
RTSPScanHeaders.pm.orig 
  26c26
  <   my $request = "DESCRIBE $url RTSP/1.0\r\n\r\n";
  ---
  >   my $request = "DESCRIBE $url RTSP/1.0\n\n";
  





many thanks to everyone for their help
Matt


-- 
MattC

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

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


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

2008-08-29 Thread Howard Passman

GoCubs;333554 Wrote: 
> After waiting to post this for months, SuperDateTime 5.6.0 is now
> available for download.
> 
> It includes enhancements specifically added to make the most out of
> Boom's smaller screen and different fonts.
> 
> Display settings are now configurable at the player level.
> 
> Internally there's a good amount of display-related changes.  Please
> let me know if you experience any oddities.
> 
> Make sure you configure the plugin at both the server and player
> levels.
> 
> For those of you configuring for Boom, for best results I recommend
> disabling the weather icon and setting the display for ticker mode.
> 
> www.gregbrown.net
> 
> Thanks
> -Greg

Yaaa, thank-you, thank-you, thank-YOU

Howard


-- 
Howard Passman

Sorry slow to respond.  I don't spend that much time online and God
knows I can't type.

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

2008-08-29 Thread Frorsteig

I've noticed that after updating to SC 7.2 that the display for both
5.5.2 (after editing the install.xml to change max version) and 5.6.0
seem to overlay the weather icon and the temperature.

I deleted both the folder and prefs for SDT and placed a new folder in
/var/lib/squeezecenter /plugins but that didn't seem to change
anything.

Didn't see any problems with SDT in the log file (except when there was
a version issue)

I have been using %2 (first line) and %t %1 (second line) with icon
on.

Using an SB3 with SC 7.2 server running under Ubuntu 6.06


-- 
Frorsteig

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