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

2009-10-28 Thread danco

gharris999;478539 Wrote: 
 The plugin itself logs to server.log...which is quite normal for
 SqueezeCenter/SBS plugins.  If you set SrvrPowerCtrl's logging to
 'debug' in the SBS Settings-Advanced-Logging section, the server.log
 is where SrvrPowerCtrl starts to become very chatty and confessional.

Yes, I'd done that, and that was where the log items came from.

 I do have the OSX external scripts writing to:
 
 /Users/username/Library/Logs/Squeezebox/srvrpowerctrl.log
 
 The data in this log isn't really very interesting, but it is a good
 confirmation that the external scripts are successfully executing.

I don't have such a file. Is it created on installation as an empty
file,or does it only get created when needed?


 Which one runs OK, and which one does not?  Your log entries show both
 'caffeinon.sh' and 'caffeineoff.sh' returning -1.  Normally, I would
 think that a return code of -1 would indicate a permissions problem in
 executing the command...or something like that.  Are you ending the
 scripts with 'exit -1' ?  Could you have the scripts exit 0 on success? 
 Also, did you add a reference to the scripts in /etc/sudoers?  I'm not
 sure this is strictly necessary, but it can't hurt.

Caffeineoff works, and caffeineon doesn't. Both scripts can be executed
by all users. Caffeineon is

#! /bin/bash
open /Applications/D\'s\ utils/caffeine\ on.app

caffeine on is an application created by AppleScript Editor (for some
reason I've forgotten, perhaps because I needed to use it in other
contexts, this seemed the easiest thing to do, rather than using
osascript or the like). The script at the heart of the application is
just

tell application Caffeine to turn on

As I said, the thing that puzzles me is that both scripts work when run
directly, so there's nothing wrong with the scripts themselves.  And the
two scripts and related applications are virtually identical (just a
change of off to on.

As you see, I didn't put an exit code as part of the shell script. As
both scripts can be executed by anybody, sudoers ought not to be
relevant.


-- 
danco

danco's Profile: http://forums.slimdevices.com/member.php?userid=210
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] iPeng support thread

2009-10-28 Thread sderuiter

pippin;477675 Wrote: 
 EDIT: If you use the Web Interface, you have to directly connect to
 MySqueezebox.com, your settings there should be applied to your server
 as well.
 In iPeng, you will see an AppGallery menu in the main menu.

Found it, thanks.


-- 
sderuiter

sderuiter's Profile: http://forums.slimdevices.com/member.php?userid=21090
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] AlienBBC + iPlayer no longer work after 7.3.4 7.4.2 upgrade

2009-10-28 Thread mattross

Here is a complete list of active plugins:

- App Gallery (v1.0)
- BBC iPlayer (v0.9f)
- Command Line Interface (CLI) (v1.0)
- Custom Browse (v2.9)
- Custom Skip (v2.3.3)
- Date and Time (v1.0)
- Digital Inputs (v1.0)
- Dynamic Playlists (v2.8.1)
- Extension Downloader (v1.0)
- Favorites (v1.0)
- Flickr (v1.0)
- Generic OPML Browser (v1.0)
- Internet Radio (v1.0)
- Lazy Search Music (v3.5.3)
- Music Library (v2.4)
- Music Information Screen (v4.4.5)
- My Apps (v1.0)
- Network Test (v1.0)
- Other Players (v0.5.2)
- PLUGIN_PLAYLISTMAN_NAME (v4.0)
- Random Mix (v1.0)
- Reset Volume (v0.6.1)
- Save Playlist (v1.0)
- SettingsManager (v2.1.15)
- Song Scanner (v2.0)
- Sounds  Effects (v1.0)
- SQL Playlist (v2.5)
- Visualiser Screensaver (v1.0)
- xPL Interface (v1.0)


-- 
mattross

mattross's Profile: http://forums.slimdevices.com/member.php?userid=8434
View this thread: http://forums.slimdevices.com/showthread.php?t=70413

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-10-28 Thread remblues

pippin;478680 Wrote: 
 Did you try the settings (in SqueezeCenter, not iPeng) on
 Settings-Library?
 Especially the Compilations flags?

Pardon my ignorance, but doesn't Compilations deal with albums where
different artists are on different tracks?


-- 
remblues

remblues's Profile: http://forums.slimdevices.com/member.php?userid=33703
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-10-28 Thread remblues

