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

2011-03-21 Thread gharris999

mvordeme;619549 Wrote: 
 This could be fixed by iterating the boxes twice, powering them all down
 on the first pass, and only then pushing them to mysqueezebox.
The code, as it currently stands performs two iterations.  1st, it
powers off all locally attached players one by one.  On the 2nd
iteration, it pushes each player (again, one by one) onto the alternate
server using $curclient-execute(['connect', $szAltServerIP]); 
Immediately after making the 'connect' request, the code then sets a
timer for 15 + n seconds in the future.  When the timer fires, the code
sends a JSON request to the alt server requesting a [ $client_id,
['power', '0'] ].  As the code iterates through the player list, n is
increased by 4 seconds for each player.

If you have the 'Alternate server delay time' in the SrvrPowerCtrl
settings set too low, it's possible that the local server gets put to
sleep before the timers fire.

I don't sync my players, so this isn't something that I've tested.  I
could try developing code that would unsync on push and resync on
fetch.  I don't really have any idea how tricky this might be.

mvordeme;619549 Wrote: 
 No. I have already switched it off. Every time a synchronized player is
 pushed back to mysqueezebox, the synchronization settings are carried
 over. After that has happened, it is difficult to get rid of the
 synchronization again, and yes, it includes unsynchronizing them
 locally and on mysqueezebox, but in my experience, you need to pick the
 same box you initiated the synchronization from. It is all rather
 messy.
 
 *P.S.:* On second thoughts, should I consider this a bug and report it?Do you 
 mean a bug with SrvrPowerCtrl or with Squeezebox Server?

If I could make it so that things went:

unsync, power-off, push remote-power-off, sleep, wake, fetch, resync

..would you think that that would solve the problem?


-- 
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: BBCiPlayer Plugin (UK only)

2011-03-21 Thread Phil08

Hi Guys,

I am having an issue with the iPlayer on Radio2.  I have not been able
to select a day to playback programs from Wednesday onwards.  As each
day goes there are less playback days available so that by wednesday
there will be none.  This is also the case when a specific program is
selected, the playback feature is not available from Wednesday onwards.
Is this a new 'feature' of iPlayer, has the BBC decided not to allow
playbacks or do I have a broken system?  Running SQ7.4.1-28947 on QNAP
TS-119 with iPlayer V1.1.14.

Any ideas?


-- 
Phil08

Phil08's Profile: http://forums.slimdevices.com/member.php?userid=21892
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Custom Scan speed

2011-03-21 Thread Daverz

OK, now I've found something really bizarre.  Maybe you know about this
already: when music is streaming Custom Scan no longer waits several
seconds at a time.  (This is SBS 7.5.3 r31792, CS v2.10.3296, Ubuntu
10.10).  This is my procedure:

1. Set Custom Scan logging to DEBUG
2. Start all in Custom Scan management page
3. Watch the server.log

tail -f /var/log/squeezebox/server.log

4. Start some music streaming and watch progress.  Note that there are
no multi-second pauses (at least on my system).
5. Delete the current playlist.  You should see intermittent inactivity
of CS for several seconds at a time.  If you watch the seconds in the
timestamp there will be gaps of several seconds.
6. Start some music again, and you should not see any gaps (or few) if
you watch the seconds digits.
7. Repeat as often as you like.

Even with music on pause, scanning is faster, though it seems even
faster with music on play.  Particularly if you have pause on for a
while and hit play there seems to be a spurt of activity.


-- 
Daverz

Daverz's Profile: http://forums.slimdevices.com/member.php?userid=32335
View this thread: http://forums.slimdevices.com/showthread.php?t=85180

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2011-03-21 Thread danco

Phil08;619561 Wrote: 
 Hi Guys,
 
 I am having an issue with the iPlayer on Radio2.  I have not been able
 to select a day to playback programs from Wednesday onwards.  As each
 day goes there are less playback days available so that by wednesday
 there will be none.  This is also the case when a specific program is
 selected, the playback feature is not available from Wednesday onwards.
 Is this a new 'feature' of iPlayer, has the BBC decided not to allow
 playbacks or do I have a broken system?  Running SQ7.4.1-28947 on QNAP
 TS-119 with iPlayer V1.1.14.
 
 Any ideas?

