Your comments

Fixed and uploaded. I added a piece to filter :'s from filenames, since I was having issue with that. Added the same in PageBuilder, so they should match up.

Oh right, now that it won't always save a file it should check before moving one. :)

Hmm, what if you try imageGet on its own?


imageGet.sh -c "action comics" -d 2016


gives me:




I sorted out the freezing (checking the url for "cmx-images-prod/Series" ensures it's a series image from comixology) and found the magic google string that hits every test case I threw at it, image-wise.

Big Man Plans
East of West (it's an alternate image, but the right series)
Action Comics
Poet Anderson: The Dream Walker
Black Science

I threw an inurl and an intitle command to filter out issues and other things, it all got needlessly complicated.

And an -r argument to choose which result to save to boot. This should hit most things, and simply returns nothing if a match isn't found. I think this covers all of the cases.

I uploaded a copy of just imageGet. It handles character replacement, adds the word series to the search, and limits the search to square images, then strips the piece from the filename that's pulling the smaller image.

Upside, this is pulling nice large images, without the "Unlimited" banner overlay. Downside, this now freezes up when it fails.

I just found something that'll need more exploration. The above url finds the right cover for Poet Anderson: The Dream Walker, but it's small. Turns out, it's just the matter of then removing _SX180_QL80_TTD_. from the filename, and it turns up the large copy.


Here's a changed one I put together from google's advanced search page, rather than size it's looking for square jpg's

https://www.google.com/search?tbm=isch&as_q=Poet%20Anderson%3A%20The%20Dream%20Walker&as_sitesearch=comixology.com&tbs=iar:s,ift:jpg

That one I know the answer, it's a slightly different size. The search url is looking for a 312x312 image to filter out full covers, and that one is 360x360. The difficult part here is figuring which is 312 and which is a different size.

Character substitution should be easy enough. I actually saw that pic a few times sorting out my Locke & Key stuff, a face like that sticks with you. A lot of this, when it was just for personal use, hit a "this works most of the time so it's fine" point. But I'm really glad for the help to get it more solid/consistent.

While I'd love it to work like that (I started this whole theme to make this more Plexy), there's no read indicator. So you're at best just saying "show these first/at the top". This could be sorta used that way, but there isn't enough to automate it.