Summary | Watson: New driver for tv.search.ch |
Queue | Incubator |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | duck (at) obala (dot) net |
Requester | tinu (at) humbapa (dot) ch |
Created | 11/13/2008 (6075 days ago) |
Due | |
Updated | 11/21/2008 (6067 days ago) |
Assigned | 11/13/2008 (6075 days ago) |
Resolved | 11/21/2008 (6067 days ago) |
Milestone | |
Patch | Yes |
Please do not use Dos/Windows/Mac line breaks but use Unix styles. You
can convert files with sed like this "sed -e 's/\r$//' input > output"
http://cvs.horde.org/diff.php/incubator/watson/lib/Driver/tvsearchch.php?r1=1.1&r2=1.2&ty=u
State ⇒ Assigned
http://cvs.horde.org/diff.php/incubator/watson/config/sources.php.dist?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/co.php/incubator/watson/lib/Driver/tvsearchch.php?r=1.1
sorry!
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Watson: New driver for tv.search.ch
Queue ⇒ Incubator
Milestone ⇒
Patch ⇒ Yes
New Attachment: tvsearchch.php
State ⇒ New
tv.search.ch as his source: http://tv.search.ch/programm/
to use it you need to add a new source like this:
$chan[$val] = array (
'domain' => 'tv.search.ch',
'file' => 'programm/station/detail.php',
'cache_expires' => 43200,
'date' => array('day'=> 'Y-m-d'),
'parameters' => array(
'id' => channel number, e.g. 9 for ProSieben
),
'driver' => 'tvsearchch'
);