Yes, look at other threads before posting! There's a thread
specifically on this issue.

Seems to be a BBC problem.

There'sa work around by a modification to the iPlayer Extras plugin.


-- 
danco

danco's Profile: http://forums.slimdevices.com/member.php?userid=210
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


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

2011-03-21 Thread mvordeme

gharris999;619552 Wrote: 
 The code, as it currently stands performs two iterations.  1st, it
 powers off all locally attached players one by one.  On the 2nd
 iteration, it pushes each player (again, one by one) onto the alternate
 server using $curclient-execute(['connect', $szAltServerIP]); 
 Immediately after making the 'connect' request, the code then sets a
 timer for 15 + n seconds in the future.  When the timer fires, the code
 sends a JSON request to the alt server requesting a [ $client_id,
 ['power', '0'] ].  As the code iterates through the player list, n is
 increased by 4 seconds for each player.In this case, it simply doesn't seem 
 to work for the Boom. I'll unsync
and test it again.

gharris999;619552 Wrote: 
 If you have the 'Alternate server delay time' in the SrvrPowerCtrl
 settings set too low, it's possible that the local server gets put to
 sleep before the timers fire.I am not using SPC to put my server to sleep. 
 That is done automatically
by my power manager 20 minutes after no network load can be detected,
which is 5 minutes after SPC has pushed my players to mysqueezebox.

gharris999;619552 Wrote: 
 Do you mean a bug with SrvrPowerCtrl or with Squeezebox Server?I mean with 
 SqueezeboxServer/mysqueezebox. There are some more funny
things. In the current version, if I sync player 1 with player 2, I
can't unsync player 2 from player 1. I always have to pick the player I
originally sync'ed, which is not always what I want to do. This was
different not too long ago.

gharris999;619552 Wrote: 
 If I could make it so that things went:
 
 unsync, power-off, push remote-power-off, sleep, wake, fetch, resync
 
 ..would you think that that would solve the problem?I actually want to avoid 
 you to custom-build a solution for me. It
wouldn't quite work that way because I don't fetch the players back
when the server wakes. The server does more than just to play music,
and fetching the players back for example when the backups start could
be annoying. Unsyncing first would do the trick for me, though.


-- 
mvordeme

'last.fm' (http://www.last.fm/user/mvordeme) | scaleo home server 2105 |
squeezebox server 7.5.3 - r31792 | server power control
20110315.125752 | 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] BBC iPlayer stopped after 06:00 yesterday

2011-03-21 Thread copperstate

bpa;619515 Wrote: 
 Example radio 4FM
 
 BBC iPlayer Extras-National Radio Schedule-Radio 4 FM-Radio 4 FM
 Last Week-Choose day-play program at chosen time.

That is exactly what I tried (with Radio 3) in SP (which I usually use
to control my  SBs). It shows the URL, but it just bounces upon
selecting it.


-- 
copperstate

copperstate's Profile: http://forums.slimdevices.com/member.php?userid=34756
View this thread: http://forums.slimdevices.com/showthread.php?t=86384

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


[SlimDevices: Plugins] Recording iPlayer, windows

2011-03-21 Thread rbl

hi - is it possible to make a recording from the iPlayer radio on a
windows system? I.e. recording the digital strream without going via
the sound card? Preferably the new BBC3 HD stream.


-- 
rbl

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

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


Re: [SlimDevices: Plugins] BBC iPlayer stopped after 06:00 yesterday

2011-03-21 Thread majones

The XML locator seems now to have been updated, so normal service is
resumed. It would be handy to have the last week listing as a
permanent feature in BBCiPlayerExtra as a backup.


-- 
majones

majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
View this thread: http://forums.slimdevices.com/showthread.php?t=86384

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


Re: [SlimDevices: Plugins] BBC iPlayer stopped after 06:00 yesterday

2011-03-21 Thread bpa

copperstate;619582 Wrote: 
 Thanks, :) that is exactly what I tried (with Radio 3) in SP (which I
 usually use to control my  SBs). It shows the URL, but it just bounces
 upon selecting it.
 
 Edit: seems to work fine if selected on the SB3 itself, but does not
 work on any SP based device (SP and Radio). Using the web ui seems to
 work fine for all devices, though.
 
 I am using the latest 7.6 nightly btw (MacOS X 10.6.6, SBS 7.6.0 -
 r32137, SB3 135, Radio 7.6.0-r9301, SP 7.6.0-r9392M).

