Your comments

That's a Ubooquity limitation. The root link (Topic) level doesn't have a number block element to pull from.

The subfolder level counts are just read from that number block element, the only actual parsing I do is "if more than 1, append Books instead of Book".

Newest release has a setting showComicIssueTitle that'll display that title.

There's also checks for the year and issue number, so your empty () should go away.

The () is where the year would go, I'll add a check if the year is null and if so hide the parenthesis.

Title-wise I've found the titles are only as good as whomever populates the Comicvine wiki, so I replaced it with [Series]([Year]) #[Issue]. I'll add a setting to show the embedded title instead.

Edit: And the issue number thing needing to be part of the title is a Ubooquity limitation, I'm parsing the label field for that info.

Could the newer settings get added to this for next release?

At least "Store bookmarks in cookies instead of the server" and "Display title from metadata instead of file name" would be helpful.

Thanks!

That's in the most recent release on the GitHub release page. That alone probably only needs a themescript update, but the changes before it are in a few other files.

Wasn't planning on it, as I wasn't a fan myself, but it was easy enough to add so I did it. It's now a setting at the top of themeScript.js (showBookCount). I will also add a bookmark count at some point, using the same setting.

I just posted a new release that should fix the read/download buttons. It also has the initial support for a Series page, which works like Story Arcs for books. Since there's more than just updates to the js, I'd recommend replacing the whole comixology2 folder with the newest zip from here.

Next I plan on adding some metadata control boxes to the MyBooks page, so you can export a fully filled in json file for story arcs/series pages.

So the only listing comics was totally an oversight on my end, I'm 1) basing this on a comics website and 2) only sharing comics with my friends. I'll make it so if the books module is enabled, it lists books, etc.

As for the explanation for port forwarding, etc, I'm sorta leaning towards no. The URL provided on the mobile page is relative, so if you're opening it locally it shows a local IP. That's obviously not helpful if you're trying to read from the internet. But if you're looking at it locally, it means it's your setup. Now if you're already accessing Ubooquity remotely (ie. my friends), the mobile page is helpful in providing a different method to access the server they can already access.

I've been part of projects where I'm providing support for something I didn't create, it gets extremely tedious and time consuming. This instead should probably be a case of asking for better documentation from the Ubooquity dev.

This might be a tough one, I can't replicate it and I'm not 100% what might be causing it.

For custom images, since I was building an element similar to other pages, I tried the same image path it was using elsewhere (link to folder + "?cover=true") and surprisingly it worked.

Using the json.cbr method from another thread, maybe making it a json.epub, it'd probably be pretty straight forward. The bookmarks page actually has the ability to export a json.cbr, so tweaking it in that way is something I'll check out.

The root images are currently hardcoded, since the default in Ubooquity just provides a link, that I'm building into an element like every other page. I could add something to look in a folder in the theme (like I do for Publishers) with the appropriate name, but I don't think there's a way to get a folder.jpg from the root. That might have to be a feature added to Ubooquity itself.

Could you paste the error it's giving when you click Read/Download? I tried what I thought might be the issue and it worked for me. 

Update: the forum was timing out for a bit, so in the time it took for this to post it's not all true anymore. I actually just pushed an updated themeScript.js that adds a setting for bookmark notifications, and enables cover (and folder.jpg) support for root links. Replace with this and edit the "bookmarkConfirm" at the top to true for bookmark alerts.