Skip to content

Releases: nwithan8/dizqueTV-python

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

v1.5.0.1

19 Jan 00:12
5359c0a
Compare
Choose a tag to compare

What's Changed

New:

  • Can now do advanced searchs on Plex

Fixed:

  • Bug causing Schedule creation to fail.

Full Changelog: 1.5.0.0...1.5.01

v1.5.0.0

01 Oct 22:03
41a3dff
Compare
Choose a tag to compare

Parity with dizqueTV 1.5.0

  • Support for on-demand channels (settings)
  • Reworked server details + get server Node.js version

v1.4.3.0

03 Jun 05:27
c4342f2
Compare
Choose a tag to compare

Parity with dizqueTV 1.4.3

  • New endpoints for getting channel programs or channel programless (likely unused)
  • Support for random scheduling (defaults to Time Slots)

v.1.4.1 Patch 1

31 Mar 01:15
a22c5dc
Compare
Choose a tag to compare

Fixed an issue with package imports

v.1.4.1.0

29 Mar 00:47
Compare
Choose a tag to compare

No new features, version bump to match v1.4.1 of dizqueTV

v1.3.2.0

27 Mar 00:30
Compare
Choose a tag to compare

Update to match v1.3.2 of dizqueTV
Added support for getting, creating, updating and deleting custom shows, adding to channels and filler lists

v.1.3.1.0 Release

19 Mar 23:57
407226e
Compare
Choose a tag to compare

No new features or changes. Simply bump in version number to match v1.3.1 of dizqueTV

v1.3.0.0 Release

23 Feb 04:49
d48fa2a
Compare
Choose a tag to compare

This release coincides v1.3.0 of dizqueTV and the new features of that major release

New Features:

  • Support for audio tracks as programs
  • Add a PlexAPI Track to a dizqueTV channel or filler list
  • Support for improved M3U design (group titles)
  • Upload images to dizqueTV for storage
  • Get channel-specific M3U and stream URLs, including audio-only/radio
  • Get advanced diagnostics (e.g FFMPEG URLs)
  • Update a Program
  • Update FillerItem (only for Filler Items on the schedule/filler list, not for fallback)
  • Additional PlexUtils helper functions for common Plex functions (i.e. get a playlist, create a playlist) - WIP

Bug Fixes:

  • Fixed broken delete_show logic
  • Fallback to showIcon if seasonIcon does not exist

Documentation:

  • Minor changes to ReadTheDocs autogeneration