Your comments

Use the Chunky built-it browser when you want to download files directly into Chunky.

For any other use, any browser will do.

This happens if you open the password setup page with a slash at the end of your admin URL:


Wrong

http://localhost:2203/bbb/admin/


Good

http://localhost:2203/bbb/admin


The only difference is the slash at the end.

I guess I should try to do something about this.

I guess I could quite easily ignore the lowest directory above a book in the case of a Calibre library.

Meaning you would get in Ubooquity:


Calibre Library
+---George R. R. Martin
    +---A Clash of Kings - George R. R. Martin.epub
    |
    +---A Dance with Dragons - George R. R. Martin.epub
    |
    +---A Feast For Crows - George R. R. Martin.epub
    |
    +---A Game Of Thrones - George R. R. Martin.epub
    |
    +---A Storm of Swords - George R. R. Martin.epub

instead of:


Calibre Library
+---George R. R. Martin
    +---A Clash of Kings (211)
    |       A Clash of Kings - George R. R. Martin.epub
    |       
    +---A Dance with Dragons (213)
    |       A Dance with Dragons - George R. R. Martin.epub
    |       
    +---A Feast For Crows (212)
    |       A Feast For Crows - George R. R. Martin.epub
    |       
    +---A Game of Thrones (208)
    |       A Game Of Thrones - George R. R. Martin.epub
    |       
    +---A Storm of Swords (210)
            A Storm of Swords - George R. R. Martin.epub

Is this what you had in mind ?

Well, there is a built-in browser:



I wrote Ubooquity precisely because I wanted to see the covers of my comics when browsing my collection. :D

Out of curiosity: why don't you access your Ubooquity instance using the Chunky built-in browser ?

This way you can get see the cover of your comics and books.

I noticed it too, but I did not dig any deeper.

If anybody with better web skills than me has an idea to fix this, I'm all ears. :)

Well, it is supposed to open a Window, so there's probably something wrong.

When you launch Ubooquity, it creates a few directories in the folder it's launched from.

One of them (called "logs") contains the log file of Ubooquity. If something went wrong, you'll probably find an error inside.

You can post it here if you need some help.

That's a lot of features. :)


> Swipe gestures for iOS Safari and Android browsers.    

Added to the backlog.


> Ability to see all books that you haven't finished reading (your bookmark exists, but you're not on the last page).

Already working on it.
I don't know yet if it will be part of the next release, as I need to finish the new HTML templating system first, but it's coming.


> Keyword searches.  All my books are keyword search-able and I'd like to be able to search all the books in my collection for different keywords to determine which to go look at.    

Mmm, I 'd have to do some research to know if this is doable easily enough or not.


> LDAP.  So that someday this could be used in a large organization.    

Ubooquity is home server. It's aimed at personal computers and NAS. ;)
Using it in large organisation would require more than "just" adding LDAP support, and I would have had to use a very different set of tools/libraries to achieve that.


> Ability to make recommendations to other user's.    

Like a twitter/facebook "share" button ?


> Ability to label books as a "favorite" for easy tracking of the ones you read the most or like the most (maybe even a rating system that keeps track of each user's rating and averages it).    

> Ability to tag books with keywords and make them easily searchable.  Also, the ability to create "collections" based on those tags.   

> Ability to overwrite book titles or authors in case the metadata in the book isn't perfect.    

Ubooquity's focus is on accessing your content, not on organizing it or editing its metadata.
The two main reasons for that being:
- it's easier to guarantee the integrity of your files if I never modify them
- I lack the time to develop these kind of "peripheral" features

So to do all that I would recommend using Calibre (although I know Ubooquity needs improvements when it comes to books grouping, be it by author or series).

It's not really a memory issue, you could load a full comic in memory with only a few gigs if RAM.

The number of pages pre-loaded by Ubooquity in your browser is currently set to 2. 

I'll probably add a setting in the future to allow you to increase this number and load a lot more pages.