-
Notifications
You must be signed in to change notification settings - Fork 29
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
Implement series/episode/eptitle for recordings #58
Conversation
src/PVRDemoData.cpp
Outdated
recording.strEpisodeName = strTmp; | ||
|
||
/* Series Number */ | ||
// if (!XMLUtils::GetInt(pRecordingNode, "series", recording.iSeriesNumber)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, was trying to troubleshoot and rule out things regarding #59
Slipped by. Fixed now.
Can you bump the addon version and add a changelog entry too? |
Recordings now can be given Episode/Season numbering as well as Episode Title.
Bumped addon number. As far as im aware, theres no changelog for pvr.demo |
You're probably right |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thx
Recordings now can be given Episode/Season numbering as well as Episode Title.
Wanted to check if recordings show the changes that relate to xbmc/xbmc#13300
Good news is they do, bad news is i think ive found a bug, but im not sure exactly where its coming from. Ill throw up an issue on here with screenshots and details in a minute