chadopp / mythepisode

TV Series/Shows
2 stars 3 forks source link

A Particular Show not being shown in the Recorded list #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Grandpa In my Pocket is not displayed in mythepisode

it does show one episode in Previous recordings and data does exist in thetvdb 
but not at tvrage and I do have my default set to thetvdb and I have AU US UK 
listed under Countries

It appears from shows.php that the grabshowsall.pl only grabs data from tvrage?

http://thetvdb.com/?tab=seasonall&id=89601&lid=7

Original issue reported on code.google.com by se...@seven.dorksville.net on 26 May 2011 at 12:03

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Thanks,

I have asked them to add the show

Original comment by se...@seven.dorksville.net on 26 May 2011 at 8:20

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
That works

Original comment by se...@seven.dorksville.net on 27 May 2011 at 7:10

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by chadopp@gmail.com on 28 May 2011 at 2:56