b-rad.cc wrote:power consumption of average tv is ~40x of wdtv, most tv's go off after a bit with lack of signal...so this effectively shuts off your tv too.
What about the sleep button on your tv remote ?
b-rad.cc wrote:power consumption of average tv is ~40x of wdtv, most tv's go off after a bit with lack of signal...so this effectively shuts off your tv too.


traceln("Nop.Plugin: Start loading NOP plugin")
function NopPlugin(path) {
this.rootPath = path;
traceln("Nop.Plugin: base path:" + this.rootPath);
}
NopPlugin.prototype = new Plugin()
NopPlugin.prototype.constructor = NopPlugin
NopPlugin.instance = new NopPlugin(scriptPath)
Plugin.registerPlugin(NopPlugin.instance)
traceln("Nop.Plugin: End loading NOP plugin")

recliq wrote:THAT is my favourite
Main features:
- No OSD interference with other plugins!
- No key interference with other plugins!
- No use!
Here's the plugin:
- Code: Select all
traceln("Nop.Plugin: Start loading NOP plugin")
function NopPlugin(path) {
this.rootPath = path;
traceln("Nop.Plugin: base path:" + this.rootPath);
}
NopPlugin.prototype = new Plugin()
NopPlugin.prototype.constructor = RSSPlugin
NopPlugin.instance = new NopPlugin(scriptPath)
Plugin.registerPlugin(NopPlugin.instance)
traceln("Nop.Plugin: End loading NOP plugin")

traceln("SleepTimerPlugin: Start loading VolumeControl plugin");





Users browsing this forum: No registered users and 0 guests