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

2012-06-21 Thread TheLastMan

Triode wrote: 
 Yes for Touch/Radio or if the NAS is using the Logitech shipped faad
 binary for aac decode for older players.  However many NAS builds
 (Synology is the primary culprit) use their own faad build and it won't
 work..
Thanks for that.  I have a Synology NAS and recently suffered from the
faad binary problem, but replaced the Synology Binary with the one from
the official LMS package.  I am glad to report that after testing the
latest version of the BBC iPlayer plugin works fine with the LMS faad.

If anybody wants to know how I replaced the Synology faad binary with
the correct one I have posted instructions on the official Synology
forum here:
http://forum.synology.com/enu/viewtopic.php?f=131t=49214#p198008

Interestingly the Synology flac binary also appears to be an old one,
but I have not had any problems with flac functionality so just left
that as is.



TheLastMan's Profile: http://forums.slimdevices.com/member.php?userid=16021
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: BBCiPlayer Plugin (UK only)

2012-06-21 Thread marcdbl

bpa wrote: 
 The special LMS version of faad2 is supplied with LMS.
 
 If you are running a 64 bit kernel you need to install ia32-libs package
 as the supplied applications are 32 bit.

Yes that's it! Thanks a lot my friend.

So, for anyone else who has this issue, to get AAC working on 64-bit
Ubuntu, just do this:

sudo apt-get install ia32-libs



marcdbl's Profile: http://forums.slimdevices.com/member.php?userid=42858
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: BBCiPlayer Plugin (UK only)

2012-06-21 Thread Triode

TheLastMan wrote: 
 Thanks for that.  I have a Synology NAS and recently suffered from the
 faad binary problem, but replaced the Synology Binary with the one from
 the official LMS package.  I am glad to report that after testing the
 latest version of the BBC iPlayer plugin works fine with the LMS faad.
 
 If anybody wants to know how I replaced the Synology faad binary with
 the correct one I have posted instructions on the official Synology
 forum here:
 http://forum.synology.com/enu/viewtopic.php?f=131t=49214#p198008
 
 Interestingly the Synology flac binary also appears to be an old one,
 but I have not had any problems with flac functionality so just left
 that as is.

The change to the flac binary in LMS is to allow transcoding of very
long streams.  I think 4 hours or more from memory - so if you listen to
radio streams for less time than this or don't transcode to flac then
you should be ok..



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] Announce: Beta version of SvrPowerControl

2012-06-21 Thread gharris999

Snoopy81 wrote: 
 
 1: I would like to use the CPU-load option to prevent the server from
 going to suspend when working with the server. My CPU-load is around 0.1
 at idle and between 0.2 and 0.8 in part load. How can I set the value to
 0.15? Obviously only integers are allowed.
 

How are you computing your CPU load?  On linux systems, SrvrPowerCtrl is
parsing /proc/loadavg and using the 1st decimal number for the 1 minute
average.  See: http://www.lindevdoc.org/wiki//proc/loadavg

Here is the code I'm using:

cpuload.pl:

Code:


  #!/usr/bin/perl -w
  
  sub CPUStat {
  
my $szRegEx;
my $cpustats;
my $cpuload = 0.00;
  
my $procloadavg = '/proc/loadavg';
if (! -e $procloadavg || !open(PLA, $procloadavg)) {
return 0;
}
$cpustats = PLA;
close(PLA);
#1.42 1.00 0.84 2/328 2842
$szRegEx = '^\s*(\d+\.\d+).*$';
  
  
if ( $cpustats =~ /$szRegEx/ ) {
$cpuload = $1;
}
  
return $cpuload;
  }
  
  
  my $cpuaverage = CPUStat();
  
  print(CPU load: $cpuaverage (last 1 min average)\n);
  
  


On my system, with a reasonably CPU intensive task running (rsync), I'm
getting a figure of:

# CPU load: 2.34 (last 1 min average)

So for me, a CPU load threshold setting of 2 should be about right.

What do you get with the above script when you're running your part
load?

If you're still seeing results below 1, and before I change the plugin
to allow decimal numbers for that setting, would you be willing to try
editing the:

/var/lib/squeezeboxserver/prefs/plugin/srvrpowerctrl.prefs

..file?  Try adding your decimal number to the:

nIdleCPULoadThreshold: 

..entry and see if that does the trick for you.



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] iPeng support thread

2012-06-21 Thread 05mattjax

Can anyone tell me if the iPeng WOL feature works with the Ultra 2
please.

Thanks, Matt.



05mattjax's Profile: http://forums.slimdevices.com/member.php?userid=39786
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] WD MyBook Live NAS

2012-06-21 Thread JoaPuck

Hi guys,

Maybe someone can help me out. I'm trying to change twonky 7.0.8 special
port 9000 to 8000. I need port 9000 for logitech squeezebox server.
These post mention /CacheVolume/twonkymedia/twonkymedia-server.ini 
for the ini file. But, strange enough, there is no twonkymedia folder in
my /CacheVolume anymore. By the way, Twonky is running on port 9000
without problems.
Does anyone know how to change ports now?



JoaPuck's Profile: http://forums.slimdevices.com/member.php?userid=56505
View this thread: http://forums.slimdevices.com/showthread.php?t=84735

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


Re: [SlimDevices: Plugins] iPeng support thread

2012-06-21 Thread pippin

It should work with anything that supports WOL (don't know about
ReadyNAS). The important part is to wire the server since WOL doesn't
work over WiFi (the source of the WOL packet can be sent over WiFi but
must be received through Ethernet)



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] iPeng support thread

2012-06-21 Thread Mnyb

05mattjax wrote: 
 Can anyone tell me if the iPeng WOL feature works with the Ultra 2
 please.
 
 Thanks, Matt.

You can try to WOL the NAS with your Squeezebox (or an external wol tool
on a pc ) if that works it is very very likely that iPeng can to .

Depending on the servers power state result can vary , the squeezebox
times out quickly and will in my case show an error message as I boot my
server from cold , but if you just wait a while and don't touch anything
it automatically reconnects when the server is up and running.



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