bhaagensen;478683 Wrote: 
 Thats afaik really not the right way of using these tags. Use something
 like:
 
 artist: John Coltrane
 artistsort: Coltrane, John

I wasn't aware of an artistsort tag, but I'll try it. Thanks.


-- 
remblues

remblues's Profile: http://forums.slimdevices.com/member.php?userid=33703
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-10-28 Thread bhaagensen

remblues;478701 Wrote: 
 Pardon my ignorance, but doesn't Compilations deal with albums where
 different artists are on different tracks?

I think that if you set both artist and albumartist to different
entities, as you do, Squeezeboxserver will automatically assume it is a
compilation. This is in compliance with the semantics of artist and
albumartist.


-- 
bhaagensen

bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-10-28 Thread pippin

remblues;478701 Wrote: 
 Pardon my ignorance, but doesn't Compilations deal with albums where
 different artists are on different tracks?

It also deals with which tags are being used for what.
Technically, you are using different artists, when using Coltrane
John for the Album and John Coltrane for the track artists, even if
it's always the same one.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


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

2009-10-28 Thread danco

I thought about this a bit more.

Using Aristotelian thinking - that is, relying on logic and a small
amount of knowledge/observation rather than detailed knowledge or
observation - I think the situation is this.

To a human being, Mac files may appear with both upper and lower case
characters.

However, to the Unix underpinnings of Mac OS X, all files appear
completely in lower case.

Consequently, although one can easily see a folder named Users at the
top level of the hard drive, any Unix reference to it must be to /users.
A mention of /Users in a Unix script will just fail.

It seems to me that this must be the issue I ran into. But I will leave
it to yo uto check where the plugin mentions /Users.


-- 
danco

danco's Profile: http://forums.slimdevices.com/member.php?userid=210
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] iPeng support thread

2009-10-28 Thread remblues

bhaagensen;478716 Wrote: 
 But why do you want both artist and albumartist when they're identical.

I suppose there's no need if I can use artistsort to do what I
thought albumartist would do -- that is, (1) allow me to have a tag I
can define and use when ripping CDs so that folders are created on my
hard drive in the way I want (alphabetical by last name) and (2) enable
me to browse through artists by last name when using iPeng (but still
come up in firstname-lastname order when tracks are added to
playlists).

One remaining question: Does Squeezecenter also consider tracks where
the artist differs from artistsort to be a compilation (e.g.,
artist=John Coltrane, aristsort=Coltrane John)?


-- 
remblues

remblues's Profile: http://forums.slimdevices.com/member.php?userid=33703
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] AlienBBC - sound drop outs

2009-10-28 Thread bpa

Run Network test and check fastest speed you can get 100% for 10 mins.

Streaming Flac from files and from a network stream have slightly
different network characteristics so a Network test for a sustained
period is a better test than being able to play Flac audio files.

It's possible that BBC audio stream (e.g. ISP, network congestion) is
at fault but the plugin can do nothing about that. Some users have found
security s/w and ISP traffic shaping can affect playback.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Inguz and 7.4

2009-10-28 Thread miklorsmith

I guess at this point we should assume Hugh is done updating Inguz to
the umpteen software upgrades?

If this is so, we have a few options - downgrade to 7.3 forever, find
new benefactor(s)to figure out how Inguz works now and carry the torch
with future upgrades, or lobby Logitech to incorporate some/all of
Inguz' function as an official component.

My druthers would be the last option - convince Logitech of the merits
of being at the front of this crucial function.  To keep it simple, we
could start with the EQ only, then see if integrating DRC is within
reach.

I've done a lot of DRC, having owned three different models of TacT
preamps over a couple of years.  My humble opinion is that most of what
can be done with DRC is achievable with a parametric EQ and simple
measurement tools.  This solution equals way less signal manipulation
and processing power.

I'm not advocating against DRC, just saying Logitech might be more
amenable to bite-sized chunks instead of a large undertaking.

I'd really like to keep this topic alive and to get as many people
behind it as possible.

Thoughts?


-- 
miklorsmith

miklorsmith's Profile: http://forums.slimdevices.com/member.php?userid=4349
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-10-28 Thread pippin

