Is your feature request related to a problem? Please describe.
A QoL feature to keep ebooks (and files) in a simple place so you don't need to go looking for them in different folders on the computer
Describe the solution you'd like
Feature searches the device for ebooks and pdf files and sorts them into "shelves" based on the book series, type of books, and type of files. Searching algorithm uses information on the files to link similar phrases and information between books to link series' and spin-offs so that they're in the same cluster (e.g. Animorphs as the main series, chronicles, megamorphs, Alternamorphs, and Vegemorphs are all spin-offs. All Book series' would be clustered under the one shelf called "Animorphs" with the user being able to click on the series respective titles to show all the books in that series.) Books contain metadata information such as "Chapters", "Overview", "Related media" (Tv shows, movies etc), "Location on device", "Times opened", "Time spent reading", "Book's last read position", "Date file was created", "Date file was modified", "Book's fingerprint" (Used for detection of doubles), "Date last read", "How many pages", "How many words", "Online rating of book", "Genre of book" etc. Metadata features are reminiscent of programs like windows media player, itunes, plex etc.
"Deskpan" feature shows all pdf files found on device that are non-book related and can be placed into the library if the user desires (or just ignored)
Describe alternatives you've considered
Readera, Kindle
Additional context
Started on code, most of library functions are in place, sorting has been difficult to implement correctly
Is your feature request related to a problem? Please describe.
A QoL feature to keep ebooks (and files) in a simple place so you don't need to go looking for them in different folders on the computer
Describe the solution you'd like
Feature searches the device for ebooks and pdf files and sorts them into "shelves" based on the book series, type of books, and type of files. Searching algorithm uses information on the files to link similar phrases and information between books to link series' and spin-offs so that they're in the same cluster (e.g. Animorphs as the main series, chronicles, megamorphs, Alternamorphs, and Vegemorphs are all spin-offs. All Book series' would be clustered under the one shelf called "Animorphs" with the user being able to click on the series respective titles to show all the books in that series.) Books contain metadata information such as "Chapters", "Overview", "Related media" (Tv shows, movies etc), "Location on device", "Times opened", "Time spent reading", "Book's last read position", "Date file was created", "Date file was modified", "Book's fingerprint" (Used for detection of doubles), "Date last read", "How many pages", "How many words", "Online rating of book", "Genre of book" etc. Metadata features are reminiscent of programs like windows media player, itunes, plex etc.
"Deskpan" feature shows all pdf files found on device that are non-book related and can be placed into the library if the user desires (or just ignored)
Describe alternatives you've considered
Readera, Kindle
Additional context
Started on code, most of library functions are in place, sorting has been difficult to implement correctly