[mythtv-users] schedules direct

Michael T. Dean mtdean at thirdcontact.com
Fri Apr 27 01:54:07 UTC 2012


On 04/26/2012 04:56 PM, locuse wrote:
> grabbing EPG data using tv_grab_na_dd
>
> 	tv_grab_na_dd --quiet --config-file
> 	"/var/lib/mythtv/.xmltv/tv_grab_na_dd.conf">
> 	/var/lib/mythtv/.xmltv/epg_test.xml

If using tv_grab_na_dd to pull data for use in MythTV, you need to use 
--dd-data to get the raw data,

> next, if i instead try to import the XMLTV tv_grab_na_dd'd
> "/var/lib/mythtv/.xmltv/epg_test.xml", from above, it also fails,
>
> 	mythfilldatabase --file --sourceid 1 --xmlfile
> 	"/var/lib/mythtv/.xmltv/epg_test.xml" --verbose all

and then you need to use --dd-file instead of --file to read it in; 
otherwise, you're not getting all of the data you'll need.

(from, locuse, later in thread)
> yes, i saw that difference.  i've entered the '5 digit XMLTV ID'
> because:
>   (1) when MythTV fills the Channel DB with a scan from SD, it fills with
>   5 digit numeric IDs,

but if you use XMLTV data and --file, you should use the long 
(not-just-5-digit) XMLTV ID.

Mike


More information about the mythtv-users mailing list