remblues;478720 Wrote: 
 I suppose there's no need if I can use artistsort to do what I thought
 albumartist would do -- that is, (1) allow me to have a tag I can
 define and use when ripping CDs so that folders are created on my hard
 drive in the way I want (alphabetical by last name) and (2) enable me to
 browse through artists by last name when using iPeng (but still come up
 in firstname-lastname order when tracks are added to playlists).
 
That's what the artistsort tag should do.
iPeng respects SC's sorting.
 
 One remaining question: Does Squeezecenter also consider tracks where
 the artist differs from artistsort to be a compilation (e.g.,
 artist=John Coltrane, aristsort=Coltrane John)?

No idea. I believe trying will help to find out :-)


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] Music IP becomes Amplified Music Service

2009-10-28 Thread audiomuze

There's no reason at all MiP will stop working with SBS unless something
gets broken accidentally or otherwise on the Logitech side.  You're
still able to analyze new tracks, integration with Musicbrainz still
works etc, so the only thing we're effectively stuck with is the lack of
introduction of further features in MiP.


-- 
audiomuze

audiomuze's Profile: http://forums.slimdevices.com/member.php?userid=33613
View this thread: http://forums.slimdevices.com/showthread.php?t=69402

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


Re: [SlimDevices: Plugins] Announce: SpiceyWeather; Animated Weather forecast screensaver plugin

2009-10-28 Thread Heuer

Stopping and re-starting SS solved it!


-- 
Heuer

Heuer's Profile: http://forums.slimdevices.com/member.php?userid=2543
View this thread: http://forums.slimdevices.com/showthread.php?t=67655

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


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

2009-10-28 Thread flemming

Rick B.;478653 Wrote: 
 Thanks, Robert. Now the gamble is whether it's worth going to the buggy
 7.4 in order to have Sirius again!

Plugin version 1.5b1 works fine with 7.3  You shouldn't use this update
unless you are running 7.4  I believe your problem was related to Sirius
Canada and not 7.4 compatibility.  See my note about the Sirius Canada
streams in the other post.  This fix doesn't resolve that issue, but I'm
willing to look into it.

Robert


-- 
flemming

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

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


[SlimDevices: Plugins] 7.4.1 ReadyNAS NV + an BBC i-player

2009-10-28 Thread IanCHC

A few weeks ago I started upgrading. I went through the multiple
instance problem with 7.4, cleaned up in various ways (including rm'ing
from ssh) and have now installed 7.4.1 twice.

Basically I can play using list live but not from listen again e.g.
today, Tuesday.  I get the list of programs ( a bit slow) I can play
them both from the player and :9000 web site but although the website
claims they are playing I only ever see the program title.

The iplayer is currently v0.9f.

I think I might go back to 7.3 (as I have now been missing my radio 4
for some weeks) but I will hang around in 7.4.1 a little longer in case
anyone more knowledgeable than I has suggestions or wants me to gather
some information.

Thank you


-- 
IanCHC

IanCHC's Profile: http://forums.slimdevices.com/member.php?userid=13400
View this thread: http://forums.slimdevices.com/showthread.php?t=70529

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


Re: [SlimDevices: Plugins] Music IP becomes Amplified Music Service

2009-10-28 Thread erland

audiomuze;478756 Wrote: 
 There's no reason at all MiP will stop working with SBS unless something
 gets broken accidentally or otherwise on the Logitech side.  You're
 still able to analyze new tracks, integration with Musicbrainz still
 works etc, so the only thing we're effectively stuck with is the lack of
 introduction of further features in MiP.
 
As long as Microsoft or Apple doesn't change something that breaks
MusicIP...

I'm guessing that it's just a matter of time until something breaks and
the MusicIP plugin is removed from Squeezebox Server.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher 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=69402

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


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

2009-10-28 Thread erland

ceepan;476312 Wrote: 
 
 I created a standard playlist which includes all songs tagged with the
 Random genre I have added.  This has 1643 tracks.  When I hover over
 it from the web interface and select the dynamic playlist followed by
 Play Random Tracks the SqueezeCenter becomes unresponsive for about a
 minute as it adds 10 tracks to the Playlist.  It then starts playing the
 first track and all seems OK.  After the next tracks plays to about a
 minute (I have add next track after set to 60 seconds)  the display on
 my SqueezeBox 3 stops updating for about 45 seconds.  The currently
 playing track time is updated in the web interface.  The next track is
 not shown as being added in the web interface until the 45 seconds are
 up, at which point the display on the Squeezebox 3 starts scrolling
 again.  IF I try to clear the playlist from the web interface during
 this time nothing happens.
 
