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

Releases: willforde/script.module.codequick

Release v1.0.3

11 Jul 00:16
eda621d

Choose a tag to compare

finally fixed auto submitter issue

Release v1.0.2

04 Mar 23:29
c7905bf

Choose a tag to compare

add testcase for content type issue

Release v1.0.1

26 Feb 18:21
a13b587

Choose a tag to compare

create release on tag

v0.9.14

08 Aug 19:53
6f0d87b

Choose a tag to compare

Fixed

  • Fix watchflags not working. Kodi requires trailing "/".

v0.9.13

14 Jul 20:18
d991eb5

Choose a tag to compare

Changed

  • Deprecate the use of class based callbacks.
  • Deprecate ability to pass playable url to listitem.set_callback(), use listitem.set_path() instead.
  • Deprecate ability to pass a path to a callback when calling listitem.set_callback(), use a callback reference instead.
  • Functions that except callbacks can now except a callback reference object. Better for performance.
  • Some other performance tweaks.

Added

  • Ability to get and set listitem params as attributes, e.g. item.info.genre = "Science Fiction".
  • Listitem objects are now fully pickable.

Docs

Script.ref => https://scriptmodulecodequick.readthedocs.io/en/latest/api/script.html#codequick.script.Script.ref
Listitem.set_path -> https://scriptmodulecodequick.readthedocs.io/en/latest/api/listitem.html#codequick.listing.Listitem.set_path

v0.9.13-pre1

30 Jun 22:31
1d6a8dc

Choose a tag to compare

v0.9.13-pre1 Pre-release
Pre-release

This is a pre release version.

Changed

  • Deprecate the use of class based callbacks.
  • Deprecate ability to pass playable url to listitem.set_callback(), use listitem.set_path() instead.
  • Deprecate ability to pass a path to a callback when calling listitem.set_callback(), use a callback reference instead.
  • Functions that except callbacks can now except a callback reference object. Better for performance.

Added

  • Ability to get and set listitem params as attributes, e.g. item.info.genre = "Science Fiction".
  • Listitem objects are now fully pickable.

Docs

Script.ref => https://scriptmodulecodequick.readthedocs.io/en/latest/api/script.html#codequick.script.Script.ref
Listitem.set_path -> https://scriptmodulecodequick.readthedocs.io/en/latest/api/listitem.html#codequick.listing.Listitem.set_path

v0.9.12

19 Jun 01:12
cad2627

Choose a tag to compare

Fixed

  • Attempt fix for 'import _strptime' failure.

Changed

  • Run method now returns the exception that was raise when error occurs
  • 'set_callback' now excepts a path to a callback.
  • No need to always import callback modules. Modules are auto loaded based on the specified path.
  • Some general improvements.

v0.9.10

27 May 20:12
9770520

Choose a tag to compare

changed

  • Improved error handling
  • Delayed callbacks can now be set to run only when there are no errors, or only when there are errors, or run regardless of errors or not.
  • Delayed callbacks can now access the exception that was raised by setting an argument name to exception.

Added

  • Added support to auto redirect to the first listitem if there is only one single listitem (optional)

v0.9.9

26 Apr 22:27
1fc411e

Choose a tag to compare

Added

  • Allow to disable automatic setting of fanart, thumbnail or icon images.
  • Allow for plugin paths as folders in set_callback.
  • Allow for a callback path to be passed instead of a function

v0.9.8

17 Mar 21:52
789dae6

Choose a tag to compare

Fixed

  • Dailymotion videos not working when using extract_source.