Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for oneshot timer enable/disable (HTSP v23 feature), closes #131 #133

Merged
merged 1 commit into from
Nov 10, 2015

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Nov 8, 2015

No description provided.

@@ -172,6 +177,7 @@ namespace tvheadend
void SetPriority(uint32_t priority) { m_priority = priority; }

private:
uint32_t m_enabled;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO if this is used as a boolean we should store it as that instead of letting the inner workings of HTSP creep up to this level.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how all the "HTSP" types in pvr.hts currently work. They store the htsp types internally, offer setters for htsp types and getters for Kodi types. So, all good imo, because in line with the rest. Okay?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If that's the case then it's fine, I somehow thought we converted to booleans in other places.

@ksooo ksooo force-pushed the add-oneshot-timer-enable-support branch from a8a29af to a1b0ef2 Compare November 9, 2015 21:36
@ksooo
Copy link
Member Author

ksooo commented Nov 9, 2015

Added changelog.txt entry (no new version number, though).

Good to go?

ksooo added a commit that referenced this pull request Nov 10, 2015
Added support for oneshot timer enable/disable (HTSP v23 feature), closes #131
@ksooo ksooo merged commit f9de7ee into kodi-pvr:master Nov 10, 2015
@ksooo ksooo deleted the add-oneshot-timer-enable-support branch November 10, 2015 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants