pombreda / pycomicmetathis

Automatically exported from code.google.com/p/pycomicmetathis
0 stars 0 forks source link

ComicVine title data ignored? #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using autoset on recent issues of Spider-Man, the titles are set to "The 
Amazing Spider-Man 648" and so on. Yet if you look at the ComicVine page 
(http://www.comicvine.com/the-amazing-spider-man/49-2127/) you can see that 
they have a non-default title for that issue ("Big Time"). This same problem 
happens with all issues I've tried so far. All other metadata is correct, so it 
is identifying the right series and issue.

Is this a bug/unimplemented feature in the script, or a limitation of the API?

Original issue reported on code.google.com by debrad...@gmail.com on 9 Jun 2011 at 7:59

GoogleCodeExporter commented 9 years ago
I think this is a bug.  If you have useSeriesWhenNoTitle set to true, it looks 
like it ALWAYS uses the series, even if there is a title.  Try setting it to 
false and see if that works for you.

Original comment by andre.me...@gmail.com on 9 Jun 2011 at 8:02

GoogleCodeExporter commented 9 years ago
You're right - that worked. So the bug is clearer and I have a workaround. 
Thanks for your help.

Original comment by debrad...@gmail.com on 9 Jun 2011 at 8:22