bpa;374670 Wrote: 
> I think the original need for mplayer.sh may have gone away as old
> versions of mplayer did not handle "broken pipe" signals and hung. 
> 
> I believe the newer version may not hang so perhaps the current
> implemementation of mplayer.sh needs to be reviewed after some tests.

Sounds good. Here's another little patch that (untested) should fix the
settings page so that changes to the disable bandwidth setting stick:


Code:
--------------------
    --- Alien/Settings.pm       2008/12/16 03:54:16     1.1
  +++ Alien/Settings.pm 2008/12/23 02:31:25
  @@ -31,7 +31,7 @@
        1;
  });
  
  -$prefs->init({ disablebandwith => 0 });
  +$prefs->init({ disablebandwidth => 0 });
  
  my $plugin; # the main plugin class
  
--------------------


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime KidsPlay
KitchenTimer PlayLog PowerCenter/BottleRocket SaverSwitcher
SettingsManager SleepFade StatusFirst SyncOptions VolumeLock
------------------------------------------------------------------------
peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=57002

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to