mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-12 17:03:59 +08:00
Update README.md
This commit is contained in:
parent
660dd96d80
commit
a87bbf6394
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
@ -4,12 +4,25 @@ Bazarr is a companion application to Sonarr. It manage and download subtitles ba
|
||||||
## Major Features Include:
|
## Major Features Include:
|
||||||
|
|
||||||
* Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
|
* Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
|
||||||
* Automatically add new episodes from Sonarr
|
* Automatically add new series and episodes from Sonarr
|
||||||
|
* Series based configuration for subtitles languages
|
||||||
* Scan your existing library for internal and external subtitles and download any missing
|
* Scan your existing library for internal and external subtitles and download any missing
|
||||||
|
* Keep history of what was downloaded from where and when
|
||||||
* Manual search so you can download subtitles on demand
|
* Manual search so you can download subtitles on demand
|
||||||
* Ability to delete external subtitles from disk
|
* Ability to delete external subtitles from disk
|
||||||
|
* Currently support 184 subtitles languages
|
||||||
* And a beautiful UI based on Sonarr
|
* And a beautiful UI based on Sonarr
|
||||||
|
|
||||||
|
## Supported subtitles providers:
|
||||||
|
* addic7ed
|
||||||
|
* legendastv
|
||||||
|
* opensubtitles
|
||||||
|
* podnapisi
|
||||||
|
* shooter
|
||||||
|
* subscenter
|
||||||
|
* thesubdb
|
||||||
|
* tvsubtitles
|
||||||
|
|
||||||
## Running from Source
|
## Running from Source
|
||||||
|
|
||||||
bazarr require Python 2.7 and can be run from source. This will use *git* as updater, so make sure that is installed.
|
bazarr require Python 2.7 and can be run from source. This will use *git* as updater, so make sure that is installed.
|
||||||
|
@ -44,7 +57,7 @@ Linux:
|
||||||
* You can now start bazarr via `bazarr.py` to start bazarr.
|
* You can now start bazarr via `bazarr.py` to start bazarr.
|
||||||
* Open your browser and go to `http://localhost:6767/`
|
* Open your browser and go to `http://localhost:6767/`
|
||||||
|
|
||||||
Docker:
|
## Docker:
|
||||||
* You can use [this image](https://hub.docker.com/r/morpheus65535/bazarr) to quickly build your own isolated app container. It's based on the Linux instructions above. For more info about Docker check out the [official website](https://www.docker.com).
|
* You can use [this image](https://hub.docker.com/r/morpheus65535/bazarr) to quickly build your own isolated app container. It's based on the Linux instructions above. For more info about Docker check out the [official website](https://www.docker.com).
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
Loading…
Reference in a new issue