Works for me OK on Touch and Radio using 7.6 svn - main branch. The
plugin just generate menus - it does not add in any code into SP.

I think it is a problem in your setup (are you using SP on a PC or SP
on Touch/Radio ? or SBS 7.6 onebrowser branch) or else specific to the
program selected.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2011-03-21 Thread jp73

Hi

just don't know if I post this in here correctly but here is my
problem
I just bought an Iphone and put ipeng on it to control my
squeezeboxes.

Problem I have is that my main setup, a transporter connected to a tube
amplifier uses irblaster to control the volume of the amplifier. This
worked well on a program on my android telefone but it doesn't seem to
work with Ipeng.

Any tips to get this to work and to be able to change the volume ? 
(otherwise Ipeng is quite useless to me since I would have to walk to
the amplifier all the time)

Thanks Jeroen


-- 
jp73

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

2011-03-21 Thread pippin

Jeroen,

iPeng should work fine with IRBlaster.
Are you using a recent version of the plugin? If not, please update.
If yes: what exactly is the problem you are seeing? iPeng should
replace the volume bar with up/down buttons for players that use
IRBlaster.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, 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] Squeezeslave, 24/96 and SPDIF output options?

2011-03-21 Thread W0153R




-- 
W0153R

W0153R's Profile: http://forums.slimdevices.com/member.php?userid=44848
View this thread: http://forums.slimdevices.com/showthread.php?t=58740

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-03-21 Thread PeterKocic

I've just installed this plugin for a friend and set it up like i've
done at my home.

But - when trying to play something I get the error

connection timed out: bad file descriptor

It's a Duet I'm trying to stream to - any ideas what it could be?


-- 
PeterKocic

PeterKocic's Profile: http://forums.slimdevices.com/member.php?userid=43626
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] iPeng support thread

2011-03-21 Thread jp73

Hi

version
IR-Blaster (v5.6.1) is what is running
settings in the server are to update the plugins automatically more
info of the system :


Versie: 7.5.4 - r32013 @ Tue Mar 8 02:02:44 PST 2011
Hostnaam: DebianServer
IP-adres van server: 172.19.3.200
HTTP-poortnummer van server: 9000
Besturingssysteem: Debian - NL - utf8
Platformarchitectuur: x86_64-linux
Perl-versie: 5.10.0 - x86_64-linux-gnu-thread-multi
MySQL-versie: 5.0.51a-24+lenny5


on ipeng i see a volume bar that is at 0 and that I cannot select.

lf you need more info let me know I try to give you.

regards

Jeroen


-- 
jp73

jp73's Profile: http://forums.slimdevices.com/member.php?userid=34285
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] BBC iPlayer stopped after 06:00 yesterday

2011-03-21 Thread Triode

majones;619589 Wrote: 
 The XML locator seems now to have been updated, so normal service is
 resumed. It would be handy to have the last week listing as a
 permanent feature in BBCiPlayerExtra as a backup.

Yes - looks to be working to me too.   Hopefully now normal service is
resumed.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2011-03-21 Thread Triode

danco;619565 Wrote: 
 Yes, look at other threads before posting! There's a thread specifically
 on this issue.
 
 Seems to be a BBC problem.
 
 

BBC feeds are now working again.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Recording iPlayer, windows

2011-03-21 Thread Triode

rbl;619588 Wrote: 
 hi - is it possible to make a recording from the iPlayer radio on a
 windows system? I.e. recording the digital strream without going via
 the sound card? Preferably the new BBC3 HD stream.

Sorry can't help you with this.  The terms of the rtmp specification
which is implemented within the plugin are that it can only be used for
streaming and not for creating any copies of the stream.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-03-21 Thread Triode

PeterKocic;619614 Wrote: 
 I've just installed this plugin for a friend and set it up like i've
 done at my home.
 
 But - when trying to play something I get the error
 
 connection timed out: bad file descriptor
 
 It's a Duet I'm trying to stream to - any ideas what it could be?

Difficult to diagnose without the server and helper app logs.  You
should start by checking the firewall does not block incomming
connections from the player to the helper app.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2011-03-21 Thread pippin

