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" />
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.
#### Folder Structures Supported:
```bash
/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)
* Matching is all manual now and only using 1 source (openlibrary)
* Need to add cover selection from match results
* Different views to see more details of each audiobook
* Mobile app will be next..
* Support different views to see more details of each audiobook
* Then comes the mobile app..
<img alt="Screenshot2" src="https://github.com/advplyr/audiobookshelf/raw/master/images/ss_streaming.png" />