mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Fix readme
This commit is contained in:
parent
08c3f84c06
commit
506f16c431
21
readme.md
21
readme.md
@ -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" />
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user