From a87bbf639437c13c52a1696b3d04e0861cc46753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Thu, 26 Oct 2017 17:25:54 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a2316c53..ce343d794 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,25 @@ Bazarr is a companion application to Sonarr. It manage and download subtitles ba ## Major Features Include: * 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 +* Keep history of what was downloaded from where and when * Manual search so you can download subtitles on demand * Ability to delete external subtitles from disk +* Currently support 184 subtitles languages * And a beautiful UI based on Sonarr +## Supported subtitles providers: +* addic7ed +* legendastv +* opensubtitles +* podnapisi +* shooter +* subscenter +* thesubdb +* tvsubtitles + ## 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. @@ -44,7 +57,7 @@ Linux: * You can now start bazarr via `bazarr.py` to start bazarr. * 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). ### License