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

[PVR] Separate TV and Radio recordings #9319

Merged
merged 2 commits into from Mar 12, 2016

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Mar 10, 2016

With PVR API 5.1.0 pvr clients may provide the channel type (radio/tv) for recordings making it finally possible to distinguish between radio and tv recordings.

@xhaggi mind taking a look

@ksooo ksooo added Type: Improvement non-breaking change which improves existing functionality Component: PVR v17 Krypton labels Mar 10, 2016
@ksooo ksooo added this to the Krypton 17.0-alpha1 milestone Mar 10, 2016
@ksooo ksooo force-pushed the separate-tv-and-radio-recordings branch from 2685ac9 to 34b791a Compare March 10, 2016 20:54
@ksooo
Copy link
Member Author

ksooo commented Mar 10, 2016

BTW: kodi-pvr/pvr.demo#33 could be used for testing

@Tolriq
Copy link
Contributor

Tolriq commented Mar 10, 2016

Please expand to JSON so that remotes can follow :)

@@ -39,7 +39,10 @@ CPVRRecordings::CPVRRecordings(void) :
m_bIsUpdating(false),
m_iLastId(0),
m_bGroupItems(true),
m_bHasDeleted(false)
m_bHasDeletedTV(false),
m_bHasDeletedRadio(false),

This comment was marked as spam.

This comment was marked as spam.

@xhaggi
Copy link
Member

xhaggi commented Mar 11, 2016

apart from my comments nice improvement. Thanks for all your work so far which makes me happier from day to day :)

@@ -56,10 +60,12 @@ namespace PVR

private:
static std::string TrimSlashes(const std::string &strString);
size_t GetDirectoryPathStart() const;

bool m_bValid;

This comment was marked as spam.

@ksooo ksooo force-pushed the separate-tv-and-radio-recordings branch from 34b791a to 4e5d0d7 Compare March 12, 2016 15:06
@ksooo
Copy link
Member Author

ksooo commented Mar 12, 2016

changes requested by @xhaggi are now in.

@ksooo
Copy link
Member Author

ksooo commented Mar 12, 2016

jenkins build this please

@ksooo
Copy link
Member Author

ksooo commented Mar 12, 2016

jenkins build error is unrelated (pvr.mythtv fails because it's not yet adapted to pvr api 5.1.0)

ksooo added a commit that referenced this pull request Mar 12, 2016
@ksooo ksooo merged commit 3a8a2e5 into xbmc:master Mar 12, 2016
@ksooo ksooo deleted the separate-tv-and-radio-recordings branch March 12, 2016 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: PVR Type: Improvement non-breaking change which improves existing functionality v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants