Releases: nwithan8/dizqueTV-python
Releases · nwithan8/dizqueTV-python
v1.5.0.3
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 usechannels
property since speed is reduced.
Full Changelog: 1.5.0.2...1.5.0.3
v1.5.0.2
What's Changed
- Fix dict combination bug
- Improve combining dicts logic
Full Changelog: 1.5.01...1.5.0.2
v1.5.0.1
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
v1.4.3.0
v.1.4.1 Patch 1
Fixed an issue with package imports
v.1.4.1.0
v1.3.2.0
v.1.3.1.0 Release
No new features or changes. Simply bump in version number to match v1.3.1 of dizqueTV
v1.3.0.0 Release
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