Advertisement
Guest User

Untitled

a guest
Jul 20th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Prerequisites:
  2. A. You have a rule for a TV show that has season = 1, episode =1
  3. B. You have a recording of that show with season = 0, episode = 0
  4. C. You don't have a row in recordedartwork for this show, season 1
  5. D. This show has > 1 fan art in ttvdb.com
  6. E. You run "mythmetadatalookup --refresh-all-artwork"
  7.  
  8. Steps in issue:
  9. 1. The rule will run first and create a row in recorded artwork with the valid fan art for season 1
  10. 2. The recording will also run since there's no row in the db with season = 0
  11. 3. During the metadata lookup the recording will hit "handleRecordingGeneric" method which will call something like: "ttvdb.py -l en -M <show name>" which will return results with no fan art. However, it will also set the season to be 1
  12. 4. This will overwrite the original row for season 1 with no fan art.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement