Skip to content

8.0.3-Matrix: Rework recording watched state (#157)

Compare
Choose a tag to compare
@sub3 sub3 released this 03 Jan 16:32
· 68 commits to Matrix since this release
eb0a505
* Rework recording watched state

Maintain play count to manage watched state.  Handle fake return position 0 on resume.  Allow option Kodi for management of resume state.

* Recurring Timer change

Allow channel change for a recurring EPG based timer

* Fix timer crash with UTC time zero

Kodi uses localtime on the timer start and end times even when they aren't displayed.   This will crash when the GMT offset is positive and the time is zero.

* Timer type changes

Backend could change timer type 2 to 7.  Fix missing logic to allow modifying a manual recording.

Co-authored-by: emveepee <nospam>