Your comments

I believe that's pulling the cover from the first issue in the first folder alphabetically. You can override that with a folder.jpg in the root of the folder.

New release posted, with George Baker's Audiobook mod integrated! This is enabled by sharing a folder with audiobooks in it in the Raw Files section, then put the name of the share in themeScript.js. This method also opens a lot of opportunities for other custom modules, so we'll see what comes of it.

There has also been a lot of css tweaks (certain things Comixology did started to bug me, so I fixed a lot of spacing issues). I would delete your existing comixology2 folder and replace it with this, just to make sure you get everything.

I just posted a new release, lots of css changes (and new template files for series/arc pages). Since I prefer the Comixology-style story arc pages (larger pic, no buttons), I added a setting to themeScript (useSimpleArcTemplate) that'll make it functionally the same to what's there now. And the button should bookmark correctly now.

Since I'm only setup for one baseID, it would take some changes to declare multiple Author pages. It's doable though, I can have a look.

But to clarify, that has nothing to do with the sizing of those photos. My css only matches width, rather than doing any cropping. To add something like that you'd be better off adding a folder-info.html in each folder with either some css in it, or linking to a css file locally (src="[[folder]]/whatever.css").

Really though, I would just crop the pictures to the same aspect ratio with a photo editor. :)

Yeah the template bits are getting a full overhaul right now. Thanks for letting me know though, I had no idea.

That's what I'm talking about with what I want to add to the process. Just haven't gotten that far yet.

arcBuilder might come back in the future, but it was a pretty hacky setup. It'd really need a rebuild. On top of that, it used to bank on leaving Ubooquity folders visible when empty (since there weren't any comics in them) and that doesn't work so well with newer Ubooquity releases.

Currently this supports George Baker's json.cbr format, he built a tool in a different thread that helps make the correct file but it's still a manual process. You can also make compatible files with the new theme's bookmark page, by clearing your bookmarks, bookmark the issues in the arc manually (you can reorder them with dragging and dropping) and then use the Export JSON button. Eventually I want to add metadata lookup to that process, but for now you'd need to edit the resulting output in a text editor to put in the series name/year/description.

No problem, it helps that I've stared at this html for far too long!

Glad you like it!

That's your folder-info.html in some folder. Those shouldn't have any actual navigation in them anymore (check the example publisher page to see what's in mine).

Yeah, I'd def like to have a look. Should at least be able to sort the visible css issues.