Comment 3 for bug 503051

Revision history for this message
Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) wrote :

Are you clearing out the EPG events before retesting? Me TV will not update EPG events that it already has received. You may be looking at data generated from the previous EPG parser. There is a way you can do this without deleting the Me TV database (me-tv.db),

  sqlite3 ~/.local/share/me-tv/me-tv.db "delete from epg_event_text; delete from epg_event;"

I can't test that right now but it should work.