Closed GoogleCodeExporter closed 9 years ago
I only grab the overall show listing from tvrage because thetvdb doesn't have
an api call that grabs a list of all tv shows like tvrage. Irregardless of
what you have the default set to, the show listing is only pulled from tvrage.
The default setting will determine where the episode information is pulled
from. I have asked tvdb if they have plans on creating a simple means of doing
this and they currently have no plans to. You can post on the tvrage website
in their forum a show you would like added and they will usually add it.
Original comment by chadopp@gmail.com
on 26 May 2011 at 6:03
Thanks,
I have asked them to add the show
Original comment by se...@seven.dorksville.net
on 26 May 2011 at 8:20
OK its added in tvrage but still to approve the episode listings, however I
still cannot get any episode data from thetvdb for the show although it does
now exist in the list of shows.
http://tvrage.com/shows/id-28493
Original comment by se...@seven.dorksville.net
on 27 May 2011 at 4:19
try this change in grabid.pl
change line 98 from this:
if ($tvdbShow eq $show) {
to this:
if (lc($tvdbShow) eq lc($show)) {
Original comment by chadopp@gmail.com
on 27 May 2011 at 4:56
That works
Original comment by se...@seven.dorksville.net
on 27 May 2011 at 7:10
Glad to hear the fix works. If you have an account on thetvdb you can make
changes to show/episode information fairly quickly without the need for an
admin. If you have episodes that don't have proper information you can fix
them. On tvrage they will fix things pretty quickly if you tell them about
them, but it requires one of their admins to make changes.
Original comment by chadopp@gmail.com
on 27 May 2011 at 7:10
Original comment by chadopp@gmail.com
on 28 May 2011 at 2:56
Original issue reported on code.google.com by
se...@seven.dorksville.net
on 26 May 2011 at 12:03