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