root/trunk/grabbers/channelnsw_gov.conf

Revision 1079, 0.6 kB (checked in by max, 4 years ago)

Added "expanded" grabbing mode, which looks for channel-days filled by grabbers that don't support sub-titles and requests backup data from any Type 2 (fast) grabbers that do support sub-titles.

Line 
1$config = {
2            'option_anon_socks' => '',
3            'max_reliable_days' => 7,
4            'channels' => 'Channel_NSW',
5            'micrograbs' => 1,
6            'option_days_offset' => '--offset',
7            'regions' => '',
8            'option_ready' => '--version',
9            'desc' => 'Gathers guide data from the NSW government web site. Currently no details, just show names and times.',
10            'max_days' => 7,
11            'max_runtime' => '5',
12            'category' => 2,
13            'quality' => 3,
14            'has_subtitles' => 1,
15            'option_days' => '--days'
16          };
Note: See TracBrowser for help on using the browser.