Have you maybe disabled digital volume control in addition to the
setting IRBlaster uses? I thought it would not make any difference but
I'm not 100% sure.
Which player model was this? SB 3?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, 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: BBCiPlayer Plugin (UK only)

2011-03-21 Thread Labarum

Thanks Triode. It must be quite a task keeping up with the BBC's
constant improvements!


-- 
Labarum

Brian

In Southampton: Quad 77 Integrated Amp  - AVI Neutron 4
In Nicosia: Quad 405-2 refurbished by 405man - Quart 980s German Tower
Loudspeakers. Boom in conservatory.
http://www.hifi-wiki.de/index.php/MB_Quart_980_S
In both: Squeezebox Classic, Beresford Caiman DAC, Sony MDR-F1
Headphones

Labarum's Profile: http://forums.slimdevices.com/member.php?userid=19963
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-03-21 Thread markcaines

Triode,

Many thanks for your answer.  Is there any way of telling from the logs
which of the two issues - local network versus spotify server issues it
is likely to be?  Everything else plays perfectly well on my local
network, so I would like you assume it's spotify.  Add to that the fact
that there have been some issues in my area with the cable network (due
to be resolved in a week or so)  However, if I just stream to
Squeezeplay on the same computer as squeezecentre, I don't have a
problem.  Is there anything particular about trying to stream to
several synchronised players that makes things more tricky?

Thanks again

Mark


-- 
markcaines

markcaines's Profile: http://forums.slimdevices.com/member.php?userid=1605
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


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

2011-03-21 Thread Roger the Shrubber

gharris999;619431 Wrote: 
 
 If the CLI approach is problematic for whatever reason, you can also
 block SrvrPowerCtrl by creating a block-file.  On windows XP, this
 would be:
 

Thank you very, very much for that extensive response. I think I'll
take the file based approach indeed. There are three situations I'll
have to think more about:
- user manually boots up or wakes server
- user manually hibernates server through the plugin
- user manually shuts down or hibernates server some other way

in both cases, the block would not be set. 1st case could be solved by
setting a block when starting up, but that does not work when coming
from stand-by or hibernate. 2nd case can be avoided by using a custom
command line for the hibernate command (Is that custom command also
used when hibernate is activated after idle? That would take care of
some of the instances of case 1 as well). 3rd case seems impossible to
deal with in windows. 
Anyway, if I implement these partial solutions, one has to be quite
unlucky to end up in a case that isn't covered.


On a different note, regarding the netstat window popping up, could you
use 'start /min netstat' or 'cmd /C start /min netstat' or something
similar?


-- 
Roger the Shrubber

Roger the Shrubber's Profile: 
http://forums.slimdevices.com/member.php?userid=739
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

2011-03-21 Thread mvordeme

mvordeme;619569 Wrote: 
 I'll unsync and test it again.Here are the results. It doesn't power off any 
 player, regardless of
whether they are synchronized or not. Only switching them off on the
alternate server works. I have no idea exactly what is the issue. Maybe
the server log can provide a clue?
Code:

[11-03-21 20:34:05.6408] main::init (323) Starting Squeezebox Server 
(v7.5.3, r31792, Mon Jan 24 07:32:03 PST 2011) perl 5.01
  [11-03-21 20:37:21.0158] Plugins::SrvrPowerCtrl::Watchdog::IdleWatchdog (250) 
Activity history: 000 System is idle with 12 minutes left in the 
idle countdown..
  [11-03-21 20:38:11.8613] 
Plugins::SrvrPowerCtrl::Jive::jiveServerPowerControlMenu (91) Processing jive 
reqest for action items..
  [11-03-21 20:38:16.1601] Plugins::SrvrPowerCtrl::CLI::pluginCLI (356) 
pluginCLI request == bless({
  _ae_callback  = sub { ??? },
  _cb_enable= 1,
  _clientid = 00:04:20:16:f5:76,
  _connectionid = 4a744808,
  _func = sub { ??? },
  _isQuery  = 0,
  _langoverride = undef,
  _needClient   = 0,
  _params   = {
  _action   = suspend2as,
  _fromjive = 1,
  _message  = Suspending to Alternate Server,
  _switchclient = undef,
  },
  _request  = [srvrpowerctrl],
  _requeststr   = srvrpowerctrl,
  _results  = {},
  _source   = /4a744808/slim/request|244|,
  _status   = 1,
  _useixhash= 0,
  }, Slim::Control::Request)
  [11-03-21 20:38:16.1613] Plugins::SrvrPowerCtrl::Util::DisplayPlayerMessage 
