Your comments

Not yet, but I can add it.


Though I'd be curious to know why you'd want to see ISBN in details of booked accessed through Ubooquity (nothing wrong with that, just curious).

After a bit of thinking, I'll use the filename for comic listing, even if a title is present in the metadata. Metadata title will still be displayed in the details (where it won't have any impact on any kind of sorting).


So I'll decline your suggestion Madrox, since my modification will fix the problem it would have solved.

Added to the backlog.

Don't expect it soon though, the backlog is already quite crowded. ;)

I now read the alternate series and alternate number fields from the metadata file, and I will display the alternate number when the main one is empty.


As for the sorting, I started working on a "meta key" that would have sorted books by series/volume/number. Then I realized that the resulting order would be the same as sorting by file path 99,9% of the time.

So I'll stick to sorting by file path unless there is a really compelling reason to do otherwise.


(and the number type is fixed)

I started working on the OPDS sorting issue again and realized the problem was completely on client side: issues are already sorted by filename, regardless of the displayed title.


I did a few tests with Chnuky Reader (iOS), and the entries are "re-sorted" by title (alphabetical order). Hence the issue.

A test with other OPDS clients did not show the same issue as they did not reordered entries on the fly.


Best solution: fix Chunky.

Workaround: Using filename as title instead of the "title" fields from the comics metadata.


I don't know yet what I'll do. I don't like working around problems that do not come from Ubooquity, but stop using metadata title in OPDS (and library pages) might have other benefits anyway.


Let me all know what you think.

The "-headless" parameter is supposed to prevent errors like the one you posted.


Are you saying you have this error even with the "-headless" parameter ? If so, could you post your command line ?


As for the themes, did you copy your uncompressed theme in the theme directory, selected it in the settings and restarted Ubooquity ?

What's wrong with the solution provided by Frozen Trout (which I have been using too) ?

I wish I could give one ! :)

But I don't have much control over the time I can put into Ubooquity, so I'll stay with "When it's done".


The good news is that I have finished two big tasks that took waaay more time than anticipated:

- migration to Jetty instead of NanoHTTPD to server pages

- rewrite of the admin UI (both desktop and web versions)


Other features I want to include in 2.0.0 should take less time.