[SlimDevices: Plugins] radioio not all channels working on 7.3.3

2009-06-13 Thread mobileadam

Hi,

I tried using a few of my radio io links today from the Internet Radio
menu and just get a 404 error. This happens on Today's Pop and Top 20
hits. Most of the other links seem to work.

All my links work when I connect to SN but I would rather not do that.

Should I contact radio io?

Not sure if it matters, but I subscribe to radio io to get the CF
links.

Thanks

Adam


-- 
mobileadam

mobileadam's Profile: http://forums.slimdevices.com/member.php?userid=20579
View this thread: http://forums.slimdevices.com/showthread.php?t=64434

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


Re: [SlimDevices: Plugins] MusicInfoSCR 4.4.0 - customize your alarmscreensaver

2009-06-13 Thread Phil Meyer
It seems that Trackstat is responsible for the m-symbol. When I
deactivate Trackstat, the symbol does not show up.

Any plugin that provides mixers will show the m symbol next to items that are 
mixable.  Press and hold the play button to see the options available.

With TrackStat, that means you will get the option to see stats on the item you 
choose.  Eg. browse to a genre, press and hold play, and you will see TrackStat 
statistics for that genre, so you can select to play songs that have a high 
rating within that genre, for example.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Playlist Manager v4.0 released

2009-06-13 Thread Phil Meyer
I have downloaded and installed the Plugin. It seems like this step was
successful since I can use the Plugin. 
Unfortunatly I don't have a setting screen as described above. 

I should have explained that the setting screen is in the WebUI only.  Go to 
Settings  Advanced  Playlist Manager.

I also tried to edit the code in Settings.pm to the following line:
my @FavouritePlaylists = ('GoodMusic', 'Party', 'Morning Alarm');
This didn't change the menu, I still get Bad Music, Bad Tags and
Morning Alarm. 

Sounds like you have the old version installed.  Perhaps you have installed 
using Extension Downloader and manually installed the plugin?

If you go to Settings  Plugins, and scroll down to Playlist Manager, does it 
report version 4.0?  Do you see more than one Playlist Manager?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] issue with display updates with SqueezeSlave

2009-06-13 Thread romanr

ralphy;428926 Wrote: 
 7.4, 7.3.3 and 7.2.2.
 
 What patch file did you apply to Squeezecenter?
i did't apply any patch, i have issues with 7.4.
i reverted to stable SqueezeCenter-7.3.2.exe and i expirienced with
displayline1/2 problem. 

please advice.


-- 
romanr

romanr's Profile: http://forums.slimdevices.com/member.php?userid=11326
View this thread: http://forums.slimdevices.com/showthread.php?t=63840

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


Re: [SlimDevices: Plugins] radioio not all channels working on 7.3.3

2009-06-13 Thread jrichardson

Can  you generate a log file, with Log Set Internet Radio enabled.  then
paste the relevant sections in here?  or email me the log file


-- 
jrichardson

James R.
QA - breaking things so you don't have to

jrichardson's Profile: http://forums.slimdevices.com/member.php?userid=15418
View this thread: http://forums.slimdevices.com/showthread.php?t=64434

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


Re: [SlimDevices: Plugins] Announce: LightsOut 0.1 - a Plugin for Squeezecenter on Windows Home Server

2009-06-13 Thread steve0564

Can someone tell me, how I can install this tool??


-- 
steve0564

steve0564's Profile: http://forums.slimdevices.com/member.php?userid=27207
View this thread: http://forums.slimdevices.com/showthread.php?t=64348

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


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

2009-06-13 Thread gharris999

epoch1970;431636 Wrote: 
 ...since full support for OS X is still in the TODO for the plugin...

Yikes!  I should have spoken up sooner about this.  I cracked this nut
last week.  It turns out that OSX's shutdown command can use -s as a
parameter and that will send the system into suspend...and it works
whether or not the user is logged in.  Who knew?

Choosing to suspend or hibernate is just a simple call to pmset.  And
system wakeup for alarms is another simple call to pmset.  

All in all, SrvrPowerCtrl can function on OSX exactly as it does on
linux: make the appropriate entries in /etc/sudoers and everything else
is easy.  What I ended up spending most of my time on was the setup
script.  The problem there is the fact that on OSX, SqueezeCenter runs
under the user account that installed SqueezeCenter, rather than under a
squeezecenter account as it does on linux.

The next version of SrvrPowerCtrl that incorporates all this is just a
day or so from release.  Epoch:  I'll try to carefully read through your
post and see if anything in my implementation could benefit from your
approach.  Thanks, and again, I'm sorry I didn't telegraph this sooner.


-- 
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/mailman/listinfo/plugins


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

2009-06-13 Thread gharris999

epoch1970;431636 Wrote: 
 since full support for OS X is still in the TODO for the plugin, I
 decided it was time to spend some time on the issue and try to sabotage
 a piece of code.
Jeez.  I feel like you've painted a masterpiece and I'm about to hand
the users a brush and bucket of blue paint.


-- 
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/mailman/listinfo/plugins


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

2009-06-13 Thread epoch1970