(321) Not displaying message on Squeezebox Receiver: Receiver
  [11-03-21 20:38:16.1620] Plugins::SrvrPowerCtrl::Util::DisplayPlayerMessage 
(328) Skipping display on Squeezebox Receiver: Receiver
  [11-03-21 20:38:16.1626] Plugins::SrvrPowerCtrl::Plugin::prepareAction (297) 
Timer # EV::Timer=SCALAR(0x53a0d44) created.  Action suspend2as is pending in 1 
seconds..
  [11-03-21 20:38:16.1649] Plugins::SrvrPowerCtrl::Plugin::prepareAction (300) 
Pending Action: {
  action   = suspend2as,
  actionid = 260,
  cancelwait   = 1,
  checkblock   = 1,
  cmdwait  = 30,
  command  = ,
  dispblock= 1,
  exeTime  = 1300736297,
  getcommandargcoderef = undef,
  isSleepDefered   = 0,
  menuindex= 1,
  menutext = Suspend to Alternate Server,
  message  = Suspending to Alternate Server,
  messagedone  = Server is suspended,
  poweroffplayers  = 0,
  push2as  = 1,
  refreshwait  = 30,
  setrtcwakeup = 0,
  stopsc   = 0,
  }
  [11-03-21 20:38:17.0172] Plugins::SrvrPowerCtrl::Util::BlockPlayerMessage 
(396) All Clients: Suspending to Alternate Server
  [11-03-21 20:38:17.0197] Plugins::SrvrPowerCtrl::AltServer::PushToAltServer 
(176) client == Squeezebox Receiver::receiver::'Receiver'--00:04:20:16:f5:76
  [11-03-21 20:38:17.0204] Plugins::SrvrPowerCtrl::AltServer::PushToAltServer 
(259) Attempting to push Receiver(Squeezebox Receiver)--00:04:20:16:f5:76 to 
www.mysqueezebox.com..
  [11-03-21 20:38:17.0216] Plugins::SrvrPowerCtrl::AltServer::PushToAltServer 
(266) Attempting to power-off Receiver
  [11-03-21 20:38:17.0223] Plugins::SrvrPowerCtrl::Alarms::GetNextAlarm (232) 
SN Boom next alarm time == 0..
  [11-03-21 20:38:17.0228] Plugins::SrvrPowerCtrl::Alarms::GetNextAlarm (247) 
No alarms pending..
  [11-03-21 20:38:19.0165] Plugins::SrvrPowerCtrl::SleepButton::mapKeyHold 
(196) Skipping Squeezebox Receiver: Receiver
  [11-03-21 20:38:20.0093] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [11-03-21 20:38:20.0197] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [11-03-21 20:38:20.0258] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [11-03-21 20:38:20.0325] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [11-03-21 20:38:20.0400] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [11-03-21 20:38:20.0499] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [11-03-21 20:38:30.1002] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [11-03-21 20:38:30.1105] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [11-03-21 20:38:32.0158] 
Plugins::SrvrPowerCtrl::AltServer::PowerOffRemotePlayer (321) Attempting to 
send power-off request for 00:04:20:16:f5:76 on www.mysqueezebox.com
  [11-03-21 20:38:32.0165] 
Plugins::SrvrPowerCtrl::AltServer::PowerOffRemotePlayer (360) Sending power-off 
request for 00:04:20:16:f5:76 to: 
http://www.mysqueezebox.com/jsonrpc.js?{params:[00:04:20:16:f5:76,[power,0]],method:slim.request,id:1}
  [11-03-21 20:38:32.1064] Plugins::SrvrPowerCtrl::AltServer::_SNjson_done 
(483) SN player response: {
  error = undef,
  id = 1,
  method = slim.request,
  params = [00:04:20:16:f5:76, [power, 0]],
  result = {},
  }
  [11-03-21 20:38:35.1583] Slim::Web::JSONRPC::requestMethod (383) 

Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-03-21 Thread Triode

