Fix readme

This commit is contained in:
advplyr 2021-08-19 19:21:04 -05:00
parent 08c3f84c06
commit 506f16c431

View File

@ -6,21 +6,26 @@ 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" /> <img alt="Screenshot1" src="https://github.com/advplyr/audiobookshelf/raw/master/images/ss_bookshelf.png" />
Folder Structures Supported:
* `/[TITLE]/...` #### Folder Structures Supported:
* `/[AUTHOR]/[TITLE]/...`
* `/[AUTHOR]/[SERIES]/[TITLE]/...` ```bash
* Title can start with a year and hyphen like, "1989 - Book Title Here", which will use 1989 as the publish year. /Title/...
/Author/Title/...
/Author/Series/Title/...
Title can start with the publish year like so:
/1989 - Awesome Book/...
```
Missing a lot of features still, like... #### There is still a lot to do:
* Adding new audiobooks require pressing Scan button again (on settings page) * Adding new audiobooks require pressing Scan button again (on settings page)
* Matching is all manual now and only using 1 source (openlibrary) * Matching is all manual now and only using 1 source (openlibrary)
* Need to add cover selection from match results * Need to add cover selection from match results
* Different views to see more details of each audiobook * Support different views to see more details of each audiobook
* Mobile app will be next.. * Then comes the mobile app..
<img alt="Screenshot2" src="https://github.com/advplyr/audiobookshelf/raw/master/images/ss_streaming.png" /> <img alt="Screenshot2" src="https://github.com/advplyr/audiobookshelf/raw/master/images/ss_streaming.png" />