Skip to content

Releases: nwithan8/dizqueTV-python

2.2.0.170

28 Dec 04:27

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0.153...2.2.0.170

2.1.0.153

03 Dec 03:14

Choose a tag to compare

What's Changed

  • [ADDED] seekPosition and endPosition for dizqueTV v1.6.0 support (thanks @tim000x3)
    • Feature only works on v1.6.0, but is backwards compatible with v1.5.3+
  • [ADDED] Python 3.14 support
  • [REMOVED] All Google Analytics collection (anonymous and non-anonymous). Existing analytics flags won't do anything.

New Contributors

Full Changelog: 2.0.0.153...2.1.0.153

v2.0.0.153

01 Nov 00:19
926c364

Choose a tag to compare

What's Changed

  • [FIX] Type enforcement checks on some dictionary merges causing bad/incomplete data to be sent to the server
  • [CHANGED] Python version support
    • Dropped: Python 3.7, 3.8, 3.9
    • Added: 3.13
  • [CHANGED] Version naming scheme due to dizqueTV's stalled development
    • Previous versions: X.Y.Z.a where X.Y.Z represented the dizqueTV version, and a represented the patch version of this library
      • Ex. 1.5.3.2 -> the second patch (third overall version) of this library compatible with dizqueTV v1.5.3
    • New versions X.Y.Z.aaa where X.Y.Z represents the major-minor-patch version of this library, and aaa represents the lowest compatible dizqueTV version
      • Ex. 2.0.0.153 -> Version 2.0.0 of this library, compatible with dizqueTV v1.5.3 as a minimum

Related PRs

  • [fix] Broken dictionary combination with type enforcement by @nwithan8 in #111

Full Changelog: 1.5.3.2...2.0.0.153

v1.5.3.2

30 Jun 04:23

Choose a tag to compare

What's Changed

  • Fix broken import (closes #110 )

Full Changelog: 1.5.3.1...1.5.3.2

v1.5.3.1

14 Jun 17:03
f7ebc40

Choose a tag to compare

What's Changed

  • [FIX] Bug causing add_fillers to fail (#109 )

Related PRs

  • Add support for Python 3.10, 3.11 and 3.12 by @nwithan8 in #108
  • Removing erroneous dizque_instance causing add_fillers to fail by @mkfenton in #109

New Contributors

Full Changelog: 1.5.3.0...1.5.3.1

v1.5.3.0

29 Nov 03:52

Choose a tag to compare

What's Changed

  • Support for disablePreludes setting in FFMPEG settings
  • New utility methods for extracting all tracks or episodes in Plex

Minimum dizqueTV version: v1.5.3

Full Changelog: 1.5.0.9...1.5.3.0

v1.5.0.9

06 Mar 02:00
d48a1a7

Choose a tag to compare

What's Changed

  • Improve docstrings and type-hinting
  • New .full_title property on media items (combines show name, episode name, and season/episode count for TV show episodes)
  • Improve threading for collecting all channels

Full Changelog: 1.5.0.8...1.5.0.9

v1.5.0.8

23 Sep 17:14
1e463c9

Choose a tag to compare

What's Changed

  • Export missing helper functions to end-user by @nwithan8 in #105

Full Changelog: 1.5.0.7...1.5.0.8

v1.5.0.7

22 Sep 01:19
3ccdabb

Choose a tag to compare

  • Fix bug when retrieving a channel that has no programs

Full Changelog: 1.5.0.6...1.5.0.7

v1.5.0.6

21 Sep 21:40
b8e1513

Choose a tag to compare

  • Fix bug when trying to retrieve all channel programs

Full Changelog: 1.5.0.5...1.5.0.6