No prob.
shutdown -s is complete news to me. In fact, it is not in the man pages
of my mac... But I tried, it works.

Question: how do you modify sudoers on the mac? I went the daemon route
because of this.


-- 
epoch1970

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

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


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

2009-06-13 Thread epoch1970

gharris999;431765 Wrote: 
 Jeez.  I feel like you've painted a masterpiece and I'm about to hand
 the users a brush and bucket of blue paint.

Don't feel sorry: my code does not interact properly with the plugin as
it is :) 
(puzzling problem. I've tried to look a bit more into it, but I have
not clue on what's happening.)


-- 
epoch1970

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

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


Re: [SlimDevices: Plugins] Announce: LightsOut 0.1 - a Plugin for Squeezecenter on Windows Home Server

2009-06-13 Thread mvordeme

Just extract the zip file into the SqueezeCenter\server\Plugins
directory. :-) (I am sure there is a Wiki about how to install plug-ins,
somewhere ...)


-- 
mvordeme

'last.fm' (http://www.last.fm/user/mvordeme) | scaleo home server 2105 |
squeezecenter 7.3.2 | server power control 7.3 |
squeezebox boom  duet | rotel rsp-1066 | rotel rmb-100 | phonar p-5

mvordeme's Profile: http://forums.slimdevices.com/member.php?userid=22892
View this thread: http://forums.slimdevices.com/showthread.php?t=64348

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


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

2009-06-13 Thread gharris999

epoch1970;431774 Wrote: 
 No prob.
 shutdown -s is complete news to me. In fact, it is not in the man pages
 of my mac... But I tried, it works.
 
 Question: how do you modify sudoers on the mac? I went the daemon route
 because of this.

The sanctioned way:

Code:


  sudo visudo
  


What would you guess would be the percentage of Mac users who remember
the vi editor commands?  00.001% ?

An easier way:

Code:


  sudo nano /etc/sudoers
  


..but unfortunately, unlike visudo, no error checking gets done on the
attempted /etc/sudoers edits...and you can break your sudoers file
pretty easily this way.

The totally-non-sanctioned way, and what I do in the setup script:

sudo osx-setup-script.sh $USER


Code:


  #!/bin/sh
  
  scuser=$1
  
  cp --force /etc/sudoers /etc/sudoers.bak
  echo $scuser ALL=NOPASSWD:/sbin/shutdown* /etc/sudoers
  echo $scuser ALL=NOPASSWD:/usr/bin/pmset* /etc/sudoers
  echo $scuser ALL=NOPASSWD:/usr/local/sbin/spc-sleep.sh /etc/sudoers
  echo $scuser ALL=NOPASSWD:/usr/local/sbin/spc-hibernate.sh /etc/sudoers
  echo $scuser ALL=NOPASSWD:/usr/local/sbin/spc-wakeup.sh* /etc/sudoers
  
  


The /etc/sudoers.bak file is made because, if you hose your sudoers
file on OSX, I haven't found an easy way to repair it other than by
enabling the root account.  This I learned by experience.

Also, obviously, for this to work, the user MUST run this setup script
under the same account in which they were logged in when they setup
SqueezeCenter.  That will probably be 99% of the cases...but I should
probably double-check my documentation to make sure I'm emphasizing this
enough.


-- 
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/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Whitebear Media Server

2009-06-13 Thread sander

I finally got a chance to try this on an old Windows 2000 machine with
AVG 8.5 installed. I can see it in My Network Places and I can load the
Web Client information page, but alas my Linksys WMLS11b can see it but
can't browse.


-- 
sander

sander's Profile: http://forums.slimdevices.com/member.php?userid=10737
View this thread: http://forums.slimdevices.com/showthread.php?t=63219

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


Re: [SlimDevices: Plugins] Announce: Ampache plugin 1.0

2009-06-13 Thread egd

This is great news, I've been waiting for this to come along for as long
as I've known of Ampache.  Thank you :-)


-- 
egd

Internet forums: conclusive proof depth of gene pool is indeed variable,
monkeys can be taught to cut code, and world peace is utterly
unrealistic...

Integrating MusicIP with SqueezeCenter...'*here's how*'
(http://wiki.slimdevices.com/index.php/Integrating_MusicIP_with_SqueezeCenter).

egd's Profile: http://forums.slimdevices.com/member.php?userid=3425
View this thread: http://forums.slimdevices.com/showthread.php?t=63708

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


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

2009-06-13 Thread gharris999

Anyone willing to give me some feedback on a couple of feature tweaks
I'm thinking of putting into the next version?

-  Tweak 1:  the return of defer action until end of sleep-playing.
  This would no longer be a setting...it would be a default action.
  Anytime that you initiated a SrvrPowerCtrl action (by any method)
  during sleep-playing, the action would be deferred until the end of
  any sleep-play period.  Canceling sleep-playing would also cancel the
  deferred action.  The Monitor sleep-timers feature would
  remain...but any action initiated during sleep-playing would supersede
  the monitor action. 
  
  
- Tweak 2: change in End-Of-Day action behavior.  As it stands now,
  if the EOD idle time-out period is set to 0, the EOD action gets
  executed ONCE.  Subsequent EOD idle timeouts are ignored.  On my
  system, I have the EOD period set to start at 2AM and end at 2:05AM
  with a 0 idle timeout.  Since SrvrPowerCtrl treats EOD settings like
  an alarm, the system wakes up a few minutes before the start of EOD. 
  The EOD action is a custom script that stops SqueezeCenter, updates
  the operating system via yum, updates my svn checkouts, does a couple
  of other maintenance chores and then reboots the system.  The system
  then suspends approximately 50 minutes later after the regular non-EOD
  idle timeout occurs.  I'd like to change the behavior here so that,
  again only if the EOD idle timeout is set to zero, the custom EOD
  action script (if any) is executed only on the FIRST timeout. 
  Subsequent EOD idle timeouts will execute the action selected from the
  drop-down list in the settings.  This would allow me to get the system
  into suspend much quicker after completing all the chores.
  
  

Comments?


-- 
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/mailman/listinfo/plugins


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

2009-06-13 Thread Robin Bowes
gharris999 wrote:
 epoch1970;431774 Wrote: 
 Question: how do you modify sudoers on the mac? I went the daemon route
 because of this.
 
 The sanctioned way:
 
 Code:
 
 
   sudo visudo
   
 
 
 What would you guess would be the percentage of Mac users who remember
 the vi editor commands?  00.001% ?
 

Try this:

sudo -i
export VISUAL=nano
visudo

;)

R.

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


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

2009-06-13 Thread epoch1970

Ah well, I never even saw there was a sudoers file on my machine... 

I got the plugin-inetd daemon to work, by backgrounding the nc
connection in the srvrpowerctrl_helper.sh script. I updated my prior
post.
So it works, now. And right away, I see I should have added a block
button to the Applescript dialog, because now every minute -I'm not
playing anything from the mac- the stupid popup asks me if I want to
cancel suspend %-) (and it also seems to act strangely when it pops-up
and the user is already typing something. Hopefully it kind of explodes
and does not catch the input for its Do it! button.)

