Releases: hmlendea/iptv-playlist-aggregator
2.2.0 - Improved name matching
- Added new aliases
- Greatly improved the name/alias auto-matching
- Removed ~2.000 (now-)redundant aliases
- Changed the IDs of most channels
- Sorted the channels definitions by names
- Sorted the channel aliases alphabetically
Pull requests included in this release: #24
2.1.7.1 - Fixes and maintenance
- Updated the user agent
- Fixed missing group identifiers for some channels
Pull requests included in this release: #23
2.1.7 - Data + Fix
- Added new channels that were missing
- Added more aliases
- Fixed duplicated provider identifier
2.1.6 - Data
- New channel aliases
- New channel data for
Apolonia TV
Pull requests included in this release: #21
2.1.5 - Data
- Fixed the groups of some channels
- New logos for some channels
- New aliases for some channels
- Merged some identical channels
Pull requests included in this release: #20
2.1.4 - Data
- More channel aliases
- Fixed some channel logos
Pull requests included in this release: #19
2.1.3 - Ignore TS streams + Data
- Added more channel aliases
- Ignore TS streams
Pull requests included in this release: #18
2.1.2 - Configurable logging
- Updated the NuciLog and NuciLog.Core package to the latest versions
- Added a logging configuration to appsettings.json
Pull requests included in this release: #17
2.1.1 - Data
- Added more channels
- Added more channel aliases
- Added more providers (1)
- Added back some previously-removed providers (1)
- Changed the names and IDs of some providers to be more meaningful
- Updated the URLs of some providers
Pull requests included in this release: #15
(1) Since the heavy optimisations and multi-threading done in v2.0.0, we can now afford many more providers to proccess. This means that we can include even those that rarely offer a (romanian, in this example) playlist, so that when they do, we can take advantage of it, and when they don't, it will not slow down the aggregator.
2.1.0 - Improvements and fixes
- Ability to set the user agent for use with HTTP operations (1)
- Ability to prevent playlist caching for certain providers
- Reverted the URL domain resolution for the channels of the result playlist (2)
- Fix for the gathered channels not being ordered based on the priority of the providers
Pull requests included in this release: #16
(1): Some requests fail if they don't have a certain UA. Previously, none was set. A configurable one was added with a default value for the latest version of Chrome for Linux.
(2): It sometimes happens that resolved URLs are not playable, or at least not on all clients, while their original, unresolved, counterparts work just fine. Hence, this change was reverted.