Changes between Version 56 and Version 57 of Installation

Show
Ignore:
Timestamp:
12/05/07 01:10:07 (5 years ago)
Author:
LizDodd (IP: 203.193.222.71)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v56 v57  
    5151~/.shepherd/shepherd --show-channels 
    5252}}} 
     53 
     54== Integration With Freevo == 
     55 
     56Freevo will use the Shepherd data with a little alteration. 
     57In local_conf.py set the XMLTV_GRABBER 
     58XMLTV_GRABBER = '/home/tv/.shepherd/tv_grab_au --timeoffset=Auto' 
     59(or as /usr/bin/tv_grab_au if you have set the symlink) 
     60If you have existing xmltv channel id set, use the ones you have already set when running  
     61{{{  
     62~/.shepherd/shepherd --configure 
     63}}} 
     64Otherwise use any channel id you choose. 
     65Test your setup with  
     66{{{ 
     67freevo tv_grab 
     68}}} 
     69 
    5370 
    5471== Some Useful Commands ==