Torbj�rn Jansson skrev:

Here is another patch with some improvments to the dvb guide fixup.

Changes:
* Inserts year into database
* Adds new members in class Event so fixup functions can insert original air
date and credits (actors, director(s) and so on)



There is a special format in the "extended event descriptor" for actors and stuff, but currently we're not parsing it but just dumping it all into the description string. Do you think this is what you have? In that case it would be better if you could do that parsing directly in ProcessExtendedEventDescriptor instead. BTW, we should also handle segmented extended decriptors by concatenating them but that's another story.


I have an idea on how to move the subtitles from the description to the
subtitle field, but this will only be posibel on some channels.
So i need some kind of list of channels (serviceid maybe?) that i can do
this on.
It woud be best if this was not hardcoded, maybe the dtv_private types table
coud be used? Any ideas?



Private table is probably the place for it, but is it really necessary? Wouldn't it be possible to just test for it?


The EIT code is already pretty hard on the CPU (it processes tons of events per second) so please keep this in mind when adding extra stuff. :)

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to