-
Notifications
You must be signed in to change notification settings - Fork 33
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
Omega final changes #266
Merged
Merged
Omega final changes #266
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ksooo
reviewed
Jul 28, 2024
Start timeshift in real time mode. Low bit radio was taking to long to buffer.
Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description.
emveepee
added a commit
to emveepee/pvr.nextpvr
that referenced
this pull request
Jul 28, 2024
Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description. From PR kodi-pvr#266
emveepee
added a commit
to emveepee/pvr.nextpvr
that referenced
this pull request
Jul 29, 2024
Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description. From PR kodi-pvr#266
@ksooo @phunkyfish please review when you have a chance. I'd like to get this out and have @sub3 tag it so it can go with the translations that was merged recently, and then I can focus completely on Pies. |
phunkyfish
approved these changes
Aug 10, 2024
emveepee
added a commit
to emveepee/pvr.nextpvr
that referenced
this pull request
Aug 17, 2024
Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description. From PR kodi-pvr#266
emveepee
added a commit
to emveepee/pvr.nextpvr
that referenced
this pull request
Aug 17, 2024
Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description. From PR kodi-pvr#266
emveepee
added a commit
to emveepee/pvr.nextpvr
that referenced
this pull request
Aug 18, 2024
Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description. From PR kodi-pvr#266
sub3
pushed a commit
that referenced
this pull request
Sep 7, 2024
* Timeshift change Start timeshift in real time mode. Low bit radio was taking to long to buffer. From PR 266 * Series and episode clean up Remove duplicated series information from recordings, timer and EPG. Parse episode display information from the description. From PR #266 * Cache channel changes NextPVR has no group API calls. Cache and compress channel list to avoid extra downloads. Compress to save on disk for large IPTV channel lists with zlib potential future use with VOD. Also update to same tinyxml2 version used by Kodi * Populate EpisodePart PVR 9 allows populating EpisodePart on recordings. Update package for release * Fix incorrect tag Since Matrix the wrong XML tag was being extracted so the genre colour and genre text have been incorrect. Will backport to Omega with changes from @ksooo improving the port from Omega in this PR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Start timeshift in real time mode. Low bit radio was taking to long to buffer. Parse XMLTV for episode number and part. Parse movie year from EPG. Cleanup extra S/E information added to the subtitle by the backend when subtitle didn't exist. Handle season 0 which can retrieved in future versions for episode only shows.