Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Releases: willforde/script.module.codequick

v0.9.7

02 Dec 14:28
cb98ddc

Choose a tag to compare

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

13 Oct 23:08
7d91bef

Choose a tag to compare

  • 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

29 Mar 00:45

Choose a tag to compare

  • Lots of minor changes