My guess is that Custom Skip skips a lot of tracks. 
If you enable debug logging on plugin.customskip you should be able to
see in the server.log file if this is the case or not.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

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

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


Re: [SlimDevices: Plugins] Music IP becomes Amplified Music Service

2009-10-28 Thread mr_hyde

erland;478771 Wrote: 
 As long as Microsoft or Apple doesn't change something that breaks
 MusicIP...
 

The good thing is, that there is also a linux version and the
functionality of the SugarCube Plugin.

I also use only the MIP integration with Sugarcube to hear music.

Nevertheless, i also guess that somewhere in the furture there will be
a problem.


-- 
mr_hyde

2 x Squeezebox 3 - SSOTS 4.1 - Squeezecenter 7.4.1 - QNAP TS439 Pro
(3.1.2_1001T) - 4 x 500 GB Hitachi (RAID5)

mr_hyde's Profile: http://forums.slimdevices.com/member.php?userid=6032
View this thread: http://forums.slimdevices.com/showthread.php?t=69402

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


Re: [SlimDevices: Plugins] 7.4.1 ReadyNAS NV + an BBC i-player

2009-10-28 Thread bpa

Did BBCiPlayer work for you on 7.3 ?

Are you in the UK ?
What model player are you using ?


-- 
bpa

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

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


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

2009-10-28 Thread Rick B .

Robert, I'm willing to put my money where my mouth is if you can look
into the Sirius Canada problem!


-- 
Rick B.

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

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


[SlimDevices: Plugins] GoalRush Live Departures - Plugin incompatible with this version Squeezebox Server

2009-10-28 Thread skind56

Since upgrading to 7.4.1 the GoalRush  Live Departures plugins are
displaying, in the Settings - Plugins tab, that they are incompatible
and an update is required.

Is an update required or can I fix this myself?

Steve


-- 
skind56

skind56's Profile: http://forums.slimdevices.com/member.php?userid=9792
View this thread: http://forums.slimdevices.com/showthread.php?t=70536

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


Re: [SlimDevices: Plugins] AlienBBC + iPlayer no longer work after 7.3.4 7.4.2 upgrade

2009-10-28 Thread bpa

I had a feeling MIS customisation mightg have been the issue but since I
don't use it, I wasn't familiar with it enough to test it.

This is a bug but it needs more investigation to determine whether the
bug is in MIS, SBS or BBCiPlayer.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] 7.4.1 ReadyNAS NV + an BBC i-player

2009-10-28 Thread bpa

Since you are in the UK you have access to MP3 Listen Again which
requires no transcoding so disable the AAC setting in BBCiPlayer
settings and this should mean MP3 will be used for Listen Again.

Softsqueeze needs transcoding support for AAC and WMA which I think are
not included with ReadyNAS.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Inguz and 7.4

2009-10-28 Thread rbl

To be fair Hugh/Inguz has done an amazing job (thank you!) and has kept
it pretty much up to date without charging a penny. If he misses the odd
update etc. then it isn't really a bid deal!

But I find it staggering that Logitech have not at least implemented
some sort of EQ. It can't be particularly difficult, and it has always
been pretty much impossible to buy a normal music system without EQ
(unless you go audiophile top end). DRC would be nice too (even if they
just leave it up to the user to generate the filters themselves using
3rd party software).

The problem is how to get these wishes infront of Logitech, and not
some forum that they will never look at?


-- 
rbl

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

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


Re: [SlimDevices: Plugins] 7.4.1 ReadyNAS NV + an BBC i-player

2009-10-28 Thread IanCHC

Thanks for the suggestion.

Tried it
No joy - only flash MP3 is now set.

Result the same.

The server seems to believe it is playing - the clock is counting on
the website but the player is stuck at 0. This happens whether I start
playing from the website or from the squeeze player. So the squeeze
player's messages seem to reach the server and the server believes it is
streaming.

Perhaps I'd do best to go back 7.3 versions?


-- 
IanCHC

IanCHC's Profile: http://forums.slimdevices.com/member.php?userid=13400
View this thread: http://forums.slimdevices.com/showthread.php?t=70529

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


[SlimDevices: Plugins] iTunesUpdater does not find track

