-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aeef42
commit 5d83115
Showing
5 changed files
with
42 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
</a> | ||
</p> | ||
|
||
# XMLTV 0.6.3 | ||
# XMLTV 1.0.0 | ||
|
||
## Table of Contents | ||
|
||
|
@@ -259,4 +259,4 @@ We run the following mailing lists: | |
Finally, we run an IRC channel #xmltv on Freenode. Please join us! | ||
|
||
|
||
-- Nick Morrott, [email protected], 2020-08-22 | ||
-- Nick Morrott, [email protected], 2021-02-07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
XMLTV 0.6.3, Windows binary release | ||
XMLTV 1.0.0, Windows binary release | ||
|
||
Gather television listings, process them and organize your viewing. | ||
XMLTV is a file format for storing TV listings, defined in xmltv.dtd. | ||
|
@@ -18,35 +18,28 @@ for tv_grab_is and tv_grab_it_dvb, If you need one | |
of those you'll need to install Perl and the necessary modules and | ||
use the full distribution. | ||
|
||
* Major Changes in this release (1.0.0) | ||
|
||
tv_grab_ch_search: re-enable fixed grabber | ||
tv_grab_eu_xmltvse: fetch listings over SSL | ||
tv_grab_fi: many improvements to listings parsers | ||
tv_grab_na_dtv: fetch listings over SSL | ||
tv_grab_pt_vodafone: more reliable SSL conections using recent | ||
OpenSSL versions | ||
tv_grab_uk_tvguide: improvements to XMLTV ID compliance | ||
|
||
tv_grab_dk_dr: disable grabber (source site gone) | ||
tv_grab_uk_bleb: disable grabber (source site gone) | ||
|
||
tv_grep: allow regex filtering on channel ID | ||
tv_imdb: significant reductions in memory consumption | ||
|
||
Windows build: migrate to PAR::Packer | ||
|
||
* Major Changes in this release (0.6.3) | ||
|
||
tv_grab_ch_search: disable broken grabber | ||
|
||
* Major Changes in previous release (0.6.2) | ||
|
||
tv_grab_dotmedia: disable deprecated grabber | ||
tv_grab_se_tvzon: disable deprecated grabber | ||
|
||
tv_grab_dtv_la: disable broken grabber | ||
tv_grab_il: disable broken grabber | ||
tv_grab_pt_meo: disable broken grabber | ||
tv_grab_se_swedb: disable broken grabber | ||
|
||
XMLTV.pm: update handling of reading from STDIN due to | ||
XML::Parser adopting 3-arg open | ||
tv_grab_ch_search: handle upstream cookies | ||
tv_grab_eu_epgdata: various fixes and improvements | ||
tv_grab_fi: various fixes and improvements | ||
tv_grab_fr: update grabber due to upstream changes | ||
tv_grab_huro: use https source site URLs | ||
tv_grab_it: fix overlapping/duplicate programmes | ||
tv_grab_na_dd: use https source site URLs | ||
tv_grab_na_dtv: various fixes and improvements | ||
tv_grab_pt_vodafone: various fixes and improvements | ||
tv_grab_uk_tvguide: various fixes and improvements | ||
tv_grab_zz_sdjson_sqlite: | ||
many fixes and improvements | ||
|
||
And many other changes (see the git log for details) | ||
|
||
There is no installer, just unpack the zipfile into a | ||
|
@@ -111,4 +104,4 @@ Sourceforge hosts the following mailing lists: | |
xmltv-users - how to use XMLTV | ||
xmltv-devel - detailed discussions among developers | ||
|
||
-- Nick Morrott, [email protected], 2020-08-22 | ||
-- Nick Morrott, [email protected], 2021-02-07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters