Skip to content

Releases: nwithan8/dizqueTV-python

v1.5.3.1

14 Jun 17:03
f7ebc40
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix bug when trying to retrieve all channel programs

Full Changelog: 1.5.0.5...1.5.0.6

v1.5.0.5

30 Aug 23:04
7c26888
Compare
Choose a tag to compare
  • Fix bug when trying to get the lowest channel number when no channels exist
  • Loosen dependency restrictions to prevent pip deadlock

Full Changelog: 1.5.0.4...1.5.0.5

v1.5.0.4

09 Apr 05:08
90cd43d
Compare
Choose a tag to compare

New

  • Get highest or lowest active channel number
  • First-party support for adding collections and playlists to a dizqueTV channel
  • add_programs_to_channels can use Plex items as well as Program objects

Improved

  • .channels workaround runs multithreaded for faster loading

Full Changelog: 1.5.0.3...1.5.0.4

v1.5.0.3

30 Jan 00:08
cda70d4
Compare
Choose a tag to compare

Fixed:

  • Temporary patch for dizqueTV.API.channels property until server-side API logic is fixed. Makes an API call for each channel, so beware, this is much slower now.
  • Reworked channel_count property to not use channels property since speed is reduced.

Full Changelog: 1.5.0.2...1.5.0.3

v1.5.0.2

20 Jan 04:48
e49caff
Compare
Choose a tag to compare

What's Changed

  • Fix dict combination bug
  • Improve combining dicts logic

Full Changelog: 1.5.01...1.5.0.2