0
Answered

How to redirect :2022 to /library Nginx

Dallen Bishop 9 years ago updated by Daniel 2 years ago 17

I have tried everything that I find yet it doesn't want to work whether Nginx doesn't want to let style-sheets to pass through or it gives me a 502 bad gateway error that I can't fix. Here is my current Nginx config for Ubooquity. I can access Ubooquity through :2022 and it is configured for HTTPS.


location /library {

proxy_pass https://127.0.0.1:2222;

proxy_set_header Host $host;

}




0
Completed

OPDS mixed catalog / content feeds

Chunky 10 years ago updated 10 years ago 11
OPDS doesn't want you to mix acquisition links (ie. comics) and catalog links (ie. subfolders) in the same catalog, which is a bit sucky for browsing because Ubooquity has to add a 'comics in this folder' subfolder, instead of letting you see the comics mixed in with the subfolders as users might expect.
But!
If you somehow flagged the 'comics in this folder' link, clients could know that the contents of that link belong mixed into the current feed. I guess a new boolean attribute that applies only to acquisition links would do the trick, but it could also be something more informal like a query parameter in the link's href.
0
Declined

Native Android Client

Charlie Jordan 10 years ago updated by svin83 7 years ago 5
Access via web is fine for PC viewing, but can be problematic when on Android smartphone or tablet, especially when browsing the library.  Page resizing can cause buttons to jump around and suddenly become inaccessible.

With an Android client (or IOS, for that matter), we could eliminate these issues.  A native client could also autodetect a Ubooquity server on the network, similar to Plex.
0
Answered

Time out session

Fredi Diaz 10 years ago updated by Tom 10 years ago 2
Hello,

I was just wondering if the Ubooquity server has an internal time out when you are logged into an account? Or is there a way to have you logged in permenantely?

Thank you for this great project!
0
Under review

Scanning a large library seems to time out

James Richardson 10 years ago updated by Jake Glashofer 8 years ago 14
I may be an edge case, here, but my comics collection is somewhere just north of 700gb. I have things organized (painstakingly) by publisher, and I have noticed that the server app seems to stop scanning about a quarter of the way through the source folder. I've set the automatic scan period out to a week and left it alone, but it appears to stall or stop scanning before it can complete the initial scan. As a result, I expect, the scan starts over from scratch when the scan period starts over. Right now, I have access to a fraction of my collection through the public IP, but would love to see the rest in the browser.

Would it be possible to run multiple instances of Ubooquity to divide the workload and access the collection as smaller libraries? Is there a setting I am missing? Thanks for the help.
0
Declined

Add ZIP to comic formats to be scanned

Tom Davies 9 years ago updated by Tom 9 years ago 4

I have a huge collection of comics that are in .zip files rather than .cbr or .cbz. It would be great if Ubooquity would scan and show zip files as well as the other formats. Even if it were an advanced option that had to be turned on, that would be awesome.


Thanks for your consideration!

Answer
Tom 9 years ago

Hello,

the restriction to CBZ and CBR files is by design: the extension of the file carries a meaning which tells what kind of data we can expect to find inside. CBZ/CBR files are supposed to contain images and sometimes metadata files, so Ubooquity knows what to do with them. Zip and rar files can contain anything, so it's better for Ubooquity to ignore them as more often than not they will not be comics.

0
Declined

[Feature Request] Use inotify to allow removal of constant polling

Stephen Hill 10 years ago updated by Tom 10 years ago 4
Example of use in another Java media server here - http://wiki.serviio.org/doku.php?id=library_scanning_mechanism.
Requires Java v7 though.
0
Not a bug

the server should ignore empty folders

Are Finstad 10 years ago updated by Tom 9 years ago 4
the server should ignore the folder if its empty (say if you delete a cbz file in ComicRack for example and that is placed inside a sorted folder. the folder will stay for the series even tho there is no files there.

rescanning the library should detect it, it should not care if there is empty folders in the library and def not display them either (just an issue if a series is either deleted entirely or moved to another folder) 

if there is remaining folders from entries that is now deleted it should be ignored, simple as that IMO.
0
Completed

For some who might be having problems serving over the internet

superphamicom 10 years ago updated by Tom 10 years ago 10
I own a Motorola SBG 6580 combo cable modem/router and was having difficulty serving comics through a WAN. I found this discussion here about some port forwarding tips and it worked perfectly! You basically want to set its external/WAN ip address to 0.0.0.0, and everything else as suggested:

http://forums.comcast.com/t5/Home-Networking-Router-WiFi/Port-Forwarding-for-an-IP-Camera/td-p/1529477


0
Answered

Statistics implementation

Abis Team 10 years ago updated 10 years ago 3
Greetings.

I wonder if there is an opportunity to count downloaded books?

Thanks in advance for your concern.