Supporting more file structures for series and publish year

This commit is contained in:
Mark Cooper 2021-08-19 19:14:24 -05:00
parent 15445ad548
commit dd12e3ac73
8 changed files with 63 additions and 21 deletions

View file

@ -6,9 +6,16 @@ AudioBookshelf is a self-hosted audiobook server for managing and playing your a
<img alt="Screenshot1" src="https://github.com/advplyr/audiobookshelf/raw/master/images/ss_bookshelf.png" />
Folder Structures Supported:
* `/[TITLE]/...`
* `/[AUTHOR]/[TITLE]/...`
* `/[AUTHOR]/[SERIES]/[TITLE]/...`
* Title can start with a year and hyphen like, "1989 - Book Title Here", which will use 1989 as the publish year.
Missing a lot of features still, like...
* Scanner is intended for file structure `[author name]/[title]/...`
* Adding new audiobooks require pressing Scan button again (on settings page)
* Matching is all manual now and only using 1 source (openlibrary)
* Need to add cover selection from match results