2009-10-28 Thread Lobotomizer

Certain tracks do not get their stats updated in Itunes by the
iTunesUpdate plugin when I play them. I checked the logs and it says the
track cannot be found. I tried clearing and rescanning my music library,
no result. 
Are there any known circumstances under which this could happen? The
band name happens to have a ! in it, illegal characters maybe?

Just to be clear, other tracks are updated fine so it's not the plugin
malfunctioning completely.


-- 
Lobotomizer

Lobotomizer's Profile: http://forums.slimdevices.com/member.php?userid=33547
View this thread: http://forums.slimdevices.com/showthread.php?t=70555

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


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

2009-10-28 Thread mvordeme

gharris999;478540 Wrote: 
 Yes, but had you connected the SBR to mysqueezebox.com before your local
 server shutdown?  That's the case where we seem to be running into
 trouble.I always connect everything to mysqueezebox.com before shutdown
(Hibernate to SqueezeNetwork). Did I miss anything?


-- 
mvordeme

'last.fm' (http://www.last.fm/user/mvordeme) | scaleo home server 2105 |
squeezebox server 7.4.1 | server power control
20091026.155305 | 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=48521

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


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

2009-10-28 Thread danco

I made a couple of posts that I deleted, because I found I had just made
a silly error.

The scripts are called caffeineon.sh and caffeineoff.sh. The custom
command that was not working had a misprint, as I gave it as
caffeinon.sh.

That deals with the issue as far as manual use of SvrPowerCtl goes.

However, though I will check further, I think I have the script to use
when not idle correctly named, and yet it is not working.

This is with my Squeezebox Radio being active. I will try the same
thing with my SB2 active, and also double-check that I have everything
set as it should be.


-- 
danco

danco's Profile: http://forums.slimdevices.com/member.php?userid=210
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-10-28 Thread epoch1970

Dear Danco,

I have something for you. It works on my mac, 10.5.8, doesn't work
extremely solid, but for this we'll have to wait on Gharris999 work.

The attached AppleScript accepts arguments: on (on forever), off,
quit (exits Caffeine). It also accepts on number of seconds after
which Caffeine resets to off (this is a feature of Caffeine.)
So you can make a few commands as you like.

The AScript is attached below. Here is the source:
Code:

on run argv
set Action to 
set Howlong to 0
if the (count of argv) is not 0 then
set Action to item 1 of argv
if ((Action is on) and (the (count of argv) is greater than 
1)) then
try
set Howlong to item 2 of argv as integer
end try
end if
end if
if Action is off then
tell application Caffeine to turn off
else if Action is on then
if Howlong is not 0 then
tell application Caffeine to turn on for Howlong
else
tell application Caffeine to turn on
end if
else if Action is quit then
tell application Caffeine to quit
else
tell application System Events
activate
display dialog Unknown command. buttons {Ok} with 
icon stop
end tell
end if

  end run
  



Get the attached zip and unzip it in /Applications/Utilities. **adapt
the path** if you don't like this location.

From Terminal.app, check you can see your favorite coffee cup when you
type:
/usr/bin/osascript /Applications/Utilities/Caffeine-start-stop.scpt on
10 return

Then create a custom command in srvrPowerControl exactly as this (don't
add quotes, to my surprise the path seems indeed case insensitive but
this one is the true one.)

Custom command: Caffeine On
Command: /usr/bin/osascript
/Applications/Utilities/Caffeine-start-stop.scpt on 10

Then stop and start SBS to test from a clean slate.

Click Caffeine On and see the magic. After 10 seconds, the cup
empties.

'Download'
(http://srvrpowerctrl.googlecode.com/svn/SrvrPowerCtrl_beta.zip) the
plugin version Gordon has updated today in case of trouble.

If you want to edit the script, find the application named Script
Editor.

Now. Don't tell me it doesn't work...


+---+
|Filename: Caffeine-start-stop.scpt.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=8586|
+---+

-- 
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] AlienBBC + iPlayer no longer work after 7.3.4 7.4.2 upgrade

2009-10-28 Thread bpa

I think the problem is exacerbated by the fact the Duration value for a
stream is not known until the stream starts playing but MIS tries to
display the duration when the play button is pressed when duration
has not yet been defined.


-- 
bpa

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

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


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

2009-10-28 Thread MOMENTUM

this is some great news for me in canada.
will gratitude($$) if this can be done..
thanks for the hope!!!
- - - mo


-- 
MOMENTUM

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

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


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

2009-10-28 Thread danco

Dear epoch,

Thanks for your reply. Kind of you to work something out.

I think you may have seen the posts I deleted because I finally
realised my problem with direct activation was just a misprint (as noted
in a post below). I'm still not sure whether my script is even running
when the player is not idle, which it is supposed to do. Have to test
further. If it isn't them it will be a plugin issue.


-- 
danco

danco's Profile: http://forums.slimdevices.com/member.php?userid=210
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-10-28 Thread epoch1970

Gordon,
when playing around SBS on the mac to test the Caffeine thing, I had
trouble getting the UI to work reliably. Turns out I had idle player
monitoring on, and no player attached at all. I unchecked idle player
monitoring and suddenly all went well.
- I think my sudoers entries are correct (they should)
- I have the desktop blockers, but I started, stopped the server quite
a few times, so I am not sure what you're doing with the blockers when
the server stops. I haven't logged out in days. 
- I have NO player at all attached to this SBS.


Code:

[09-10-28 23:48:41.7456] Plugins::SrvrPowerCtrl::Menu::initActionItems 
(284) Adding custom command # 0 : Caffeine On : /usr/bin/osascript 
/applications/utilities/caffeine-start-stop.scpt on 10 
  [09-10-28 23:48:45.1161] Plugins::SrvrPowerCtrl::WebUI::RenderActionPage 
(207) action == customcmd0
  [09-10-28 23:48:45.1164] 
Plugins::SrvrPowerCtrl::Plugin::GetPendingActionMessage (214) Timer # 
EV::Timer=SCALAR(0x356858c) already pending.  Action suspend ignored..
  [09-10-28 23:48:45.1166] Plugins::SrvrPowerCtrl::WebUI::RenderActionPage 
(260) Customcmd0 is unavailable.  Suspend is already pending in -6580 seconds..
  



-- 
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] Inguz and 7.4

