2015-07-12 20:56:06 +02:00
|
|
|
# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:25 wiz Exp $
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
DISTNAME= xmltv-0.5.56
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2015-06-12 12:48:20 +02:00
|
|
|
PKGREVISION= 9
|
2004-11-12 01:24:14 +01:00
|
|
|
CATEGORIES= multimedia perl5
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2009-07-17 20:00:13 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-10-28 23:29:47 +02:00
|
|
|
HOMEPAGE= http://xmltv.org/wiki/
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
COMMENT= Set of utilities to manage your TV viewing
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
|
2005-02-19 21:49:29 +01:00
|
|
|
# needed
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
DEPENDS+= p5-Date-Manip>=5.42a:../../devel/p5-Date-Manip
|
|
|
|
DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser
|
|
|
|
DEPENDS+= p5-XML-Twig>=3.10:../../textproc/p5-XML-Twig
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
DEPENDS+= p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.10,p5-Memoize-[0-9]*}:../../devel/p5-Memoize
|
2013-11-24 10:57:02 +01:00
|
|
|
#DEPENDS+= {perl>=5.10,p5-Storable>=2.04}:../../devel/p5-Storable
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
DEPENDS+= p5-libwww>=5.65:../../www/p5-libwww
|
2005-02-19 21:49:29 +01:00
|
|
|
# recommended
|
2005-05-19 19:27:13 +02:00
|
|
|
DEPENDS+= p5-Lingua-EN-Numbers-Ordinate-[0-9]*:../../textproc/p5-Lingua-EN-Numbers-Ordinate
|
|
|
|
DEPENDS+= p5-Lingua-Preferred>=0.2.4:../../textproc/p5-Lingua-Preferred
|
2005-02-19 21:49:29 +01:00
|
|
|
DEPENDS+= p5-Term-ProgressBar>=2.03:../../devel/p5-Term-ProgressBar
|
|
|
|
DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
|
|
|
|
# needed by se, uk grabbers
|
|
|
|
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
|
|
|
# needed by uk grabber
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
DEPENDS+= p5-HTTP-Cache-Transparent>=1.0:../../www/p5-HTTP-Cache-Transparent
|
2005-02-19 21:49:29 +01:00
|
|
|
# needed by us grabbers
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
|
|
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
|
|
DEPENDS+= p5-HTML-TableExtract-[0-9]*:../../www/p5-HTML-TableExtract
|
2005-02-19 21:49:29 +01:00
|
|
|
DEPENDS+= p5-WWW-Mechanize>=1.02:../../www/p5-WWW-Mechanize
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
# needed by DirectTV grabbers in us
|
|
|
|
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
|
2005-02-19 21:49:29 +01:00
|
|
|
# needed by de, dk, es, fi, fr, huro, jp, nl, pt grabbers
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
|
|
# needed to grab for some european countries (epgdata.com)
|
|
|
|
DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
|
2005-02-19 21:49:29 +01:00
|
|
|
# needed by jp grabber
|
|
|
|
DEPENDS+= p5-Text-Kakasi-[0-9]*:../../textproc/p5-Text-Kakasi
|
|
|
|
# needed by se grabber
|
|
|
|
DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML
|
2015-07-12 20:56:06 +02:00
|
|
|
#DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0
|
2005-02-19 21:49:29 +01:00
|
|
|
DEPENDS+= p5-HTTP-Cache-Transparent-[0-9]*:../../www/p5-HTTP-Cache-Transparent
|
2006-04-16 18:17:28 +02:00
|
|
|
# needed by pt grabber
|
|
|
|
DEPENDS+= p5-Unicode-UTF8simple-[0-9]*:../../converters/p5-Unicode-UTF8simple
|
Updating multimedia/p5-xmltv from 0.5.45nb3 to 0.5.56
pkgsrc changes:
- Adding license definition
- Adding dependencies for new modules in xmltv
Upstream changes:
2009-08-10 05:22 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.56 release
2009-08-09 04:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Splits out variable utf8 fixups into
a supplemental file to allow more frequent updating
2009-08-09 02:22 knowledgejunkie
* MANIFEST, Makefile.PL: Add utf8_fixups to distribution
2009-08-09 00:18 knowledgejunkie
* grab/uk_rt/utf8_fixups: Add a supplemental file that contains
UTF-8 fixups to correct bad characters seen in the source data.
2009-08-08 22:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle yet a few more specific bad
UTF-8 char sequences seen in today's data.
2009-08-08 18:56 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handle a few more specific bad UTF-8
char sequences seen in the data. In a future version this will
likely be moved into a separate supplement file
2009-08-07 22:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix up another Monarchy
variant
2009-07-31 02:11 knowledgejunkie
* grab/uk_rt/test.conf: Include Film4 in testing - this is a
frequent source of mis-encoded UTF-8 characters
2009-07-31 02:07 knowledgejunkie
* grab/dk_dr/test.conf: Comment out 2 channels that do not seem to
have been providing listings for some time
2009-07-31 01:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ensure output is correctly converted
before writing XML, so use Encode::from_to again instead of just
Encode::decode. Also ensure that we remove 2-byte UTF-8-encoded
non-printing characters instead of their 1-byte ISO-8859-1
counterparts, which could themselves be part of multi-byte UTF-8
chars. Tidy up some debug messages and perldoc content.
2009-07-30 14:09 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-28 04:47 rmeden
* grab/na_dd/tv_grab_na_dd.in: check for missing callsign before
processing as a duplicate
2009-07-28 02:19 knowledgejunkie
* grab/uk_rt/test.conf: Output UTF-8 instead of ISO-8859-1 during
testing
2009-07-28 02:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: A change to the way the grabber
handles UTF-8 source data. It now uses Encode::decode to convert
the source octets into Perl's internal format, after we have
attempted to correct mis-encoded UTF-8 octets we find. This
update also adds additional bad char handling and debug ouput for
remaining mis-encoded characters, and other small changes to
debug output. Finally, we change the default output charset to
Unicode (UTF-8) from Latin-1, which seems sensible.
2009-07-24 04:06 rmeden
* lib/exe_opt.pl: tweak options for new module installs
2009-07-23 07:00 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-23 06:53 mattiasholmlund
* grab/se_swedb/tv_grab_se_swedb.in: Support lwp version 5.827.
2009-07-22 06:23 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title updates
2009-07-20 08:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Reverse a corrected title
2009-07-15 20:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-08 19:29 knowledgejunkie
* grab/uk_rt/channel_ids: Rebranding of MTV One to MTV. Update RTID
for MTV +1. No changes to XMLTV IDs.
2009-07-08 06:24 rmeden
* grab/: pt/test.conf, re/test.conf: change test to use active
channels
2009-07-08 06:19 rmeden
* grab/es_miguiatv/test.conf: change test to use active channels
2009-07-08 06:16 rmeden
* grab/ar/test.conf: change test to use active channels
2009-07-08 05:58 rmeden
* grab/na_icons/tv_grab_na_icons.in: fix --help text
2009-07-08 05:50 rmeden
* grab/na_icons/tv_grab_na_icons.in: add better error handling if
share folder not writable
2009-07-01 07:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Debugging updates. Update channel
stats to include part-time timeshifted channels. Update checking
of bad UTF-8 characters to check for EFBFBD bytes.
2009-07-01 07:04 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-07-01 06:10 knowledgejunkie
* grab/uk_rt/channel_ids: Remove channels that we have flagged as
unusable that the Radio Times have since removed
2009-06-29 22:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: If the cast details include a
character played by an actor called Himself or Herself, replace
the contents of the actor variable with given character's name
(which should be their real name and much more useful).
2009-06-29 19:03 knowledgejunkie
* lib/ValidateFile.pm: Update the episode numbering validation
regex, allowing additional spacing in the text, and limit the
'/Y' series/episode/part totals to only zero/one instead of
zero/many. If the '/Y' total is present for any of the
series/episode/part sections, we still require at least one digit
to be present. Add a perldoc entry for 'badepisode'.
2009-06-29 17:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove excessive spacing from
episode numbering output. Simplify the regex looking for any
left-over numbering in episode field that may contain episode
number information.
2009-06-29 16:42 knowledgejunkie
* grab/uk_rt/test.conf: Update the test configuration with all
currently available channels. For efficiency, only the 5 key
channels (BBC1/BBC2/ITV1/C4/5) are configured, the others are
commented out but included for convenience.
2009-06-29 14:03 knowledgejunkie
* grab/uk_rt/channel_ids: Fix a copy-paste error that was stopping
Wales' Virgin 1 channel listings from working. Thanks to Duncan
Brown for reporting it.
2009-06-27 06:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clear the subtitle field for films
if it is the same as the title field.
2009-06-27 05:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Extract series and episode numbering
from description field if present (observed in Bravo/Living
listings)) and include in XML output.
2009-06-26 15:00 knowledgejunkie
* grab/uk_rt/channel_ids: Small update to Wales' Virgin 1 broadcast
times. Now set to 0800-1900 for Virgin 1 and 1800-0600 for Virgin
1 +1.
2009-06-26 05:57 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds listings for
Sky1 HD and Crime and Investigation Network (regular and +1)
channels added by Radio Times overnight
2009-06-26 05:01 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Trouble and
Trouble +1 channels. RT now provide Living +2 and Living2 +1
listings in their place.
2009-06-26 04:32 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes Celtic TV
and Rangers TV (ceased broadcasting) and adds Living +2 and ITV4
+1 timeshifted channels
2009-06-26 04:20 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: Adds Welsh versions of the Virgin
1 (0900-1900) and Virgin 1 +1 (1900-0600) channels. See
xmltv-users list for more details.
2009-06-25 16:54 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove main Setanta
channels
2009-06-25 00:35 knowledgejunkie
* grab/uk_rt/channel_ids: Update RT configuration for new Good Food
channels
2009-06-23 19:05 mnbjhguyt
* grab/it/channel_ids: fixed double entry
2009-06-22 23:09 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV Food
and replaces with Good Food.
2009-06-16 22:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new channels for
mediasetpremium
2009-06-15 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Update handling of Time Shift
title, remove MTV Digs text from titles
2009-06-15 00:15 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to fix
2009-05-31 15:30 attila_nagy
* grab/huro/tv_grab_huro.in: Slovakian episode parsing added to
tv_grab_huro (Thanx to Jan Dula)
2009-05-29 16:26 mihaas
* grab/eu_epgdata/channel_ids:
Add lots of new IDs. Thanks to Ben Bucksch!
2009-05-29 16:17 mihaas
* Makefile.PL:
Adjust dependencies for tv_grab_eu_epgdata - we now need
DateTime::Format::Strptime
2009-05-29 16:08 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Improve timezone handling. Time zone can now be set to "local" to
autodetect the current time zone. Strings like "Europe/Berlin"
are also supported.
ATTENTION: this adds a dependency on DateTime::Format::Strptime!
Patch by Andreas Benneke (abeani). Many thanks.
2009-05-29 15:04 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Make sure we do not overwrite $expirydate and friends with null
values if our subscription is close to expiring. Also added some
debug output. Closes bug 2797360.
Patch by Wolfgang Trexler (wolfman70).
2009-05-29 13:39 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata:
Sanitize file names we get from the epgdata server. Closes bug
2797378.
2009-05-25 17:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Title fix for Have I Got a Bit
More News for You
2009-05-21 22:05 mnbjhguyt
* grab/it_dvb/: channel_ids, sky_it.dict, sky_it.themes,
tv_grab_it_dvb.PL, tv_grab_it_dvb.in: first release
2009-05-21 22:03 mnbjhguyt
* Makefile.PL: added tv_grab_it_dvb
2009-05-21 00:29 knowledgejunkie
* grab/uk_rt/channel_ids: Update channel descriptions to reflect
that Virgin 1 is now universal, and that there are separate
timeshifted versions of Virgin 1 +1 - one for Freeview and
another for Satellite and Cable
2009-05-21 00:05 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds support for
new part-time Virgin 1 +1 channel on Freeview and removes
redundant part-time Virgin 1 channel entry (channel now 24hrs on
Freeview)
2009-05-20 14:43 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes UKTV
Gardens and adds Really.
2009-05-19 21:03 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2009-05-15 11:36 mnbjhguyt
* grab/it/tv_grab_it.in: fix to sky.it after small site change
2009-05-14 07:59 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process
2009-05-11 19:21 mnbjhguyt
* grab/it/tv_grab_it.in: fixed boingtv.it (hopefully)
2009-05-09 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Add logo for Home
2009-05-09 12:59 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix for boingtv
2009-05-07 00:30 rmeden
* xmltv.dtd: fix spelling error
2009-05-05 01:11 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't use OriginalAirDate for
previously shown on SH* programs
2009-05-05 01:08 rmeden
* xmltv.dtd, lib/XMLTV.pm.in: allow "billingual" as a valid value
for stereo (per Marus Keller's suggestion)
2009-05-01 20:24 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove UKTV Style
channels. Add new UKTV Home channels. Update Paramount Comedy
channels after rebranding to Comedy Central (note new XMLTV ID).
New logo for Discovery RealTime
2009-04-16 13:57 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Fix wrong URL during '--configure' step for CanalSat bouquet.
2009-04-09 19:27 rmeden
* grab/na_icons/tv_grab_na_icons.in: minor fix in response to
source site change
2009-04-02 19:00 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Modified version of patch
#2723857 - get categories for fast grab too
2009-04-02 10:20 attila_nagy
* grab/huro/: catmap.cz, catmap.sk: Checz and Slovakian catmap
kindly provided by Jan Dula
2009-04-01 12:02 attila_nagy
* grab/huro/tv_grab_huro.in: Typo fixed in tv_grab_huro
2009-04-01 09:45 attila_nagy
* grab/huro/tv_grab_huro.in: Fixed date parsing for tv_grab_huro
Patch by Jan Dula
2009-03-29 02:43 rmeden
* Makefile.PL, grab/za/tv_grab_za: got a _za patch from
ngarratt@gmail.com added back to Makefile!
2009-03-29 00:12 knowledgejunkie
* grab/uk_rt/channel_ids: Add new logo for Yesterday
2009-03-29 00:05 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2009-03-28 23:55 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Remove Discovery
Realtime Extra and add Discovery Shed
2009-03-14 15:18 attila_nagy
* grab/huro/tv_grab_huro.in: - Issue #2500755 FIXED: icon fetching
works for Romania also
- TODO: SK and CZ icon fetch
- previous commit verified, indentation fixup
2009-03-14 07:15 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.55 release
2009-03-14 07:10 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-14 06:42 rmeden
* Makefile.PL: remove tv_grab_za due to site changes
2009-03-12 08:49 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Remove Baroque! from list
2009-03-12 05:11 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-03-10 13:43 rmeden
* grab/huro/tv_grab_huro.in: look for a different separator per
zolih@hotmail.com
2009-03-10 05:14 rmeden
* grab/pt/test.conf: old test config didn't work.. submit a new
one.
2009-03-09 05:26 rmeden
* Makefile.PL: disable dead grabbers tv_grab_br_net tv_grab_es
2009-03-08 18:25 atirc
* grab/es_miguiatv/tv_grab_es_miguiatv:
fixed problem with ARRAY
2009-03-08 14:55 eggertthor
* grab/is/: test.conf, tv_grab_is: Added support for timeshifted
channels. All channels now have a corresponding plus channel
whose programmes are one hour behind the original
2009-03-06 05:41 rmeden
* Makefile.PL: remove tv_grab_jp due to target site blocking
2009-03-05 22:37 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove UKTV Style from Freeview
platform as it is part of the separate TopUpTV service
2009-03-05 22:21 gawen
* grab/pt/tv_grab_pt: Bugfix for latest site changes.
2009-03-05 19:38 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Pricedrop TV and Screenshop
from FreeView lineup. Thanks to Nigel Jewell for the patch.
2009-03-05 17:34 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Correct entry for
CNN Europe on FreeView as it is a part-time channel broadcast
daily 2100-0100. Thanks for Dazzle for the patch. If you have
already configured CNN on FreeView, the new XMLTV ID is
freeview.europe.cnn.com
2009-03-04 23:35 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Another channel
rebranding - this update removes UKTV History and adds Yesterday
(with a new XMLTV ID, logo to follow). You must update your XMLTV
configuration to continue to receive listings for this channel.
2009-03-04 23:15 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds a new logo for
Channel 4 +1, and includes Dave +1 and CNN in FreeView lineups.
Thanks to Nigel Jewell for the information.
2009-03-04 08:34 mnbjhguyt
* grab/it/channel_ids: new channels
2009-03-04 08:27 mnbjhguyt
* grab/it/tv_grab_it.in: [no log message]
2009-03-04 00:38 rmeden
* grab/huro/: catmap.cz, catmap.sk, tv_grab_huro.in: supplements
now working for cz, sk
2009-03-03 22:20 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix... again
2009-03-03 22:08 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-03-03 07:16 mnbjhguyt
* grab/it/tv_grab_it.in: fix for a warning
2009-03-03 03:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library and grabber
version information in console output and XML data to help with
end-user debugging. Version info extracted from CVS Id tag (as
per ParseOptions)
2009-03-03 02:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove some unnecessary linebreaks
from debug output
2009-03-03 02:38 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Include XMLTV library version in
generator-info-name attribute of tv element in XML output
2009-03-03 02:07 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore film titles when creating
debug list of programme titles containing colons or hyphens
2009-03-03 01:47 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Ignore empty fields in credits
information
2009-03-02 16:40 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: new backend added new
channels some fixes
2009-02-28 20:40 knowledgejunkie
* grab/uk_rt/channel_ids: Rename Dave +1 to Dave ja vu
2009-02-25 14:07 ngarratt
* grab/za/tv_grab_za: Handle new channel name/number page Add
support for fixups on channel name differences between pages
2009-02-23 23:13 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for
Living2 +1
2009-02-23 23:10 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to display names of some
channels
2009-02-22 18:16 knowledgejunkie
* grab/uk_rt/channels_platforms: Remove Performance and restore bid
tv channels
2009-02-22 18:07 knowledgejunkie
* grab/uk_rt/channel_ids: Flags Sky Box Office, Performance and
Screenshop channel listings as empty, reinstates bid tv, and
deletes abc1 and Sky Movies entries that have been removed from
the Radio Times site.
2009-02-22 02:07 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates for
rebranded channels - Eden, Blighty and Five USA. These channels
have new XMLTV IDs, so you must update your configuation. Also
adds a better logo for TeleG.
2009-02-16 22:09 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 21:23 mnbjhguyt
* grab/it/tv_grab_it.in: another minor bug
2009-02-16 17:32 rmeden
* xmltv.dtd: correct DTD entry for "role"
2009-02-16 01:20 rmeden
* Makefile.PL: add some new supplemental files to tv_grab_huro
2009-02-15 17:23 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Updates ESPN
America (Radio Times altered their ID for channel) and adds
4Music
2009-02-14 22:07 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Update perldoc
and fix a typo
2009-02-14 13:48 mnbjhguyt
* grab/it/tv_grab_it.in: minor fix
2009-02-14 00:49 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fully enable title processing for
titles which include hyphens. Please report any problems with
titles being updated incorrectly.
2009-02-14 00:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2009-02-14 00:12 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Removes NASN and
adds ESPN America
2009-02-11 01:27 rmeden
* MANIFEST, xmltv.dtd, grab/huro/catmap.cz, grab/huro/catmap.sk,
grab/huro/tv_grab_huro.in: add Czech and Slovenia to
tv_grab_huro.. changes by Christian Vanderndorpe
2009-02-10 16:56 mnbjhguyt
* grab/it/tv_grab_it.in: should remove warnings
2009-02-08 15:57 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme title to
process.
2009-02-08 00:39 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more programme title
to process. Thanks to Mike Holden for the details.
2009-02-05 18:20 mnbjhguyt
* grab/it/tv_grab_it.in: fixed midnight bug for skylife
2009-02-04 15:42 mnbjhguyt
* grab/it/tv_grab_it.in: fixed skylife after major site change
removed wfactory as it no longer works fixed raisat for rai4 and
such
2009-02-04 15:41 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 15:01 mnbjhguyt
* grab/it/channel_ids: new channels
2009-02-04 10:04 mnbjhguyt
* grab/it/channel_ids: removed old backend
2009-02-03 22:20 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for new UKTV channel Eden,
which replaces UKTV Documentary. As this is a rebranding and not
a completely new channel, I have kept it associated with the
existing UKTV Documentary XMLTVID so that no changes are required
to existing configurations.
2009-02-03 16:17 mnbjhguyt
* grab/it/channel_ids: new channels
2009-01-14 05:45 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.54 release
2009-01-12 19:32 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improved mis-encoded UTF-8 character
handling. Should handle more characters, and corrects source data
in UTF-8 before any further character encoding is carried out.
2009-01-12 14:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update debug output for title
processing
2009-01-12 14:03 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2009-01-12 12:14 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Add support for Sky
Arts 2
2009-01-12 11:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to documentation: fix some
typos, update links and add details on mailing list.
2009-01-08 02:07 rmeden
* grab/na_dd/tv_grab_na_dd.in: don't print a message when you're
auto-ignoring a channel
2009-01-03 10:07 eggertthor
* grab/is/tv_grab_is: Updated URL for ruv.is
2008-12-15 08:57 attila_nagy
* grab/huro/tv_grab_huro.in: - small website change caused evening
programs to not show up in the
listings
2008-12-14 21:29 ecastelnau
* grab/re/: test.conf, tv_grab_re:
CANALSAT is activated again.
PARABOLE site is working but it no longer delivers information.
2008-12-13 05:46 ecastelnau
* grab/re/: test.conf, tv_grab_re:
canal-sat is back. It seems that cookies were not the problem.
I need to make a POST request instead of a GET request (thanks to
LESFRITZ Johann for his help). However, canal-sat is still
disabled for further testing.
Another point: parabole seems broken now.
2008-12-09 15:48 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: More adjustments for web site
changes.
2008-12-04 13:35 ngarratt
* grab/za/tv_grab_za: Remove option for 30-days - no longer
available on source site
2008-12-03 15:11 ngarratt
* grab/za/tv_grab_za: New POST method with session state
verification required Listings structure changes
2008-12-01 11:39 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Updates
MK40,MK41,MK42,MK43,MK44,MK45 postcodes to use BBC East listings
2008-12-01 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in, Makefile.PL: Use HTML::Entities to
remove any HTML entities seen in the source data (which is
currently UTF-8 text), and re-add as a prerequisite. The problem
has been reported to the Radio Times but not yet fixed.
2008-12-01 10:25 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Discovery
Travel & Living +1 support
2008-11-30 06:49 rmeden
* lib/exe_opt.pl: trim more modules after upgrading Soap::Lite
module
2008-11-30 06:48 rmeden
* grab/na_dd/tv_grab_na_dd.in: oops.. remove double category for
show-type
2008-11-30 06:30 rmeden
* grab/na_dd/tv_grab_na_dd.in: generate Movie and Sports category
if TMS prog_id indicates Movie or Sports
2008-11-26 01:14 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles
2008-11-26 01:03 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Sky basic
channels to VirginTV platform, adds Five to Freesat platform, and
renames Sky Arts channel to Sky Arts 1
2008-11-25 19:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: call binmode() on file handle
for downloaded file - should fix grabber on win32
2008-11-24 01:30 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: a couple more refinements for
robustness
2008-11-24 00:13 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: working on better air-time accuracy
2008-11-23 03:55 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: extensive changes due to changes at
www.directv.com
2008-11-09 22:40 rmeden
* Makefile.PL: remove tv_grab_be due to site blocking XMLTV user
agent
2008-10-30 01:17 knowledgejunkie
* grab/uk_rt/channels_platforms: Adds ITV HD to Freesat list
2008-10-29 14:43 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-10-29 14:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds ITV HD channel
2008-10-28 14:46 epaepa
* grab/DST.pm: dst_dates_na: updated for 2007 change to daylight
saving time rules.
2008-10-20 19:05 rmeden
* choose/tv_check/tv_check: use correct variable for SEASON-RESET
(no idea how this got committed!)
2008-10-18 22:39 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logos for Alibi and G.O.L.D.
channels
2008-10-14 23:24 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fixes 'Later...with Jools
Holland' programme titles
2008-10-14 08:22 nielm
* grab/be/tv_grab_be.in: Remove capability to grab from TeveBlad
(Dutch language listings)
2008-10-12 00:58 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Season info to remove from
titles
2008-10-10 16:14 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new logo for Watch, and removes old
logos for G.O.L.D. and Alibi
2008-10-09 23:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-10-09 23:29 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds Hallmark +1
support, and updates channel availability of several channels on
Sky Digital and Virgin TV since launch of Watch
2008-10-09 01:26 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms,
regional_channels_by_postcode: MAJOR UPDATE: changes to
BBC/ITV1/Sky Movies/UKTV channel XMLTVIDs to bring them into line
with current channel identities. Adds/updates support for new
Alibi, Watch and G.O.L.D. channels. You will need to ensure your
XMLTV configuration file (and applications such as MythTV) is
updated to match the new XMLTVIDs or rerun tv_grab_uk_rt
configuration to continue receiving listings for these updated
channels (see commit log for full list). Apologies in advance,
but this XMLTVID update was a few years overdue.
2008-10-04 18:51 rmeden
* choose/tv_check/tv_check: add --season-reset switch to change
everything to 'title-only'
2008-10-03 15:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More checks for uninitialised
values.
2008-10-03 15:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds BBC Alba and Propeller TV. Updates
Setanta channels due to Radio Times changes.
2008-09-30 05:23 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: updated due to more directv html
changes
2008-09-25 18:01 jveldhuis
* lib/IMDB.pm: soften requirement on genre sanity test, also update
estimate # for ui
2008-09-25 16:02 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: 3 more backend sites added,
including iris, mediasetpremium, raisat (also rai4)
2008-09-02 06:29 rmeden
* mkdist: change to use SF.NET sftp server for releases
2008-09-02 06:11 rmeden
* README, doc/README.win32: building release spanned midnight..
give new date to files
2008-09-02 04:24 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.53 release
2008-08-30 21:28 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Add various improvements -
based on a slightly modified patch by Andreas Oeldenberger
* add category support * add stop time * add age-rating * add
year of production * fix parser for Actors, Directors and Guests
* fix Episod-num to use sequence number
The last item will likely break duplicate detection in apps like
MythTV.
2008-08-30 11:46 eggertthor
* grab/is/tv_grab_is: Just a minor change to prevent programmes
starting at midnight from spilling out onto the previous day.
Should stop duplicate-warnings from the validator
2008-08-30 08:55 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-30 08:47 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate the BBC Olympics channels
which the Radio Times have not yet removed from their site
2008-08-28 16:00 rmeden
* grab/na_dd/tv_grab_na_dd.in: add auto-config to the config file
in addition to the command line
2008-08-27 14:38 rmeden
* grab/se_swedb/test.conf: remove missing station to make quiet
2008-08-26 13:29 eggertthor
* grab/is/tv_grab_is: Prevented error message that was generated if
conf file had bogus channels.
2008-08-26 11:24 eggertthor
* grab/is/test.conf: Updated test.conf to test all channels
supported by new grabber
2008-08-26 05:23 knowledgejunkie
* lib/XMLTV.pm.in: Reverts r1.135 and replaces encoding comparison
check with a case-insensitive check which should allow all make
tests to complete successfully.
2008-08-25 21:11 eggertthor
* grab/is/tv_grab_is: Seperated <programme> elements by newlines to
make XML more readable. Removed outdated comment.
2008-08-25 06:14 rmeden
* Makefile.PL, grab/is/tv_grab_is: add new version of tv_grab_is by
Eggert Thorlacius
2008-08-25 02:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More robust checks for empty fields
before writing XMLTV data. Adds check for zero length programmes
which will not be output if detected.
2008-08-24 06:49 knowledgejunkie
* grab/uk_rt/channel_ids: Update icon for Fiver and restore some
channels which are now providing data again
2008-08-23 05:13 knowledgejunkie
* grab/uk_rt/channel_ids: Remove old BBC Olympics channels which
have been removed from Radio Times site
2008-08-23 05:11 knowledgejunkie
* grab/uk_rt/channel_ids: Another update to BBC Olympics channels
2008-08-17 03:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-08-17 02:51 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated BBC Olympics channels. If
you have previously configured these channels you may need to
update your XMLTVIDs as the original Olympics data files are
currently empty and the Radio Times have newly added data.
2008-08-10 02:28 rmeden
* grab/na_icons/tv_grab_na_icons.in: patch from cheetah@sf to
adjust to site changes
2008-08-10 01:03 rmeden
* MANIFEST, Makefile.PL, filter/tv_extractinfo_ar: add
tv_extractinfo_ar
2008-08-09 22:40 car_unlp
* grab/ar/tv_grab_ar: add option to select from 2 different
providers, as well as functionality to retrieve the program
description, genere, actors from the provider
2008-08-07 14:23 pingel
* grab/dk_tvtid/tv_grab_dk_tvtid: Fjernede de sidste
dr.dk-referencer. Satte "." efter "Episode $episode".
2008-08-07 08:46 pingel
* grab/dk_tvtid/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-07 08:45 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: UNDO... sorry
2008-08-07 07:28 pingel
* grab/dk_dr/: test.conf, tv_grab_dk_tvtid: [no log message]
2008-08-04 03:36 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds detection of another episode
numbering variant and updates comments. Reformats episode regexps
to make it easier to update in the future.
2008-08-04 03:17 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Correct 'The New Yankee
Workshop' title variation
2008-08-03 09:57 pingel
* grab/dk_dr/tv_grab_dk_dr: fjernede forkert indentering
2008-08-01 22:27 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds 9 new BBC
Olympics Interactive channels - how many of these you will be
able to receive depends upon your digital TV service
2008-07-28 06:31 pingel
* grab/dk_dr/tv_grab_dk_dr: Indenteret og kode fra brugerne er
tilf<F8>jet.
2008-07-26 20:27 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: don't download day 1 twice on
normal runs. Thanks to Andreas Oeldenberger for the patch!
2008-07-26 20:07 mihaas
* Makefile.PL: Fix installation of channel_ids for
tv_grab_eu_epgdata
2008-07-23 14:47 rmeden
* grab/no_gfeed/test.conf: remove missing channel from test
(prevent warning)
2008-07-23 02:43 b4max
* grab/br_net/: test.conf, tv_grab_br_net: Removed feature to
auto-remove failed channels. To reenable set $auto_update_conf to
1.
2008-07-22 22:09 rmeden
* Makefile.PL: remove tv_grab_dk
2008-07-22 19:35 rmeden
* MANIFEST, Makefile.PL: initial load tv_grab_dk_dr
2008-07-22 19:24 rmeden
* grab/dk_dr/: test.conf, tv_grab_dk_dr: initial load tv_grab_dk_dr
2008-07-22 16:55 rmeden
* grab/pt/tv_grab_pt: fix a few things so --quiet works
2008-07-22 16:29 rmeden
* grab/no_gfeed/test.conf: let's see if this config gives errors
2008-07-19 17:32 attila_nagy
* grab/huro/tv_grab_huro.in: - tv_grab_huro still had problems
when --offset was used. Fixed.
2008-07-17 21:27 attila_nagy
* grab/huro/tv_grab_huro.in: - Updated grabber to reflect changes
in data provider source codes
- Days begin & end is now handled correctly, days start at
00:00, and
finishes at 23:59
- Icon download for romania is also fixed
2008-07-14 04:05 rmeden
* MANIFEST, Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.52 release
2008-07-13 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates to comments and perldoc
2008-07-13 09:01 knowledgejunkie
* grab/uk_rt/: prog_titles_to_process, tv_grab_uk_rt.in: Adds a
title processing routine to enable inconsistent programme titles
(such as Law & Order vs Law and Order, please report others) to
be updated to a more consistent value. This should allow the
grabber to provide more consistent programme titles across
channels and over time, and allow better programme matching by
PVR software such as MythTV.
2008-07-13 06:23 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Moves episode number detection so
that it occurs before title/episode processing. If the only data
present in the episode field is the episode number, the episode
field will become empty. This should allow title processing to be
successful in instances when previously a mixed title/subtitle
could not be moved because the episode data contained the episode
number details. Also adds some debug output to show when episode
numbering has been detected.
2008-07-13 04:33 knowledgejunkie
* grab/uk_rt/test.conf: Adds encoding and title-processing entries
to test configuration
2008-07-13 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improvements to episode numbering
detection, which should also remove remaining numbering from the
title of an episode.
2008-07-13 01:08 rmeden
* Makefile.PL: remove non-working grabbers in preparation for
release: tv_grab_il tv_grab_nl_wolf
2008-07-12 13:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds comprehensive bad-character
handling for the range of lower-case non-Latin characters likely
to be seen in listings.
2008-07-12 13:22 knowledgejunkie
* grab/uk_rt/: channel_ids, channels_platforms: Adds two new
channels - Horror Channel +1 and Discovery Knowledge +1
2008-07-12 12:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-07-08 14:50 ecastelnau
* grab/re/: test.conf, tv_grab_re:
Disable CANALSAT channel because of website/cookies changes not
correctly handled for now. If someone has an idea... PARABOL
channel still functionnal.
2008-06-30 15:52 mnbjhguyt
* grab/it/channel_ids: new channels added
2008-06-30 15:39 mnbjhguyt
* grab/it/tv_grab_it.in: better handling of season/episode numbers
2008-06-30 05:07 rmeden
* grab/is/tv_grab_is: add patch from T<F3>mas Edwardsson, but it still
doesn't work.
2008-06-30 04:45 rmeden
* lib/XMLTV.pm.in: add parsefiles to export_ok
2008-06-28 19:37 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles
2008-06-23 08:23 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC channel names to be less loud
2008-06-23 03:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enable additional title-processing
via grabber config file instead of using the non-standard runtime
command-line option '--no-title-updates'. Title processing is
enabled by default. Configuration file entry is
'title-processing=enabled' when enabled.
2008-06-22 15:31 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-06-21 06:06 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update perldoc to cover new
configuration options
2008-06-21 06:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Write all programme elements for a
channel in one go, rather than one write for each programme. This
should help to reduce constant disk activity when running the
grabber with a specified output file.
2008-06-21 05:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which character encoding to use for XMLTV output.
With this first update, configuration supports UTF-8 and
ISO-8859-1. Let me know of any issues you notice. The source data
may still contain invalid UTF-8 encoded characters, and these
will still propagate into the output data until we handle them,
or the Radio Times fixes the issue.
2008-06-18 12:30 knowledgejunkie
* Makefile.PL, grab/uk_rt/channels_platforms: Adds a new
supplemental file mapping channels to TV platforms for
tv_grab_uk_rt.
2008-06-18 12:26 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Enables a configuration option for a
user to specify which TV platform they use. This information is
then used to filter the list of channels presented during
configuration/list-channels to show only those available on their
TV platform. Initial TV platforms supported are analogue,
Freeview, FreeSat, FreeSat from Sky, Sky Digital, and Virgin TV.
Please note that no channel/EPG numbering is provided (yet).
2008-06-18 12:15 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Moves generic BBC1 and
BBC2 channels into file, flagged to match all postcodes
2008-06-18 09:45 knowledgejunkie
* grab/uk_rt/channel_ids: Deactivate PremPlus, TV Travelshop and TV
Travelshop 2 channels which have ceased broadcasting
2008-06-18 09:20 knowledgejunkie
* grab/uk_rt/channel_ids: Replace VH2 entry with MTV ONE +1. Tidy
up some icon URLs.
2008-06-18 06:42 ngarratt
* grab/za/tv_grab_za: Handle new episode tag format
2008-06-18 04:11 knowledgejunkie
* grab/uk_rt/: regional_channels_by_postcode, tv_grab_uk_rt.in:
Adds initial regional channel support for users in the Republic
of Ireland, using a pseudo-postcode of 'Eire'.
2008-06-17 04:34 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name and icon for BBC News
2008-06-14 05:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Handles another mis-encoded UTF-8
character in the source data. Adds a couple of FIXMEs for the
future.
2008-06-14 05:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds functionality to support
filtering of regional channels during configuration. The user is
asked for the first past of their postcode, and only those
channels determined to be available in their locality are
presented in the list of configurable channels. Entering 'none'
during configuration disables this filtering. A future update
will add platform-level filtering of channels to further speed up
configuration.
2008-06-14 04:57 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds TeleG and TG4
entries
2008-06-14 02:06 knowledgejunkie
* grab/uk_rt/channel_ids: Updates name of S4C Digidol
2008-06-14 02:05 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds S4C and RTE
entries
2008-06-14 01:35 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process.
2008-06-11 01:35 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds ITV1 Border
(Scottish) entry
2008-06-10 10:19 knowledgejunkie
* grab/uk_rt/channel_ids: Removes 'South East' from BBC London
channel descriptions
2008-06-10 09:38 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a couple more
regional BBC1 and BBC2 channels missed in initial version of file
2008-06-10 09:37 knowledgejunkie
* grab/uk_rt/channel_ids: Flags generic BBC1 and BBC2 channels as
such
2008-06-10 08:41 knowledgejunkie
* MANIFEST: Adds entry for new supplemental file for tv_grab_uk_rt.
Fixes up tv_grab_eu_epgdata script entry as a result of the
removal of its .in/.PL files from grab/eu_epgdata.
2008-06-09 01:47 knowledgejunkie
* Makefile.PL: Adds a new supplemental file mapping regional
channels to UK postcodes for tv_grab_uk_rt.
2008-06-09 01:42 knowledgejunkie
* grab/uk_rt/regional_channels_by_postcode: Adds a new supplemental
file mapping regional channels to UK postcodes
2008-06-08 21:10 nielm
* grab/be/tv_grab_be.in: checked in correct version
2008-06-08 21:03 nielm
* grab/be/: channel_ids_fr, channel_ids_nl, tv_grab_be.in: updated
grabber to work with new telemoustique (french) site layout
updated fr channel ids for new telemoustique channel IDs updated
nl channel Ids for ARTE BELGIQUE updated grabber to genenerate
valid URLS for channels with spaces
2008-06-06 10:38 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Fix error message - I
accidentally used $opt->quiet instead of $opt->{quiet}
2008-06-05 18:23 jtoft
* grab/dk/tv_grab_dk: Added onscreen episode-num tag
2008-06-03 11:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks the user to
choose their TV platform (Freeview, Sky, etc) and stores it in
the configuration file. Currently unused.
2008-06-03 10:35 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Configuration now asks for the first
part of a user's postcode and stores it in the configuration
file. Currently unused.
2008-06-03 09:57 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: adapt to change in duration format at
directv.com
2008-06-03 09:29 knowledgejunkie
* grab/uk_rt/channel_ids: Updates BBC London channel names to
include South East.
2008-06-03 09:04 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Update config_stage() to allow for
more configuration stages to be added easily in the future.
2008-06-03 08:50 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Use XMLTV::Memoize with get()
instead of get_nice(). Confirm --cache option caches data
locally.
2008-06-03 08:21 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds some more titles
2008-06-03 07:55 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Makes a cachedir entry a requirement
when using a new-style config file, as the entry will be added
when running configure. Old-style config files will continue to
use the default of ~/.xmltv/cache as before
2008-06-03 07:38 knowledgejunkie
* grab/uk_rt/test.conf: Adds cachedir entry to test.conf.
2008-06-03 07:08 knowledgejunkie
* grab/uk_rt/test.conf: Update test.conf to new config file format.
Adds a second channel to test.
2008-06-03 04:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Should ensure the channel elements
are actually included in output. Some other minor tweaks.
2008-06-01 07:19 knowledgejunkie
* grab/uk_rt/: tv_grab_uk_rt.PL, tv_grab_uk_rt.in: Adds support for
ParseOptions and configure-api, amongst other things. This is a
big update that should allow more flexibility in the future. The
grabber should support existing and newly-created configurations.
This update also includes improved documentation and various
other minor tweaks. The underlying grabbing code has not changed,
aside from being moved to various subroutines. Please report any
issues encounted with this new version.
2008-06-01 01:48 knowledgejunkie
* lib/Options.pm: Updates formatting of perldoc material. Fixes a
typo. Updates comment for preferredmethod to state it is
optional.
2008-05-30 12:45 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Sky Movies HD channel feeds from
Radio Times. Restores Discovery +1.5 feed (although unsure
whether this is still available on any platform)
2008-05-24 20:22 reudeudeu
* grab/fr/tv_grab_fr: Update: - Fix issue when grabbing the
picture of a programl, thanks to Andre Auzi
2008-05-24 04:41 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: reworked due to changes in the
directv.com site
2008-05-21 04:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Clarification to help text stating
--quiet and --debug are exclusive
2008-05-20 02:20 knowledgejunkie
* lib/Ask/Term.pm: Allows case-insensitive single character y/n
answers to questions asked on terminal
2008-05-17 07:22 knowledgejunkie
* grab/uk_rt/channel_ids: Adds updated Radio Times ID for Fiver
2008-05-16 20:40 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process.
2008-05-16 10:34 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process. Thanks
to Mike Holden for these.
2008-05-15 20:42 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Some documentation updates: *
link to http://wiki.xmltv.org/index.php/EU_epgdata * document
--debug and --quiet * also add some whitespace changes because
everyone loves them
2008-05-15 20:18 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * fix --debug/--quiet
2008-05-15 19:17 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: add preferredmethod
capability; set to 'allatonce' this change should avoid the "too
many downloads" problem when used with mythfilldatabase
2008-05-02 06:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of another mis-encoded
UTF-8 character
2008-05-01 01:27 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process
2008-05-01 00:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more handling of
mis-encoded UTF-8 characters
2008-04-29 11:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Fix decoding of entities
for --list-channels
2008-04-24 17:26 knowledgejunkie
* grab/uk_rt/channel_ids: Removes Five Life (removed today by Radio
Times). Please use newly added Fiver listings
2008-04-23 14:13 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Remove a film's year of production
from sub-title if seen, and moves it to <year> element if not
provided in source data
2008-04-23 13:21 knowledgejunkie
* grab/uk_rt/channel_ids: Adds new Fiver and Fiver +1 channels
(starting 2008-04-28 when Five Life is rebranded). Removes
Discovery +1.5 (ceased 2008-04-21) which is replaced with
Discovery Science +1
2008-04-20 11:25 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: * Replace @@desc with
something more meaningful * fix some warnings
2008-04-20 10:41 mihaas
* Makefile.PL, grab/eu_epgdata/revision_log,
grab/eu_epgdata/tv_grab_eu_epgdata.PL,
grab/eu_epgdata/tv_grab_eu_epgdata.in: Simplify build system for
tv_grab_eu_epgdata, part #2.
Thanks to XMLTV::Supplement, it is not longer needed to specify
the share directory in tv_grab_eu_epgdata. Thsi commit gets rid
of tv_grab_eu_epgdata.PL and removes tv_grab_eu_epgdata.in.
tv_grab_eu_epgdata has already been committed.
Also add grab/eu_epgdata/revision_log to preserve history.
<rant> Many people probably are aware that CVS can't rename files
properly. I wasn't. I weep bitter tears.</rant>
2008-04-20 10:33 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata: Clean up build system for
tv_grab_eu_epgdata. Currently broken, missing parts will follow
in a few minutes.
2008-04-20 09:56 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * tell the user when their
PIN expires * also fix a bug in the last commit which would
overwrite the list of zip files
2008-04-19 21:19 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: update documentation fix
perldoc parsing
2008-04-19 21:09 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix some obsolete comments
and documentation Warn if time zone is not defined
2008-04-19 20:57 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * Don't guess the file
names for the xml files, use the list of files we extracted from
the zip instead
2008-04-19 19:43 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: cleanup: * remove
findchannelcode function, it's not used anymore * @filenames
variable doesn't need to be global
2008-04-19 19:32 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: add some messages, eg when
a file is downloaded. some are hidden unless you use --debug
2008-04-19 18:26 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: In the
x-epgdata-packageavailable header, epgdata tells us whether we'll
get a zip file or not. Make use of this to stop downloading after
we don't get any more zip files.
2008-04-19 17:51 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Remove obsolete comment
2008-04-14 09:12 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Detects additional series
information occasionally provided in field (tonight's Torchwood
for ex.) and allows parsing out of both episode number (used) and
series (currently unused) information, leaving only the episode's
title intact.
2008-04-13 07:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Catches more separators seen in
updated listing information.
2008-04-13 07:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for another malformed
UTF-8 character in source data. Working on a proper long-term
solution.
2008-04-13 06:45 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another non-title entry to
remove
2008-04-13 06:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes any last-minute updated
listing information from programme descriptions and moves it to a
placeholder variable for future use.
2008-04-08 01:12 jveldhuis
* lib/IMDB.pm: version .8 = updated file size est calculations
= moviedb.dat directors and actors list no longer include
repeated names (which mostly occured in episodic tv
programs (reported by Alexy Khrabrov)
2008-04-03 04:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a check to ensure Date::Manip
timezone is set to UTC. Related debug updates.
2008-04-02 13:53 ngarratt
* grab/za/test.conf: Refresh full channel map
2008-04-02 13:52 ngarratt
* grab/za/tv_grab_za: Disable MNET site support - they have no
plans to list the rest of the DSTV channels Fix internal channel
reference extraction
2008-04-02 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds support for another UTF-8
character seen after conversion to ISO 8859-1.
2008-04-02 08:30 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Grabber will now return a non-zero
exit status if the Radio Times listings for a configured channel
are missing. Also includes some debugging output improvements and
more data validation.
2008-04-01 19:02 knowledgejunkie
* grab/uk_rt/channel_ids: Flags more empty channels to ignore
during configuration/retrieval
2008-04-01 11:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More improvements to pre-processing
checks to help eliminate run-time errors due to lack of data.
2008-03-31 20:17 va1210
* grab/fi/tv_grab_fi: Info for programs with empty descriptions
were being lost if the "series description"-option was being
used. Thanks again to Stefan for the fix.
2008-03-29 05:41 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates handling of GMT/BST
changeover. We now use the given start time and programme length,
as detailed testing has revealed inconsistent flagging (and
non-flagging) of programmes giving incorrect stop times. This
change seems to work well - in recent months I have not seen any
problems with the given programme durations beging incorrect.
This update should also work for the changeover at the end of
BST, but we shall have to wait until October to find out.
2008-03-29 04:08 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles
2008-03-28 12:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reduces the number of situations in
which the grabber will terminate prematurely. We now skip any
entries that are malformed or missing but would otherwise allow
the grabber to continue, instead of immediately invoking die().
Debug output details any config entries/channels/programmes that
have been skipped during execution. Only those situations deemed
fatal to the grabber (e.g. missing Radio Times or XMLTV
supplement file data, or a missing config file) will now result
in a premature exit.
2008-03-28 08:53 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Improves checking of prerequisite
information necessary for grabbing and improves feedback when
problems are detected.
2008-03-28 05:51 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Implement convenience debugging
method as used in tv_grab_se_swedb to reduce clutter in code.
2008-03-28 05:00 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates GMT/BST handling to use
start time and programme duration to determine correct stop time
for flagged programmes, as stop times can be incorrectly stated
in source data. Another couple of other small code tidy-ups.
2008-03-28 04:40 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.PL: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-28 00:54 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: First in a series of major code
clean-ups, inspired in part by Perl Best Practices and
tv_grab_se_swedb. There should be no functional changes.
2008-03-25 22:49 attila_nagy
* grab/huro/tv_grab_huro.in: - It has been asked for a stop
attribute on the programmes. EyeTV needs it.
so here is a quick fix for this.
2008-03-25 18:43 betlit
* grab/ch_search/tv_grab_ch_search.in: fixed a bug causing grabbing
to fail if there is a '=' sign present in the title of a show and
--slow is not used.
2008-03-23 19:53 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: * get the code for the
channel group from the http headers instead of relying on
regular expressions * remove hardcoded channel group code from
--configure step * remove some cruft
2008-03-21 16:58 knowledgejunkie
* grab/uk_rt/channel_ids: Updates descriptions for those few
channels (generally non-24hr) available on Freeview having
different listings/XMLTV IDs compared to their satellite/cable
counterparts which are shown uninterrupted. Should make
configuration of these channels unambiguous. Request from Steve
Goodey.
2008-03-17 08:09 ngarratt
* grab/za/test.conf: Switch to DSTV - MNET only providing limited
channels for now
2008-03-15 13:15 mnbjhguyt
* grab/it/: channel_ids: new channels
2008-03-14 11:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes Log::TraceMessages module
code, which is not currently used. Detailed debugging information
is currently available using the --debug option.
2008-03-14 11:07 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a couple more titles to
process against. F1 fans note that this update moves the specific
GP information to the programme subtitle, leaving the title as
'F1', where possible.
2008-03-14 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling for 2 more badly
formatted UTF-8 characters in Radio Times source data
2008-03-12 09:30 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Another title to process
against
2008-03-10 06:48 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More titles to process against
2008-03-09 02:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes lack of programme filtering on
part-time channels when debug output disabled
2008-03-08 03:31 knowledgejunkie
* grab/uk_rt/channel_ids: Updates some channel icons
2008-03-03 15:21 rmeden
* grab/na_dd/tv_grab_na_dd.in: add support for --agent
2008-03-02 17:55 gawen
* grab/pt/tv_grab_pt: Site new date formatting.
2008-02-29 01:16 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds more titles to process
against
2008-02-28 23:58 knowledgejunkie
* grab/uk_rt/channel_ids: Separates out empty/unusable Radio Times
listings files
2008-02-28 23:49 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Movies4Men +1 support
2008-02-28 20:10 reudeudeu
* grab/fr/tv_grab_fr: Enhance the detection of title/subtitle
2008-02-26 20:36 reudeudeu
* grab/fr/tv_grab_fr: - Process properly the title and the
subtitle
2008-02-24 15:46 rmeden
* grab/na_icons/tv_grab_na_icons.in: adjust to site changes
2008-02-22 17:18 knowledgejunkie
* Makefile.PL, grab/uk_rt/tv_grab_uk_rt.in: Converts tv_grab_uk_rt
to use Encode rather than Unicode::UTF8simple for UTF-8
conversion. Now that Perl 5.6 is no longer supported since the
release of 5.10, and Encode is part of Perl 5.8+, it seems
sensible to move to a core module. Thanks to Chris Butler for
supplying the patch.
2008-02-22 16:12 knowledgejunkie
* grab/uk_rt/channel_ids: Adds 3 new channels just added by the
Radio Times - Discovery Real Time Extra, Movies4Men, and True
Movies.
2008-02-18 20:16 rmeden
* lib/XMLTV.pm.in: force encoding to upper case on concatination
so mixed case comparisions work.
2008-02-18 03:58 rmeden
* Makefile.PL: shorted description for tv_grab_uk_rt for
consistancy and to avoid column width issues
2008-02-17 20:23 rmeden
* README: Fix typo
2008-02-17 19:25 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Some more titles
2008-02-17 09:42 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes title processing data from
grabber and places it in a new file, prog_titles_to_process,
which is retrieved via XMLTV::Supplement. Also adds more useful
debugging messages for UTF-8 characters and provides more
detailed information on number and types of available channels.
2008-02-17 09:22 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Comment update
2008-02-17 08:26 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: More programme titles to
process against
2008-02-17 07:08 rmeden
* Makefile.PL, README, doc/README.win32, lib/XMLTV.pm.in,
lib/exe_wrap.pl: prepare for 0.5.51 release
2008-02-17 02:36 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Simplifies the way we flag the
required processing for each programme title, using a simpler
2-field (code|title) approach.
2008-02-16 05:45 knowledgejunkie
* MANIFEST, Makefile.PL: Updates for current development version of
tv_grab_uk_rt. Removes unnecessary prereq for HTML::Entities and
adds prereqs for HTTP::Cache::Transparent and
Unicode::UTF8simple. Adds reference to new share file for
title/subtitle processing feature. Updates blurb.
2008-02-16 04:02 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Fix Id keyword
2008-02-16 03:53 knowledgejunkie
* grab/uk_rt/prog_titles_to_process: Adds a new data file to be
retrieved using XMLTV::Supplement that contains the data required
during the procesing and remapping of programme titles/subtitles
that are found to be inconsistent in the Radio Times data.
2008-02-16 01:59 knowledgejunkie
* grab/uk_rt/channel_ids: Adds support for MTV +1. Minor changes to
some channel names.
2008-02-15 11:04 reudeudeu
* grab/fr/tv_grab_fr: Fixes the configure mode, working now with
the latests changes on the website
2008-02-14 03:10 rmeden
* Makefile.PL: remove non-working tv_grab_nc
2008-02-13 15:24 ngarratt
* grab/za/test.conf: Change ActionX to M-Net Action in test
configuration
2008-02-10 04:03 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against.
2008-02-10 03:23 knowledgejunkie
* grab/uk_rt/channel_ids: Minor updates to comments.
2008-02-10 03:15 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Fixes an oversight which was causing
the listings for part-time channels starting and stopping
broadcast on the same calendar day (e.g. UKTV History) to contain
programme entries during the channel's off-air period.
2008-02-08 10:31 b4max
* grab/br_net/test.conf: making the testsuite happy with a new
config ;-)
2008-02-02 20:15 mihaas
* grab/eu_epgdata/tv_grab_eu_epgdata.in: Fix --configure by
reverting to the old behavior of just concatenating strings
instead of using the proper libraries to the job. It looks like
XMLTV::Twig is breaking the redirection to stdout..
2008-01-30 21:48 b4max
* grab/br_net/tv_grab_br_net: adapted for changes on the grabbed
website
2008-01-30 17:18 ecastelnau
* grab/re/tv_grab_re:
- use length attribute instead of start and stop time - fix
problem of seeing same program twice for multiple days grabbing -
clean code
2008-01-27 12:48 ecastelnau
* grab/re/tv_grab_re:
- fix tv_grab_re because of web site changes - remove cache
capability to pass test_grabbers check
2008-01-26 13:24 candu_sf
* grab/es_laguiatv/test.conf: es_laguiatv - updated test.conf file
2008-01-26 01:40 knowledgejunkie
* grab/uk_rt/channel_ids: Adds regionalised icons for ITV1 channels
2008-01-24 00:11 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More programme titles to process
against
2008-01-22 18:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds another programme title to
process against
2008-01-22 18:16 knowledgejunkie
* grab/uk_rt/channel_ids: Reorders the channel entries. The file
now contains the timeshifted and part-time channel entries first,
and lists the regular channels available from the Radio Times
afterwards. This should allow the released 0.5.50 (and previous)
grabber to continue to use the regular channels during
configuration and write usable XMLTV IDs to the config file. When
channel_ids is parsed and the rt_to_xmltv hash is created, the
timeshifted and part-time entries should be overwritten by the
later 'regular' channel entries, which also share the same RT ID.
The logic to cater for multiple channels sharing the same RT ID
is only available in CVS right now, so this should allow current
and future releases of the grabber to share the same channel_ids
file.
2008-01-22 17:56 rmeden
* Makefile.PL: remove tv_grab_no at author's request. Been replaced
by tv_grab_no_gfeed
2008-01-21 08:52 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds some more programme titles to
process against
2008-01-20 11:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title processing routine to
accommodate programmes having titles in format sub-title:title.
Updates other title processing routines to cater for situations
where a subtitle is given in title and separately in episode
field. Adds a couple of new programme titles to match against
during processing. Increases duration that the grabber will read
from cache to 1hr now that we re-use the data for timeshifted and
part-time channels.
2008-01-19 00:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Re-enables timeshifted channel
support, which I inadvertently disabled in the last update.
2008-01-18 18:49 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds support for
part-time channels seen on platforms such as FreeView, which do
not have the resources to broadcast all channels, all the time.
This update allows tv_grab_uk_rt to create time-restricted
listings for channels such as UKTV History and Virgin 1, which
are only broadcast during certain hours of the day on FreeView.
New XMLTV IDs have been created for these new channels. Listings
for other part-time channels on Freeview are already available
from the Radio Times feed, with Nuts TV and Smile TV being the
only FreeView channels currently unsupported by the grabber. As
always, please report any issues you encounter.
2008-01-17 04:44 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds title/sub-title processing,
which should begin to produce more consistent programming
information over time. Some programme titles are supplied
containing the programme's sub-title, but future listings may
contain the correct title and a separate sub-title. To ease this
inconsistency we parse out the sub-title information where we
have prior knowledge of the title. Update also adds more flagged
non-title information to remove from titles. All title processing
can be disabled by using the --no-title-updates option.
2008-01-16 21:16 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a '--no-title-updates' option
to the grabber to disable processing of programme titles. In
order to achieve consistency between channels and repeat showings
of programmes, the grabber can remove certain pieces of non-title
information from a programme's title. Such information may
include 'season' information ('Bond Season' etc) or
programme-genre/channel information ('CBBC:'). Before I add more
processing to enable the grabber to better split compounded
title-subtitle programme titles into their constituent element to
boost progamme matching, I am adding this override so that any
users who wish to receive unadulterated programme titles can
contine to do so.
2008-01-16 20:41 knowledgejunkie
* grab/uk_rt/channel_ids: Updates display name for UKTV Gardens.
Note that the previous commit (Timeshifted channels support) also
updated a few channel names.
2008-01-16 20:08 knowledgejunkie
* grab/uk_rt/: channel_ids, tv_grab_uk_rt.in: Adds timeshifted
channel support to tv_grab_uk_rt. This enables the creation of
(arbitrarily) timeshifted listings based on any listings
available from the Radio Times. I have tried to ensure that all
currently available +1/+2 channels are supported for new
installations, which means that several previously-unsupported
channels have listings available (use tv_grab_uk_rt
--list-channels for the full list). No changes have been made to
the availability of the Radio Times supplied +1/+2 listings, so
these should continue to work as before. Existing users wishing
to switch from the Radio Times supplied timeshifted listings to
the new native tv_grab_uk_rt timeshifted listings need only to
update the XMLTV IDs for these channels in their XMLTV config
file and related software (i.e. MythTV). New timeshifted listings
have tsod. (TimeShifted Original Data) prepended to the existing
RT-supplied timeshifted channel's XMLTV ID - check the
channel_ids file for more information. I have also tried to
ensure that GMT/BST timings remain correct after this update.
Many thanks to David Greaves for the initial patch upon which I
have based this update.
2008-01-15 18:13 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: major speed up in grabbing
2008-01-15 18:12 mnbjhguyt
* grab/it/tv_grab_it.PL: updated pod
2008-01-13 21:22 atirc
* grab/es_miguiatv/: tv_grab_es_miguiatv, test.conf: [no log
message]
2008-01-13 21:18 atirc
* Makefile.PL: Add es_miguiatv to Makefile.PL
2008-01-13 21:18 atirc
* MANIFEST: Add es_miguiatv to MANIFEST
2008-01-13 14:09 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: es_laguiatv: fix for site
update with descriptions
2008-01-11 14:48 candu_sf
* grab/es_laguiatv/tv_grab_es_laguiatv: Fix for es_laguiatv to
match updates to the site. Descriptions are not fixed yet.
2008-01-11 06:51 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: changed to skip non-numeric channel
numbers as directv now seems to be appending "-1" to some that
are otherwise duplicated
2008-01-09 20:05 mattiasholmlund
* Makefile.PL: Add dependency for File::Slurp.
2008-01-09 08:45 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Small change to --debug output text
2008-01-08 08:21 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds debug output for programme
titles that may include non-title information
2008-01-07 12:25 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Reverts handling of a bad UTF-8
Degree symbol character coded as <C3><8B><C2><9A> in the source
data. The decoded character should be the Latin-1 Degree symbol
<B0>, but instead is the Latin-1 (not UTF-8) E-umlaut character
<CB>
2008-01-07 10:43 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds handling of a bad UTF-8
characters which remains undecoded in Latin-1 output (Degree
symbol, Channel 4 listings)
2008-01-07 10:24 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds a --debug option to the
grabber, which provides detailed progress information on
configuration, file downloads, listings processing, and output
generation during a grabber run. It is recommended to run the
grabber without progress bars for the clearest output. This
update also cleans up the standard non-debug log output.
2008-01-06 02:09 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds basic handling of some invalid
UTF-8 characters which remain undecoded in Latin-1 output
2008-01-05 13:44 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fixed failure to pick up the first
program when it starts about 5 minutes before the end of a 2-hour
time slot
2008-01-04 06:39 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Since the resumption of the Radio
Times' XMLTV service in early January 2008, the RT source data
appears to be in valid UTF-8 format, with only minor
bad-character issues noted to date. We therefore use the
Unicode::UTF8simple module to convert the UTF-8 format source
data into ISO 8859-1 Latin 1 text for processing and output. As a
result of this change, please report any occurences of odd
characters in the output data.
2008-01-03 02:59 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Tidies up non-fatal line breaks in
reviewed/updated listings
2008-01-03 02:48 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Removes old and unused HTML entity
handling code
2008-01-03 02:14 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds yet more handling for
non-English characters in listings data. These now seem to be all
prefixed with 0xC3 instead of a mixture of 0xC3 and 0xC8 in the
source data, but in a more consistent manner. I am hopeful the
source data can be corrected to remove these odd 2-byte
characters and replace them with their correct ISO/IEC 8859-1
codes
2008-01-02 17:06 knowledgejunkie
* grab/uk_rt/channel_ids: Adds Channel 4 HD to available channels
2007-12-31 17:18 sunsetsystems
* grab/na_dtv/tv_grab_na_dtv: fix for end-of-year bug
2007-12-25 15:35 va1210
* grab/fi/tv_grab_fi: Updated regexp due to site markup change.
Also added other small changes. Thanks (again) to Stefan Becker
for the patch.
2007-12-16 16:48 reudeudeu
* grab/fr/tv_grab_fr: Cleanup the genre field to replace wrong
characters
2007-12-14 14:08 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comment. A new release of
HTTP::Cache::Transparent (version 1.0) is now available from
CPAN. The latest release of this module is required to enable the
improved Radio Times 'empty file' handling.
2007-12-14 13:58 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: More updates for bad character
handling.
2007-12-11 08:31 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Updates comments regarding using
non-CPAN version of HTTP::Cache::Transparent to work around bad
Radio Times data files. Any users wanting to test this new
support will require the latest non-CPAN release of
HTTP::Cache::Transparent available from the author's git
repository at
http://git.holmlund.se/?p=HTTP-Cache-Transparent.git;a=summary.
2007-12-11 08:22 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Adds more bad character handling.
Comments out some likely superfluous HTML entity decoding code
that was used when the grabber was parsing HTML data.
2007-12-08 20:34 rmeden
* lib/XMLTV.pm.in: add quality optoin to video on parsing file
2007-12-08 15:35 mnbjhguyt
* grab/it/: channel_ids, tv_grab_it.in: main site has moved to
another domain, plus code cleanup
2007-12-07 10:46 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additionally checks for presence of
DOCTYPE element in Radio Times data which indicates a lack of
usable data. Users wanting to take advantage of tv_grab_uk_rt's
bad/missing data support will need to upgrade
HTTP::Cache::Transparent to a release later than 0.7
2007-12-07 10:28 knowledgejunkie
* grab/uk_rt/tv_grab_uk_rt.in: Additional bad character handling.
2007-12-07 10:17 knowledgejunkie
...
2009-09-13 12:29:00 +02:00
|
|
|
# needed by is grabbers
|
|
|
|
DEPENDS+= p5-XML-LibXSLT-[0-9]*:../../textproc/p5-XML-LibXSLT
|
|
|
|
DEPENDS+= p5-XML-DOM-[0-9]*:../../textproc/p5-XML-DOM
|
|
|
|
# Tk::TableMatrix missing for tv_check (report exceptions & changes in schedule)
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/XMLTV/.packlist
|
2007-12-02 00:00:03 +01:00
|
|
|
USE_TOOLS+= perl
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
|
2005-02-27 12:24:16 +01:00
|
|
|
MAKE_PARAMS+= PREFIX=${PREFIX:Q}
|
2005-12-05 21:49:47 +01:00
|
|
|
PLIST_SUBST+= DISTNAME=${DISTNAME:Q}
|
2004-11-05 17:20:26 +01:00
|
|
|
|
XMLTV is a set of utilities to manage your TV viewing. They work with TV
listings stored in the XMLTV format, which is based on XML. The idea is to
separate out the backend (getting the listings) from the frontend (displaying
them for the user), and to implement useful operations like picking out your
favourite programmes as filters that read and write XML documents.
At present there are backends grabbing TV listings for Canada, the USA, the UK,
Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark,
Japan, Sweden, France, Norway, and Romania.
2004-10-20 20:56:28 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|