markcaines;619684 Wrote: 
 Triode,
 
 Many thanks for your answer.  Is there any way of telling from the logs
 which of the two issues - local network versus spotify server issues it
 is likely to be?  Everything else plays perfectly well on my local
 network, so I would like you assume it's spotify.  Add to that the fact
 that there have been some issues in my area with the cable network (due
 to be resolved in a week or so)  However, if I just stream to
 Squeezeplay on the same computer as squeezecentre, I don't have a
 problem.  Is there anything particular about trying to stream to
 several synchronised players that makes things more tricky?
 
 Thanks again
 
 Mark

Well the plugin will need to send one flac or pcm stream to each
player, so its possible the problem is lack of bandwidth on your local
network rather than a spotify issue.  If you set the helper app log to
Stream Debugging then it will give you lots of info which will help
diagnose this?  If you play to one player over the network is it
better?


-- 
Triode

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2011-03-21 Thread pippin

Does IRBlaster generally work correctly for you right now?
I can't get it to work on any one of my server versions. 7.5.4 looks
correct but indeed doesn't seem to display the right control in iPeng.
For 7.6 and 7.5.3 I can't even get into the IRBlaster settings for my
players.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, 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

2011-03-21 Thread mvordeme

This line looks suspicious:
Code:

  poweroffplayers  = 0,



-- 
mvordeme

'last.fm' (http://www.last.fm/user/mvordeme) | scaleo home server 2105 |
squeezebox server 7.5.3 - r31792 | server power control
20110315.125752 | 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] iPeng support thread

2011-03-21 Thread pippin

OK, I checked with fixed volume and it still works for me.
Could you try to restart iPeng (quitting it through the task bar) and
maybe also the server?
Could you tell me your IRBlaster settings?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, 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: Spotify Premium Plugin (Beta)

2011-03-21 Thread maxibull

hello ive just  bought an sb duet  and  ive  paired it  with my 
wireless network  ,but when i  went to configure it  with spotify i got
a  little surprise as it sadly isnt supported  with the duet squeezebox
now i understand that there are a plugin i can get to get it  working 
with my  duet
and after  some reading i went to see if i could  find the plug in
under 3rd party plugins  in my squeezebox  remote but i couldnt  find
it
were  can i get this plug in?
and how do i install it 
all help  will be appreciated  very much
thanks


-- 
maxibull

maxibull's Profile: http://forums.slimdevices.com/member.php?userid=45056
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] BBC iPlayer stopped after 06:00 yesterday

2011-03-21 Thread mikael_b

Triode;619670 Wrote: 
 Yes - looks to be working to me too.   Hopefully now normal service is
 resumed.

Get most of it running but not the World Service.

Mikael


-- 
mikael_b

mikael_b's Profile: http://forums.slimdevices.com/member.php?userid=44876
View this thread: http://forums.slimdevices.com/showthread.php?t=86384

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


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

2011-03-21 Thread gharris999

Roger the Shrubber;619688 Wrote: 
 Thank you very, very much for that extensive response. I think I'll take
 the file based approach indeed. There are three situations I'll have to
 think more about:
 - user manually boots up or wakes server
 - user manually hibernates server through the plugin
 - user manually shuts down or hibernates server some other way
 
 in both cases, the block would not be set. 1st case could be solved by
 setting a block when starting up, but that does not work when coming
 from stand-by or hibernate. 2nd case can be avoided by using a custom
 command line for the hibernate command (Is that custom command also
 used when hibernate is activated after idle? That would take care of
 some of the instances of case 1 as well). 3rd case seems impossible to
 deal with in windows. 
 Anyway, if I implement these partial solutions, one has to be quite
 unlucky to end up in a case that isn't covered.
 
 
 On a different note, regarding the netstat window popping up, could you
 use 'start /min netstat' or 'cmd /C start /min netstat' or something
 similar?