2009-10-28 Thread Curt962

I'd be one to add my name to the list of those petitioning Logitech for
the inclusion of some basic EQ functions to the devices affected.   

I paid a lot of money for my Transporter (as did you), and I like it
immensely, but curiously, such seemingly easily implemented capabilities
such as EQ/BALANCE are omitted...leaving unsupported 3rd party software
to do the grunt work for us.

Logitechsh1tcan the newest Facebook app update, and give me
something that improves my listening.That's what I paid for.

Please.


-- 
Curt962

Curt962's Profile: http://forums.slimdevices.com/member.php?userid=31949
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

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


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

2009-10-28 Thread erland

ceepan;478854 Wrote: 
 Why was this not an issue when Ubuntu was installed on the same
 machine?
 
Real operating system vs want to be operating system ?
;-)

Jokes aside, it shouldn't make this kind of difference, so I'm sure
something differs in the configuration or database contents.

ceepan;478854 Wrote: 
 
 Turned logging on and got the attached log when the dynamic playlist
 was being populated with the first 9 songs.  It took about 3 minutes to
 populate the playlist and start playing music:
 
Ok, it doesn't seem to be skipping according to the log.

What other third party plugins do you have installed ? 

Could you try to enable debug logging on plugin.dynamicplaylist and do
the same operation again and post the server.log ?


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

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

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


Re: [SlimDevices: Plugins] Music IP becomes Amplified Music Service

2009-10-28 Thread GeeJay

Since AMS is in the licensing business, perhaps Logitech would consider
doing so and finally make MusicIP an integrated part of SBS?


-- 
GeeJay

GeeJay's Profile: http://forums.slimdevices.com/member.php?userid=11388
View this thread: http://forums.slimdevices.com/showthread.php?t=69402

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


Re: [SlimDevices: Plugins] Somewhat peeved with the new behaviour of MediaFly

2009-10-28 Thread goldstone

Just filed a new bug (id=14984).

I was reluctant to do so until I was sure it wasn't just me having
Mediafly problems when added to my playlists.  (Hope this is deemed
important enough to fix, since Mediafly is a real asset to the
Squeezebox product.)


-- 
goldstone

goldstone's Profile: http://forums.slimdevices.com/member.php?userid=33224
View this thread: http://forums.slimdevices.com/showthread.php?t=69107

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