0
Fixed

OPDS doesn't work with reverse proxy

Jeremy Bone 10 years ago updated by Tom 10 years ago 8
As title says, OPDS doesn't seem to work correctly when reverse proxy is enabled in Ubooquity. I can browse and view comics from the webpage fine, but when using OPDS (with Chunky comic reader) it doesn't work correctly. The folders and files are displayed, but when attempting to stream a comic, it says "Could not open file." Downloading also fails. After disabling reverse proxy, it begins working again.
0

Customizing Themes with css

James Williams 10 years ago updated by Scott (ScooterPSU) 9 years ago 12

In the same sense that the folder-info.html adds custom info at the top of the page, is there a way to add a custom CSS file into each folder. Just so we can have specific styling's for each folder. Like an all red background for just the marvel pages (like below) etc.


Image 61

Maybe this is already something that we can do.. i don't know. Just think i would be pretty cool to be able to customize to this level.

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 11 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.