Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Exposed episode repeat status to EPG #134
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
sofakng
Sep 5, 2012
Contributor
I've completed the work of adding new/repeat to autorec and I'm going to open a new PR.
I've completed the work of adding new/repeat to autorec and I'm going to open a new PR. |
sofakng
closed this
Sep 5, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sofakng commentedSep 4, 2012
This PR exposes the "repeat" status of an episode and displays it on the EPG.
Fortunately the EPG structure already had an is_repeat variable and was already being captured from xmltv data... (I'm not sure about the other EPG sources though)
There is also a checkbox added to filter only new episodes (ie. non-repeats).
However, this does not modify the auto-record feature so this PR only shows repeat status for informational purposes but can be extended to support auto-record as well... (that's the main goal)