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

Support content rating #264

Closed
wants to merge 207 commits into from
Closed

Conversation

emveepee
Copy link
Collaborator

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.

Rechi and others added 30 commits April 15, 2019 19:08
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
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
emveepee and others added 29 commits April 2, 2023 06:37
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.
…nguages are updated' and 'Sync addon metadata translations'
[Omega] GitHub Actions/Azure build pipeline fixes/updates
[github] Updated deprecated workflows actions
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.
@emveepee emveepee closed this Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.