scinext / xmltv2mxf

Automatically exported from code.google.com/p/xmltv2mxf
1 stars 0 forks source link

Request: Compute stop times from guide data that only has start times #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Find a guide source that produces programs with a start time but no stop
time (both spanish sources do this, tv_grab_es_laguiatv and
tv_grab_es_miguiatv)
2. Attempt to use it with xmltv2mxf

What is the expected output? What do you see instead?
This throws an exception in processXMLTV when trying to read the stopTime.

What version of the product are you using? On what operating system?
Latest version on Win7 RC

Please provide any additional information below.

Hi Pete - I'm glad you're doing this project!  I'd be happy to help if you
want help, guide data in Spain isn't provided by MS but there are a couple
xmltv providers so I'd like to get this to work.  

For this problem it seems the best fix is to calculate the end time based
on the lineup for the channel, eg if you sort the shows then its easy to
get the end time even though its not in the data source. 

Original issue reported on code.google.com by brianwe...@gmail.com on 5 May 2009 at 7:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I made a fix for this so it works with the spain guide data, it should work for 
any
xmltv provider that doesn't provide stop times in the guide data.  I've 
attached my
copy of the file with the changes, you should be able to check out the file in
subversion and copy this over it to see the delta.

Original comment by brianwe...@gmail.com on 9 May 2009 at 10:46

Attachments: