|
Revision 130, 504 bytes
(checked in by lincoln, 7 years ago)
|
|
--status bling, more concise descriptions of all plugins, re-add .conf file back (optional) for postprocessors/reconcilers
|
| Line | |
|---|
| 1 | $config = { |
|---|
| 2 | 'max_reliable_days' => 7, |
|---|
| 3 | 'channels' => 'ABC', |
|---|
| 4 | 'option_days_offset' => '--offset', |
|---|
| 5 | 'option_offset_eats_days' => 1, |
|---|
| 6 | 'regions' => '', |
|---|
| 7 | 'option_ready' => '--version', |
|---|
| 8 | 'desc' => 'guide data for ABC only from http://www.abc.net.au/tv/guide/netw/', |
|---|
| 9 | 'max_days' => '14', |
|---|
| 10 | 'category' => 1, |
|---|
| 11 | 'quality' => 3, |
|---|
| 12 | 'cache' => 1, |
|---|
| 13 | 'option_days' => '--days' |
|---|
| 14 | }; |
|---|