Skip to content

Releases: hmlendea/iptv-playlist-aggregator

2.7.0 - Country-based matching and tags

17 Oct 14:04
e42d5d0
Compare
Choose a tag to compare
  • Added the Country property to channel definitions
  • Added the Country property to providers
  • Added the tvg-country tag to the output playlist
  • Improved channel matching (1)
  • Renamed the DontCache provider proprty to AllowCaching
  • Disallowed caching for some GitHub providers

Pull requests included in this release: #51

(1): The provider's and the channel definition's countries will be used in the channel matching process, if set

2.6.3 - Channel matching and source checking improvements

17 Oct 11:04
12774ab
Compare
Choose a tag to compare
  • Blacklisted non-HTTP and YouTube media source URLs
  • Improved channel matching
  • Added more channel aliases
  • Tweaked some channel data
  • Retired some dead providers
  • Added some new providers
  • Added extra links to some proivders

Pull requests included in this release: #50

2.6.2 - Data updates

16 Oct 14:25
af6a680
Compare
Choose a tag to compare
  • Added more providers
  • Added more channels

Pull requests included in this release: #49

2.6.1 - More channels and providers

14 Oct 19:00
cd57125
Compare
Choose a tag to compare
  • Added more channels
  • Added more providers
  • Added more channel matching rules

Pull requests included in this release: #48

2.6.0 - Improved channel matching and stream validation

13 Oct 19:43
b0cbf54
Compare
Choose a tag to compare
  • Removed all DNS resolving and caching features (1)
  • Added more channel matching rules
  • Added a new provider (cstoicescu/iptv-free-tv)
  • Updated the Free-IPTV (GitHub) provider
  • Disabled a provider (gitlab-cristy-ro)
  • Updated the logos for some channels
  • Added a new channel (Antena Stars Direct)
  • Added more aliases

Pull requests included in this release: #47

(1): This only caused problems when checking stream statuses, giving a lot of false positives, while also making the code of the application much more complicated than it should be While it was nice to reduce the DNS hits, the disadvantages heavily outweighed the advantages.

2.5.3 - Improved channel matching

05 Oct 21:09
414d069
Compare
Choose a tag to compare
  • Improved channel matching

Pull requests included in this release: #46

2.5.2 - Data

12 Aug 18:23
f87bd30
Compare
Choose a tag to compare
  • Added more channels and aliases
  • Increased the cache timeout for streams with the Unauthorized status

Pull requests included in this release: #45

2.5.1 - Improved caching and media checking

24 Jun 17:51
ff079df
Compare
Choose a tag to compare
  • Parallelised (again) the channel matching
  • Improved hostname resoltion
  • Improved media status checking
  • Improved and extended caching
  • Removed some dead providers
  • Added some new providers
  • Added some more channels and channel aliases
  • Increased the number of days to check to 7 (was 5)
  • Skip multi-day checking for providers with fixed URLs
  • Updated the UserAgent
  • Improved fatal exception logging for AggregateExceptions
  • Only download playlists for the current day

Pull requests included in this release: #44

2.5.0.1 - Fixed network issues

17 Jun 23:37
582adf5
Compare
Choose a tag to compare
  • Fixed DLL loading failure on ARM (forces libcurl3 to be used)
  • Fixed some SSL errors
  • Properly mark non-success status codes as errors

Pull requests included in this release: #42, #43

2.5.0 - DNS caching

15 Jun 08:25
742476e
Compare
Choose a tag to compare
  • Cache all DNS resolutions per session
  • Improved channel matching
  • Added a few more aliases
  • Deprioritised a provider (Vanentin-gif's GitHub) as a fallback provider

Pull requests included in this release: #41