Your comments

Happy new year too !

1/ The instructions are in the first post of this thread : 

"To use these new features, it is very easy :

- if a comic bookmark is at page 2, it is considered as "want to read",

- if a comic bookmark is at the last page, it is considered as "read"

- if a comic bookmark is between page 3 and last page - 1, it is considered as "currenly reading"

2/ Haven't seen this problem myself. Could you send me a short video to compare loading of the same comics in this theme compared with an other ? You could open a ticket on github if you prefer.

3/ My own sorting criterions are on "path". Pushing the buttons, it stays on "path". Don't have this issue. Do you press "apply" after changing the options ?

Hi Don,

You can use the "All currently reading comics" mod for Plex theme. I made it to do exactly that.

 

Discussion about it here.

Download from GitHub there or from Ubooquity themes page there.

Have fun

Ca existe ici (c'est un thème) . Et ça s'appelle "The all currently reading comics mod". Et tout est expliqué dans le forum .

Hi Ameel,

Great the theme is usefull for you ! And yes, could be great to code together !

About your requests/suggests

1/ Yes, I would like it too

2/ easy

3/ good idea

4/ easy too. I don't like it at the bottom too, it is not practical

I made a repo to allow modification of the code : https://github.com/starcrouz/plextheme-reading

Hi Justin,

I just saw you got my code and modifyed it deeply. Why not. But you removed the best part :-) which is the possibility to display all the comics you are reading from your whole collection. Instead, you put a filter on the page you display to show only the comics you are reading in that particular page. It is a completly other concept. No problem with that. But because you use the same icons as me, in my point of view, it adds confusion between your theme "plextheme-progress" and mine "plextheme-reading". I mean : they both look the same but are not behaving the same way at all. What do you think about trying to explain that more clearly on both sides ? And trying to change icons and/or something on the user interface to avoid confusion ? Thx !

Hi,

This is a major update of the "All currently reading comics" mod for Plex theme.

I added a cache to avoid a too long waiting when the scan is in process. Now it is extremely fast to get the currently reading books. You could clear the cache from time to time when it is too old (update link).

At the same time I tried to show better indicators for the bookmarks.

Scanning all comics in progress...

All currently reading comics : the cached list. 

Hope it will be helpfull.

This is the new file to install the theme (instructions are the same as before) : Download it.

Starcrouz

You may test in a single folder. Just to be sure. Put your file in a folder named "test" and browse Ubboquity to this folder


Hi Ian,

On my Ubooquity install I tryed your pdf with no issue, using the original file name.

There must be something else. Maybe the platform ? I'm using Ubooquity on Windows 10.

Great. Good idea to Rebuild your database. 


Rebuild your database is efficient because Ubooquity let more and more empty indexes between comics after time (when you remove comic or when you rename them). As for you, it used 25000 index to store 9000 comics. The script don't know where the comics are, therefore it needs to parse all indexes (25000) to find the comics (9000). 

When you rebuild you database, old indexes are all abandonned, I think Ubooquity uses only new indexes (starting after the last used index (25000 for you). I imagine that now, all your comics are stored in the Ubooquity database from 25000 to 34000. That is the meaning of the growing indicator I display here : as you can read, 11357 is the scanned index in the database, not the comic count. I may change that in the future release of the script to obtain the real count of comics.