Skip to content

Releases: notsatan/kodi-strm

v2.0.0

08 Jul 10:47
f3b1511
Compare
Choose a tag to compare

Large scale changes since the previous release. The codebase has undergone a near-complete rewrite since then, including one breaking change, multiple new flags to modify existing behaviour, an actual command-line interface, and a lot more. Some of the major PR merges since the last release are;

  • Allow excluding original file extensions (#215)
  • Ask for confirmation before wiping destination (#219)
  • Large scale refactor (#220)
  • Add pipelines for CI/CD (#295)

The readme has been updated to document all these changes along with the updated uasge for kodi-strm

v1.5

07 Nov 18:29
f3b1511
Compare
Choose a tag to compare

Patch undefined behaviour being caused by capitalisation of an alphabet in the contents of the strm file being
generated. As a result, in a few limited systems, the Google Drive Addon was unable to play these strm files
being generated - and threw an error message stating "play() takes at least 2 arguments (3 given)".

  • Take a look at 94e8774 for more details regarding this.

Additionally, patch a bug causing the script to break if a custom name for the root directory had not been
selected - my fault, for missing the else clause in which the script was supposed to default to the name of the
source teamdrive/drive.

  • Take a look at b6bb80a for more details regarding this.

Breaking Changes

07 Nov 19:24
Compare
Choose a tag to compare

Switch the OAuth scope being used with the Drive API - making the project request for just read permission
(as opposed to read and write permission that was being requested earlier).

This release by itself doesn't add much, but exists to let users know that they can safely migrate/update
to this version of the repo without having to worry about potential breaking changes.

Anyone using a previous version of this repo should take a look at Upgrading to v1.5 before upgrading to this version

BugPatch: Patch a minor bug in the previous release

26 Oct 14:56
8590c14
Compare
Choose a tag to compare

This release intends to patch a minor bug that managed to slip past unnoticed in the previous release - which resulted in the add-on being unable to parse the strm files generated in certain systems.

Console Updates and more

23 Oct 20:41
f3dc137
Compare
Choose a tag to compare

What's in this release?

Changes being made:

  • Patch a handful of existing bugs present in the previous version of the script
  • Prevent the script from generating strm files for deleted items - deleted items will now be ignored.
  • Introduce a flag to be able to see real-time updates being pushed to the console (and being able to turn this off)
  • Introduce a flag to customise the title of the root directory being created by the script.

Initial Release

26 Sep 15:05
Compare
Choose a tag to compare

What's in this release?

The first stable version of the main python script. Features include;

  • Supports TeamDrives
  • Reliable (faced no crashes so far - even when stress tested)
  • Can scan any folder on Google Drive using the folder ID
  • Can generate the .strm files being created and store them at a particular location.