This repository was archived by the owner on Nov 27, 2024. It is now read-only.
Releases: willforde/script.module.codequick
Releases · willforde/script.module.codequick
v0.9.7
Changed
- Related menu now shows "Related videos" as the category.
Added
- Subtitles can now be added to a listitem by using the "item.subtitles" list.
- "content_type" auto selection can now be disable by setting "plugin.content_type = None".
- "plugin.add_sort_methods" now except a keyword only argument called "disable_autosort", to disable auto sorting.
Fixed
- Watchflags now working with Kodi v18, plugin url path component required a trailing "/".
- Youtube playlist would crash when a playlist contained duplicate videos.
Removed
- "__version__" from __init__.py.
- "Total Execution Time" check as it don't work right when using "reuselanguageinvoker".
- "youtube.CustomRow" class as it was not used anymore.
Optimization Release
- Mostly documentation changes.
- Added Time to live option to persistent storage.
- Added some extra functions to utils, and removed some others.
- Lots of other minor changes.
- Tested with Kodi v18 Leia.
Optimization Release
- Lots of minor changes