-
-
Notifications
You must be signed in to change notification settings - Fork 263
Dev. Add on versioning
Stefano Gottardo edited this page Apr 11, 2020
·
3 revisions
Kodi generally establishes the following version scheme: x.y.z
(major.minor.patch)
Kodi Wiki
In detail this addon will follow the following methodology:
X
for major interface changes or breaking changes (i.e. API, routing, backward-compatibility)
Y
for minor interface changes, major improvements or new features
Z
for minor improvements or bug-fixes
Note: this versioning has been adopted since version 1.0.0
User Documentation
- How install the addon
- Login with Authentication key
- Sync of watched status with Netflix
- FAQ (Audio, Video, Subtitle, Other)
- FAQ (Errors)
- Library settings
- Expert settings
- How to export and sync tv shows and movies in Kodi library
- Share STRM library with multiple devices
- List of 1080P 4k Android tested devices
- My credentials are safe?
- VPN and Proxy
- Key mapping
Development
- Dev. guidelines and philosophy
- Dev. documentation
- Dev. basic info
- Dev. unresolved issues
- Dev. Add-on versioning
- Dev. PyCrypto packages
About