+1
Completed

OPDS feeds support

Tom 11 years ago updated 11 years ago 4
+1
Planned

Go to page

Emmanuel 10 years ago updated 10 years ago 2

I have a large collection. I use the "Go to page" function to browse my libary a lot. But I think it would be better if I could select a letter of the alphabet instead of a page number.


Don't know if others would prefer page numbers. But for people with a large collection it would be nice.

+1
Fixed

Installation error on Windows 8.1 64 bit

ForgotPants 10 years ago updated by Tom 10 years ago 4
Trying to install Ubooquity and facing some errors. I have Windows 8.1 Pro 64 bit with latest 64 bit Java version. Here is the error,

org.h2.jdbc.JdbcSQLException: IO Exception: "E:/ubooquity-4 outside E:/" [90028-176] at org.h2.message.DbException.getJdbcSQLException(DbException.java:344)
at org.h2.message.DbException.get(DbException.java:178)
at org.h2.message.DbException.get(DbException.java:154)
at org.h2.engine.ConnectionInfo.setBaseDir(ConnectionInfo.java:190)
at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:103)
at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:91)
at org.h2.Driver.connect(Driver.java:74)
at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:191)
at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:354)
at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:386)
at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:228)
at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:200)
at com.ubooquity.data.database.b.e(SourceFile:610)
at com.ubooquity.data.database.c.(SourceFile:57)
at com.ubooquity.Ubooquity.main(SourceFile:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.ubooquity.e.c.a(SourceFile:801)
at com.ubooquity.Launcher.main(SourceFile:10)

+1
Not a bug

Scanning folders/files with special characters fails

Elouan 10 years ago updated by Tom 10 years ago 2

Scanning of my folder works fine most of the time, but not for all comics. I find that Ubooquity overlooks many files: I'm missing entire folders and the comics inside, and I'm also missing files inside folders. I believe this comes from special charaters used in folder names (and I suspect accents like é,é,ü). For example I have a folder named "Valérian" containg 20+ cbz files: none of them are visible in ubooquity. In "corto Maltesse" folder I'm missing "Mü", or "Les Éthiopiques" !

Am I missing something, some settings I didn't find, or is it an undetected bug (which would be strange considering how common are special characters in French comics title)?

+1
Completed

New add

Rugl 11 years ago updated by Tom 11 years ago 3
Display new item at the top.
Last 10 (or other numbers) newest items are displayed
+1
Completed

Comixology Theme

Scott (ScooterPSU) 10 years ago updated by Jane 3 years ago 534

After a ton of work, and a lot of hacky css, I think this is ready to share.


Here are some screenshots of the various parts. http://imgur.com/a/3gEcz


And here is the actual theme files. https://goo.gl/eI6EhG


The second link has the theme, the publisher extras, and a readme.txt. Please read before installing.


Enjoy!

+1
Planned

Java exception on issues containing a decimal

Wesley Howard 10 years ago updated by Tom 9 years ago 6
20150330 20:34:29 [Scanner thread] WARN com.ubooquity.b.c - Problem while reading comic metadata for file file: /share/comics/DC Comics/Wonder Woman (2011)/wonder woman 023.1 (2013).cbz
java.lang.NumberFormatException: For input string: "23.1"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[na:1.7.0_75]
at java.lang.Integer.parseInt(Integer.java:492) ~[na:1.7.0_75]
at java.lang.Integer.valueOf(Integer.java:582) ~[na:1.7.0_75]
at com.ubooquity.b.c.a(SourceFile:81) ~[Ubooquity.jar:1.7.6]
at com.ubooquity.data.feeder.a.b(SourceFile:499) [Ubooquity.jar:1.7.6]
at com.ubooquity.data.feeder.a.c(SourceFile:458) [Ubooquity.jar:1.7.6]
at com.ubooquity.data.feeder.a.b(SourceFile:39) [Ubooquity.jar:1.7.6]
at com.ubooquity.data.feeder.a$1.run(SourceFile:127) [Ubooquity.jar:1.7.6]
at java.lang.Thread.run(Thread.java:745) [na:1.7.0_75]


fresh install, initial run.
Linux, Ubuntu mix (flawless server 2.0), headless

Comic does appear in the web UI in the correct location for the path, but does not have an issue number with it.

This is a corner case with some DC titles around 2 years into the new 52 affecting just about all the titles. Let me know if you need any more logs etc out of me.
+1
Completed

[Feature Request] Preload next page

Costas Korai 10 years ago updated by Barrett Roberts 8 years ago 10
I wanted to suggest a setting that enables next page preloading in the background, to possibly improve reading by lowering load time.
0

Certains comics n'apparaissent pas

Deb Riri 4 days ago updated 4 days ago 1

Sur une instance 3.1.0 de Ubooquity, certains comics ne sont pas scannés et n'apparaissent pas.

La même liste de comics est scannés complètement sans aucun manque sur une instance 2.1.5 de Ubooquity

0

Allow adding folder manually by path

sud0xenn 2 weeks ago 0

I'm running headless mode in aarch64. When I click on add folder to add my sources to library,  it just shows a blank pop-up. The following error is logged: 

```

20250824 06:56:22 [qtp1368251707-46] WARN o.e.j.server.handler.ContextHandler - Unimplemented getRequestCharacterEncoding() - use org.eclipse.jetty.servlet.ServletContextHandler

```

I'm assuming it's trying to open up a file chooser using native call on the OS it's being run from. Would be nice to be able to add folders using absolute paths.