How to sort completed works from my library

Joined
Mar 22, 2023
Messages
19
So is there a way to sort completed works from ongoing series in the library
I would like to finish them but its pretty tedious to sort them manually
 
Solution
So is there a way to sort completed works from ongoing series in the library
I would like to finish them but its pretty tedious to sort them manually
I don't think the main website has such feature for now.

Still, if you are a developer or familiar with programming, you can do that using the API.

Quick step:
  • Fetch your library metadata
  • Store the corresponding library status titles id somewhere
  • Fetch the titles id using GET /manga with the status query parameter set to completed

If you are not a developer, then you should probably suggest that feature on the main site suggestions forum section.
It's a niche feature and yet ""easy""...
Dex-chan lover
Joined
Jan 11, 2023
Messages
1,057
So is there a way to sort completed works from ongoing series in the library
I would like to finish them but its pretty tedious to sort them manually
I don't think the main website has such feature for now.

Still, if you are a developer or familiar with programming, you can do that using the API.

Quick step:
  • Fetch your library metadata
  • Store the corresponding library status titles id somewhere
  • Fetch the titles id using GET /manga with the status query parameter set to completed

If you are not a developer, then you should probably suggest that feature on the main site suggestions forum section.
It's a niche feature and yet ""easy"" to implement, so it is worth it to suggest.


If a mod is there, please move this thread to main suggestion section. 🙏
just wait for it to be done, there is already a suggestion for it.
 
Last edited:
Solution

Users who are viewing this thread

Top