RE NETSTAT WINDOW:[/B] BECAUSE I'M USING PERL BACKTICKS, I.E. `NETSTAT
-E`, I DON'T THINK THE OTHER APPROACHES WILL WORK.  PERL NEEDS TO READ
THE CONSOLE'S STDOUT.  I'VE DONE SOME GOOGLING ON THIS AND HAVEN'T
FOUND A SOLUTION.  I THINK WHAT I NEED TO DO IS WRITE MY OWN WINDOWS
UTILITY (WHICH I STARTED YESTERDAY) WHICH WILL POST THE STATS TO
SRVRPOWERCTRL VIA THE CLI.

[B]RE THREE SITUATIONS TO THINK ABOUT:

-- USER MANUALLY BOOTS UP OR WAKES SERVER-

On wake-up, you can have SrvrPowerCtrl execute an Optional on-wakeup
command...something like:


Code:


  c:\windows\system32\cmd.exe /cc:\path_to\test-time.cmd
  



test-time.cmd could be a simple batch file that parses the current time
and then sets a block if the time falls within a given range.  Perhaps
something like:

test-time.cmd:

Code:


  @echo off
  
  rem Set the location of the block file..
  
  if exist %ProgramData%\temp (
  set BLOCKFILE=%ProgramData%\TEMP\spc-block
  ) else (
  set BLOCKFILE=%windir%\temp\spc-block
  )
  
  
  rem Parse the time..
  
  FOR /F tokens=1-3 delims=:. %%A IN (%TIME%) DO (
  SET HOUR=%%A
  SET MINUTE=%%B
  SET SECOND=%%C
  )
  
  echo %HOUR% : %MINUTE% : %SECOND%
  
  
  rem Set a SrvrPowerCtrl block if we're in a particular time period..
  
  
  rem Block between Noon and 6 pm..
  
  if /I %HOUR% geq 12 (
  if /I %HOUR% lss 18 (
  echo Creating the Noon to 6pm block..
  echo Block! %BLOCKFILE%
  )
  )
  
  
  rem Block between 8pm and 10 pm
  
  if /I %HOUR% geq 20 (
  if /I %HOUR% lss 22 (
  echo Creating the 8pm to 10 pm block..
  echo Block! %BLOCKFILE%
  )
  )
  
  :end
  



-- USER MANUALLY HIBERNATES SERVER THROUGH THE PLUGIN:-
If a block is set, users can't perform any SrvrPowerCtrl
actions...they're blocked.

-- USER MANUALLY SHUTS DOWN OR HIBERNATES SERVER SOME OTHER WAY-
Hard to protect against this using software.  Armed guards?


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

2011-03-21 Thread gharris999

mvordeme;619698 Wrote: 
 This line looks suspicious: 
Code:

poweroffplayers  = 0,

  

That's because you haven't checked Power-off attached players when
shutting down? in the SrvrPowerCtrl settings Command Tweaks
section.

Since you aren't actually using SrvrPowerCtrl to suspend your machine,
I think you should modify your approach.  Rather than having the System
Idle Monitor use the Suspend to www.mysqueezebox.com action at
idle-expiration..having substituted a fake command for the suspend
command...I think you should create a custom command:

Label: Push Players

Command: cli://srvrpowerctrl pushtoas

..and then use Push Players as your 'on idle' action.

That will push all the players (you do have push all checked in the
settings, don't you?) onto mysb.com without triggering all the other
stuff which shouldn't be happening...like the immediate wakeup call.

I'm working on the unsync-before-push code now.  It will be another
option available in the Alternate Server settings section.


-- 
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: Spotify Premium Plugin (Beta)

2011-03-21 Thread Mnyb

maxibull;619736 Wrote: 
 hello ive just  bought an sb duet  and  ive  paired it  with my 
 wireless network  ,but when i  went to configure it  with spotify i got
 a  little surprise as it sadly isnt supported  with the duet squeezebox
 now i understand that there are a plugin i can get to get it  working 
 with my  duet
 and after  some reading i went to see if i could  find the plug in
 under 3rd party plugins  in my squeezebox  remote but i couldnt  find
 it
 were  can i get this plug in?
 and how do i install it 
 all help  will be appreciated  very much
 thanks

You dont find plugins on the controler ( remote ) it has only thoose
aps that are configured via the online service mysqueezebox.com.

You have to install squeezeboxserver on a local computer, there you can
find a plugins tab in it's web interface to activate varius plugins fo
example triodes spotify premium plugin.
The duet must then be conected to this local server when you use
spotify.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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