It looks like the metadata scrape has been changed again and I'm getting almost none of the art work that used to work<br><br>It looks like the meta data scraper assumes anything without series/episode is a movie (which means everything in NZ as our epg is so bad...)<br>
<br>I *fixed* it for now by running (the recommended fix on the wiki page is to set season and episode to 1)<br><br>UPDATE recorded <br>SET season = 1, episode = 1<br>WHERE season = 0 AND episode = 0<br>AND inetref = ''<br>
AND TIMEDIFF(endtime, starttime) < MAKETIME(1,20,0)<br>AND NOT recgroup = 'Movies';<br><br>then<br><br>mythmetadatalookup --refresh-all-artwork<br><br>That still fails on many recordings as it looks like if ttvdb.py returns more than one result then it gets skipped... so NCIS fails as it returns NCIS and NCIS LA etc<br>
<br>I'm using the nzepg source.. theres got to be a cleaner way of fixing this?<br><br>Cheers<br><br>Jason Taylor<br clear="all"><br>-- <br>"Weekends don't count unless you spend them doing something completely pointless. " - Calven<br>
<br>