-
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
Support content rating #264
Closed
Closed
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
Implement PVR addon API v6.0.0
The pvr.nextpvr binary addon does not use kodi-platform. Remove existing references from CMakeLists.txt and debian/control. Add dependency to libp8-platform-dev because libkodiplatform-dev pulled that dependency in as a side effect. Fix that bug too by adding an explicit dependency. Signed-off-by: Olaf Hering <[email protected]>
[cmake] remove usage of kodi-platform
[pvr.nextpvr] bump to 4.1.0
This needed for reworked header checks by Kodi's addon build system.
[Matrix] build system cleanup / increase version to 4.1.1
Recompile for 6.1.0 PVR Addon API compatibility
* V4.30 V5 Timeshifting Implement v5 timeshifting and several improvements * Should return error when file is closed
Variable m_complete not initialized to false, extended timeshift may not issue leases
* Transcoded Live TV support Play backend transcoded m3u8 files using the GetStreamProperties() interface * Simplify configuration Users suggested using default bit rate value. Override mime type to m3u8 in GetChannelStreamProperties when transcoding
Change initial connection to connecting state and defer going into unreachable state to avoid event disruption on startup. Co-authored-by: emveepee <nospam>
* Add channel error return Add return error if core requests channels while not connected. Will occur after wake. * Wake connection improvement After wake network and local server may not be available try fast poll to speed up connection * Fanart changes Default recording request to fanart. Override default EPG art request to landscape.
Missing return code was creating incorrect Kodi log messages. Currently Kodi core ignores the client error when returned. Read LiveStreams.xml to string buffer instead of file. Remove unused legacy DoRequest check.
…8.04 to ubuntu-latest
…nguages are updated' and 'Sync addon metadata translations'
[Omega] GitHub Actions/Azure build pipeline fixes/updates
…mbers are pointless)
[Omega] Remove Coverity and Travis
[github] Updated deprecated workflows actions
Update sync github workflow
Update azure pipelines
…ws-omega Fix github workflows
Copy translations from Nexus to Omega (except source language en_gb)
Github actions: build.yml: Disable DEBIAN_BUILD (PPA currently unmain…
Sync of addon metadata translations
Add-on version incremented to 21.0.3 from Weblate
* Control access to recordings and timers Provide options to access Live TV only (no recording or timer access) or to disable timers only, disable recordings and disable recordings delete * Add backend timer rules NextPVR allows timeslot and also episode timers, pvr.nextpvr didn't support all episode single channel timers. Legacy backend code was defaulting the daily timeslot recording to an all episode recording. Added logic for backend type 2 and type 3 timers to handle these situations.
The pvr.nextpvr addon has never populated the RarentalRatingCode supplied with the API. Using XML from https://movielabs.com/md/ratings/ as a standard for parental rating icons, rating systems and parental rating age value. The add-on actually uses a parsed version of the for easier processing using a netcore binary that runs on all NextPVR platforms available on request. The XML file can also use Kodi resource:// link one example provided for the best available parental icon resource source for Kodi https://github.com/wyrm65/resource.images.classificationicons.colour Users or skins can also create their own resources addons and use a custom XML file in the userdata folder. In addition to loading icons this XML file is used for populating the ParentalRating numeric field which are not available by API Although Kodi doesn't use this field to prevent viewing with Parental Controls enabled, a future expansion would make this potentially more important then showing the icon.
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.
The pvr.nextpvr addon has never populated the RarentalRatingCode supplied with the API. Using XML from https://movielabs.com/md/ratings/ as a standard for parental rating icons, rating systems and parental rating age value. The add-on actually uses a parsed version of the for easier processing using a netcore binary that runs on all NextPVR platforms available on request.
The XML file can also use Kodi resource:// link one example provided for the best available parental icon resource source for Kodi https://github.com/wyrm65/resource.images.classificationicons.colour
Users or skins can also create their own resources addons and use a custom XML file in the userdata folder.
In addition to loading icons this XML file is used for populating the ParentalRating numeric field which are not available by API Although Kodi doesn't use this field to prevent viewing with Parental Controls enabled, a future expansion would make this potentially more important then showing the icon.