You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Dash] Removed support for custom forced attribute for <Role> with scheme urn:mpeg:dash:role:2011
[AdaptiveStream] Removed code with fixed size sidx, the specific use case is unknown; it's probably just leftover code from the past that wasn't managed properly
[SmoothTree] Removed unused InsertLiveFragment implementation, we currently manage updates by periodically downloading the updated manifest
[AdaptiveStream] Removed adaptive buffering code, there is no plan to reimplement this soon
Motivation and context
All of these features were already planned to be removed for Kodi v23, no further support will be provided
All add-ons that still use some of these deprecated properties, must migrate to use the new one
How has this been tested?
Screenshots (if appropriate):
Types of change
Bug fix (non-breaking change which fixes an issue)
Clean up (non-breaking change which removes non-working, unmaintained functionality)
Improvement (non-breaking change which improves existing functionality)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that will cause existing functionality to change)
Cosmetic change (non-breaking change that doesn't touch code)
This file contains hidden or 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
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.
Description
List of deprecated properties that has been removed, and explanation for the alternatives
DRM properties:
addons that still use deprecated properties must migrate to the new:
inputstream.adaptive.drm_legacyorinputstream.adaptive.drmwiki: https://github.com/xbmc/inputstream.adaptive/wiki/Integration-DRM
This property has been moved on
inputstream.adaptive.manifest_configwiki: https://github.com/xbmc/inputstream.adaptive/wiki/Integration
These properties used for PVR, are no longer needed, because the Kodi bug has been already solved on Kodi 22
This property has been moved on
inputstream.adaptive.configwiki: https://github.com/xbmc/inputstream.adaptive/wiki/Integration
Other cleanups-removal
inputstream.adaptive/src/decrypters/HelperWv.cpp
Lines 622 to 627 in 6b8cb37
forcedattribute for<Role>with schemeurn:mpeg:dash:role:2011Motivation and context
All of these features were already planned to be removed for Kodi v23, no further support will be provided
All add-ons that still use some of these deprecated properties, must migrate to use the new one
How has this been tested?
Screenshots (if appropriate):
Types of change
Checklist: