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

v0.9.13

Choose a tag to compare

@willforde willforde released this 14 Jul 20:18
· 72 commits to master since this release
d991eb5

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