Most of what I have posted has the same value inetd server or not. Feel
free to scavenge anything you want from it.
Initially I wanted the server to run permanently, and register with
IOKit as a dummy hardware driver. From there I could have received get
ready to sleep/shutdown/... events coming from the OS, and either fight
against it or let go, according to what the plugin/SC would have wanted.
But AFAIK the IOKit thing is Objective-C, there are no perl bindings nor
shell utils, so I thought a transient (inetd), passive server was
enough.
I believe the same OS/SC link can be obtained under linux on machines
that use d-bus (most desktop do I think.)

As for your RFC, I think I like the simplification you offer in your
1st proposal. I don't use sleep playing much. I don't use EOD at all, so
I won't try to have an opinion.


-- 
epoch1970

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

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


[SlimDevices: Plugins] Album Review not removing [] ()

2009-06-13 Thread Nonreality

It's working with my albums that don't have brackets or () but any that
do come up with unable to find review. I have it set to remove them but
it doesn't seem to work now.  Running the latest on 7.4 26982 on XP and
2.8 of Album Review.  This is on albums that are not playing.  If they
are playing, then from the web GUI it seems to work but not from the
remote and the SB3 display.


-- 
Nonreality

-IF THE RULE YOU FOLLOWED BROUGHT YOU TO THIS, OF WHAT USE IS THE RULE.-

HTTP://www.last.fm/user/nonreality

Nonreality's Profile: http://forums.slimdevices.com/member.php?userid=15723
View this thread: http://forums.slimdevices.com/showthread.php?t=64456

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


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

2009-06-13 Thread gharris999

Robin Bowes;431801 Wrote: 
 
 Try this:
 
 sudo -i
 export VISUAL=nano
 visudo
 
 ;)
 
 R.
Ah!
Douglas Adams Wrote: 
 
 Bloody hell, said Majikthise, now that is what I call thinking. Here
 Vroomfondel, why do we never think of things like that? Dunno, said
 Vroomfondel in an awed whisper, think our brains must be too highly
 trained Majikthise.



-- 
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/mailman/listinfo/plugins


[SlimDevices: Plugins] Stock market indices RSS ticker?

2009-06-13 Thread musicexpression

Apologies if this been posted before, but is there any good links that
show the major market indices on RSS that can be shown on the SB?


-- 
musicexpression

musicexpression's Profile: http://forums.slimdevices.com/member.php?userid=28861
View this thread: http://forums.slimdevices.com/showthread.php?t=64462

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


Re: [SlimDevices: Plugins] Stock market indices RSS ticker?

2009-06-13 Thread gharris999

Good question.  ..Not that I can find.  This site:
http://www.marketwatch.com/rss/ lists lots of financial RSS feeds...none
of which seem to have what you want.

SqueezeCenter needs a stock ticker screen saver plugin!


-- 
gharris999

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

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


Re: [SlimDevices: Plugins] Stock market indices RSS ticker?

2009-06-13 Thread MrC

Like this?

http://forums.slimdevices.com/showthread.php?p=369560highlight=stock+index#post369560


-- 
MrC

MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=64462

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