|
Revision 1079, 413 bytes
(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 | 'max_reliable_days' => '0', |
|---|
| 3 | 'channels' => '', |
|---|
| 4 | 'regions' => '', |
|---|
| 5 | 'option_ready' => '--ready', |
|---|
| 6 | 'max_days' => 7, |
|---|
| 7 | 'desc' => 'OzTivo community-based guide. http://www.oztivo.net/', |
|---|
| 8 | 'category' => 2, |
|---|
| 9 | 'type' => 'both', |
|---|
| 10 | 'max_runtime' => '15', |
|---|
| 11 | 'has_subtitles' => 1, |
|---|
| 12 | 'quality' => 1 |
|---|
| 13 | }; |
|---|