suryakencana007 / comic-vine-scraper

Automatically exported from code.google.com/p/comic-vine-scraper
0 stars 0 forks source link

Make option to force comics to proceed one at a time. #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To make the behaviour of the script a little more flexible, make it so that the 
user can choose when the script "auto accepts" comics.

Something like:

  [X] When I confirm a comic, automatically confirm all comics in the same series
  [X] When I skip a comic, automatically skip all comics in the same series

Original issue reported on code.google.com by cban...@gmail.com on 2 Sep 2010 at 4:18

GoogleCodeExporter commented 9 years ago
Another way to implement this would be to have the script ask you (when you 
click ok or cancel) whether or not you would like to proceed to do the same 
action on all the remaining comics in that series.

This would help a bit with the problem described in issue 132:

http://code.google.com/p/comic-vine-scraper/issues/detail?id=132

Original comment by cban...@gmail.com on 2 Sep 2010 at 11:52

GoogleCodeExporter commented 9 years ago
Issue 132 has been merged into this issue.

Original comment by cban...@gmail.com on 2 Sep 2010 at 11:59

GoogleCodeExporter commented 9 years ago
Implemented in 1.0.28.

I created a new setting in the settings dialog that can control whether or not 
the scraper scrapes all the comics in a series as a group, or whether it asks 
you about them one at a time:

"When several comics appear to be from the same series, only ask about the 
first one."

-------------------

For now I have NOT done anything with skipping comics, since I still kind of 
think that skipping should always be one at a time.  But if enough people want 
it the other way, I will look into building an additional option.

Original comment by cban...@gmail.com on 6 Sep 2010 at 2:06