Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 10 of 10

Thread: Feature Request - Autotimers

  1. #1
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts

    Feature Request - Autotimers

    Extending the end time of a timer created by autotimer works fine until autotimer runs again and changes it back.

    One solution is to disable the autotimer in question, but you need to remember to re-enable it later.

    Would it be possible in some way to prevent autotimer from changing the new end time?

    Maybe change the timer type to a one-off timer? (This would probably result in another auto timer being created.)

    Or flag the timer as "changed by user", so assume it's ok.

  2. #2

    Title
    Forum Supporter
    Donated Member
    Join Date
    Aug 2010
    Location
    Auckland, New Zealand
    Posts
    787
    Thanks
    86
    Thanked 151 Times in 124 Posts
    Or simply allow a new auto timer field to add n minutes at the end of this auto timer only would work for me. Particularly useful for live sports events that are prone to overrun.

  3. #3
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,797
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by ccs View Post
    Extending the end time of a timer created by autotimer works fine until autotimer runs again and changes it back.
    That's configurable ("Modify exisiting timers"), but you probably want to leave it on in general.

    One solution is to disable the autotimer in question, but you need to remember to re-enable it later.
    Another is to edit the specific autotimer setting the timer and set a "Custom offset" with a relevant end "after recording" offset. This will affect all timers set by it, but would probably be preferably to disabling the autotimer and then forgetting to re-enable it.

    Would it be possible in some way to prevent autotimer from changing the new end time?
    The issue with this is determining when you don't want it to change....

    Or flag the timer as "changed by user", so assume it's ok.
    ...and then the start time changes as well.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  4. #4
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,362
    Thanks
    6,443
    Thanked 9,160 Times in 6,235 Posts

    Feature Request - Autotimers

    I think there is an underlying issue that needs investigation and resolution.

    During overruns, the now-next EPG shows the current/active/overrunning event. Recording the event results in a name of the scheduled event. Surely now-next EPG should be taken into account at the highest priority. I believe there is a mix up with now next and EIT. I may be wrong.





    Incidentally, the AutoTimer plugin OE-A teams use is many commits behind the one PLI uses. Picking them in is beyond my ability as they took different paths several years ago owing to be un/able to deal with tasks . IIRC one of the recent commits was to recognise Series number.

  5. #5
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,797
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by abu baniaz View Post
    During overruns, the now-next EPG shows the current/active/overrunning event. Recording the event results in a name of the scheduled event. Surely now-next EPG should be taken into account at the highest priority. I believe there is a mix up with now next and EIT. I may be wrong.
    Given that there is a difference between what the EPG shows and what pops up with the "OK" button (the InfoBar?) in such instances I think you are correct.

    Incidentally, the AutoTimer plugin OE-A teams use is many commits behind the one PLI uses. Picking them in is beyond my ability as they took different paths several years ago owing to be un/able to deal with tasks . IIRC one of the recent commits was to recognise Series number.
    Are they in the same git?
    I actually have my own mods to the AutoTimer code (it allows you to set time periods when checking for similar descriptions...a requirement when EFL football highlights were on Channel5, 5+1, and Spike and I might be running out of tuners - the need went away with Channel5 HD) so might have a look.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  6. #6
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Thanks for the replies.

    One thing I noticed during the World Cup, an autotimer rescheduled from Tuesday to Wednesday was added ok, but the original wasn't deleted, even though there were 2 or 3 days notice to work it out.

  7. #7
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,797
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by ccs View Post
    Thanks for the replies.

    One thing I noticed during the World Cup, an autotimer rescheduled from Tuesday to Wednesday was added ok, but the original wasn't deleted, even though there were 2 or 3 days notice to work it out.
    That would be because the AutoTimer code only adds and adjust timers (if one it would set overlaps with an existing timer).
    To delete them it would need to keep a list at the start of its run of those set by AT code, remove each one as it finds it (again) and then delete any timers remaining in that list. But it doesn't...
    It also doesn't happen all that often...
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  8. #8
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by birdman View Post
    That would be because the AutoTimer code only adds and adjust timers (if one it would set overlaps with an existing timer).
    To delete them it would need to keep a list at the start of its run of those set by AT code, remove each one as it finds it (again) and then delete any timers remaining in that list. But it doesn't...
    It also doesn't happen all that often...
    …. Timer List/Info tells you when a timer has been created by autotimer, so it's already known, and a list won't be needed??

    It's no big deal, unless I happen to run out of tuners , I thought it used to work once upon a time, but could be wrong.

  9. #9
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,797
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by ccs View Post
    …. Timer List/Info tells you when a timer has been created by autotimer, so it's already known, and a list won't be needed??
    Yes it will. You need to keep a list of those that are auto-timer-set and remove all that are "still-creatable" from it as you go. Anything left in the list at the end can be deleted.
    Mind you, this fails if you happen to have an EPG failure which incorrectly wipes out an autotimer-set timer just before it is about to record.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  10. #10
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Enabling "Custom Offset/After Recording" on the autotimer looks like a good compromise, it changes timers currently recording as well as future timers.

    So I can make a change when I know there's an overrun, and it's not the end of the world if I forget to change it back.

    Something like the Tour de France (next year), say, can have a permanent additional hour for all recordings without any hassle.

  11. The Following User Says Thank You to ccs For This Useful Post:

    birdman (26-07-18)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.