2015-08-19, 09:15
Also addon is full time timeshifting, so what this indicator could show more ?
bool IsTimeshifting(void) { return true; }
(2015-08-22, 10:03)janbar Wrote: New timeshifting feature has been enabled in the addon since this feature has been merged:I'll be honest Janbar, I'm not sure! I guess it's a feature that I'm interested in as I often have to pause live TV for various reasons and I would then like to know how far behind I'm behind the live TV stream...
Code:bool IsTimeshifting(void) { return true; }
Also GetBufferTimeStart() and GetBufferTimeEnd() already work since helix. So there is something weird If the skin should shows something more. Is there a secret sesame to do work ?
(2015-08-22, 10:07)janbar Wrote: @AshG about tuning attempts, i merged the fix from Mike in my repo. Also the improvement has been backported to old addon for isengard and helix (bumped as version 2.6.0 and 1.13.0).Thank you again for your good work...