Rainer Hochecker
Rainer Hochecker
last time I tried scrapers on pvr it did not work. @ksooo have you ever tried this?
my lilst of todos is long but I will try this when I get time
I haven't looked into this so far
Hi André, I tried beta.3 and noticed no difference in regard to the mentioned behavoir. If I exec to the container and call "iob maint restart -y" from the cmd...
Hallo André, > Wenn ich dich recht verstehe, dann scheitert mit der Beta jetzt nur noch der Aufruf aus einem ioBroker JavaScript heraus, richtig? Ja, das stimmt zum Teil. Es...
Ich habe jetzt eine Lösung, die funktioniert: ``` var cp = require('child_process'); var child = cp.spawn('bash', ['iob', 'maint', 'restart', '-y'], { detached: true, stdio: [ 'ignore', 'ignore', 'ignore' ] });...
Please elaborate on "those two". Player.Progress and xxx?
That is a major flow of the entire gui. GuiInfoManger polls the current state on every query from the underlying layers instead getting the values from a cache. As a...
I would start by fixing those kind of expressions :) ``` (unsigned int)(static_cast(g_infoManager.GetPlayTime()) / g_infoManager.GetTotalPlayTime() * 0.1f)); ```
I think it can be fixed by passing renderbuffer index to CBaseRenderer::RenderCapture