This repository was archived by the owner on Nov 27, 2024. It is now read-only.
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