| File |
Description |
Updated |
|
get_tv_grid.gz RedirAgent.pm.gz or if you prefer Winzip: get_tv_grid.zip RedirAgent.zip |
(Author note: Bruce wrote these originally;
I've just been mercilessly hacking at his code to make it do what I want to
do. Please don't give me more credit than I deserve...) Updated version of get_tv_grid and RedirAgent.pm. Unpack both of these files in misterhouse's bin directory. I'd rather have RedirAgent.pm be inline in get_tv_grid, but I'm not smart enough with Perl packages to figure that out. Send me an update if you know how to do this. :-) This version is essentially identical to the previous versions in functionality, but with rewritten URL-retrieval code which seems to be more reliable. It now mimics someone physically browsing zap2it, but this results in a lot of downloaded data that is simply discarded along the way. This is in no way intended to be a final product, but just a stopgap release to get downloads working again while I continue work on the db-driven one. The code has been significantly restructured in an effort to educate myself about networking in Perl. |
Feb. 26, 2002 |
|
gen_grid.pl.gz or if you prefer Winzip: gen_grid.pl.zip |
Modification of tv_grid.pl that uses some
of the new options of get_tv_grid. You don't need this, unless
you want an example to use when altering your own tv_grid.pl. This is
already quite out of date with what I use myself. |
Feb. 26, 2002 |
| Option |
Description |
| -channel_max xyz |
The highest channel number you want to
see. Overrides any entries in your keep and skip lists. Defaults to 9999. |
| -channel_min xyz |
The lowest channel number you want to
see. Works same as above. Defaults to 1 |
| -purge xyz |
Age in days of DB entries that you would
like purged from the DBM. Defaults to 28. |
| -include_footer |
If specified, includes the footer at the
bottom of the listings page. |
| -table_channels xyz |
Number of channels to put into one HTML
table before closing it off and starting a new one. Defaults to 40. |
| -timebars xyz |
Number of channels between each timebar.
Defaults to 5. |
| -preserveRaw |
If specified, get_tv_grid will not delete
the raw HTML files it just downloaded and/or used. This can be useful
if you're playing with the above options to get things more to your
liking. |
# mh.private.ini entries for Denver
# local broadcast
tv_provider = 5452908
tv_name = Local Broadcast @ Used to give a useful label on the web pages
tv_hours=02,06,10,14,18,22 @ Which hours to get. Use all for all hours
tv_label=none @ Which web link name. Use none to disable,
tv_channels_keep=2,4,6,7,9,12,20,31,59 @ Which channels to keep
tv_channels_skip= @ Which channels to skip
tv_channel_min= 2
tv_channel_max= 59
# mh.private.ini entries for Denver(top)
# satellite tv
sat_provider = 25066What's left to do?
sat_name = Dish Network Top 100 @ Useful label
sat_hours=02,06,10,14,18,22 @ Which hours to get. Use all for all hours
sat_label=none @ Which web link name. Use none to disable,
sat_channels_keep=105,107,112,118,120,122,129,130,131,135,137,138,178,182,191,21
3,220,230,239,300,301,302,303,304,305,340,341,350,351,352,353,354,355,356
sat_channels_skip= @ Which channels to skip
tv_channel_min=105
tv_channel_max=356