6.0.0-alpha14
7/2/25

[#7679] Watson: New driver for tv.search.ch
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

History
11/21/2008 07:11:41 AM Duck State ⇒ Resolved
 
11/13/2008 10:08:50 AM Duck Comment #5 Reply to this comment
Added.



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"
11/13/2008 10:01:46 AM CVS Commit Comment #4 Reply to this comment
11/13/2008 09:59:57 AM Jan Schneider Assigned to Duck
State ⇒ Assigned
 
11/13/2008 08:49:01 AM tinu (at) humbapa (dot) ch Comment #2 Reply to this comment
ups, $chan[$val] should of course be $chan['name of channel'].

sorry!
11/13/2008 08:46:23 AM tinu (at) humbapa (dot) ch Comment #1
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Watson: New driver for tv.search.ch
Queue ⇒ Incubator
Milestone ⇒
Patch ⇒ Yes
New Attachment: tvsearchch.php Download
State ⇒ New
Reply to this comment
I created a new driver for mostly german channels. It uses 
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'

);


Saved Queries