Schedule all epsiodes of series #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch ":SeriesSched"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The humax always tries to schedule all episodes of a series even if you select a later episode when scheduling
The rsv construct method only schedules the selected episode and following episodes, which while different from the Humax could be what is wanted in some circumstances but the method used only works if there is a single episode prior to the one selected,
Several alternative solutions were considered:
While option 1 is attractive the szRecordedProgCrid is limited to 5 episodes so wouldn't work for all series, and the Skip table needs the slot number which hasn't been assigned yet, so to it would be more difficult to implement correctly.
Option 3 is the method implemented in this pull request since it brings seies and single recordings more into sync with ability to record already started programmes and reduces differences from standard humax behaviour,
Option 6 could still be implemented if there were user demand.
Note: The check for 'seen' episode's is moved down so that episodes in the past are not considered to be seen.