TV recording episode detection by description? (1 Viewer)

octessence

Portal Pro
May 8, 2012
76
10
Germany
Home Country
United Kingdom United Kingdom
I use webegp to grap radiotimes xmltv schedules. This doesn't include an episode name (mptvdb.programs.episodeName) in regular soaps so I get a lot of duplicate recordings. I assume that detecting duplicates "by episode title" used this field. Is that correct?

The only thing I can think of is to write a script to artificially populate the episodeName field by writing a script to copy the first x characters of the description to the episode name.

E.g.
mysql -e "UPDATE mptvdb.programs SET episodeName=SUBSTR(description, 0, 255) WHERE episodeName NOT LIKE '' AND title LIKE 'xxx%';"

Will that mess other things up? Is there a better way?
 
Last edited:

LJG

Retired Team Member
  • Premium Supporter
  • March 3, 2012
    457
    179
    Home Country
    United Kingdom United Kingdom
    Have you tried using XMLTV GUI instead (or as well as)?

    I find that I get better quality data when I get the EPG via XMLTV than WEBEPG.
     

    Users who are viewing this thread

    Top Bottom