bazarr/README.md

99 lines
5.0 KiB
Markdown
Raw Normal View History

2017-10-26 21:14:18 +00:00
# bazarr
Bazarr is a companion application to Sonarr. It manage and download subtitles based on your requirements. You defined your preferences by TV show and Bazarr take care of everything for you.
## Major Features Include:
* Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
2017-10-26 21:25:54 +00:00
* Automatically add new series and episodes from Sonarr
* Series based configuration for subtitles languages
2017-10-26 21:14:18 +00:00
* Scan your existing library for internal and external subtitles and download any missing
2017-10-26 21:25:54 +00:00
* Keep history of what was downloaded from where and when
2017-10-26 21:14:18 +00:00
* Manual search so you can download subtitles on demand
* Ability to delete external subtitles from disk
2017-10-26 21:25:54 +00:00
* Currently support 184 subtitles languages
2017-10-26 21:14:18 +00:00
* And a beautiful UI based on Sonarr
2017-10-26 21:25:54 +00:00
## Supported subtitles providers:
* addic7ed
* legendastv
* opensubtitles
* podnapisi
* shooter
* subscenter
* thesubdb
* tvsubtitles
2017-10-29 03:26:04 +00:00
## Screenshot
2017-11-07 04:24:55 +00:00
You can get more in the [screenshot](https://github.com/morpheus65535/bazarr/tree/master/screenshot) directory but it should look familiar:
2017-10-29 03:26:04 +00:00
![Series](/screenshot/series.png?raw=true "Series")
2017-10-26 21:14:18 +00:00
## 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.
Windows:
2017-10-26 21:15:29 +00:00
* Install [GIT](http://git-scm.com/)
2017-10-26 21:14:18 +00:00
* Install [Python 2.7](http://www.python.org/download/releases/2.7.3/)
* Open up CMD and go to the folder you want to install bazarr. Something like Program Files.
* Run `git clone https://github.com/morpheus65535/bazarr.git`.
* Run `pip install -r requirements.txt` to install dependencies.
* You can now start bazarr via `bazarr.py` to start bazarr.
* Open your browser and go to `http://localhost:6767/`
OS X:
* Install [GIT](http://git-scm.com/)
* Open up `Terminal`
* Go to your App folder `cd /Applications`
* Run `git clone https://github.com/morpheus65535/bazarr.git`
* Run `pip install -r requirements.txt` to install dependencies.
* You can now start bazarr via `bazarr.py` to start bazarr.
* Open your browser and go to `http://localhost:6767/`
Linux:
* (Ubuntu / Debian) Install [GIT](http://git-scm.com/) with `apt-get install git-core`
* (Fedora / CentOS) Install [GIT](http://git-scm.com/) with `yum install git`
* 'cd' to the folder of your choosing.
* Run `git clone https://github.com/morpheus65535/bazarr.git`
* Run `pip install -r requirements.txt` to install dependencies.
* You can now start bazarr via `bazarr.py` to start bazarr.
* Open your browser and go to `http://localhost:6767/`
2017-10-26 21:25:54 +00:00
## 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).
docker create --name=bazarr -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro -v /path/to/series/directory:/tv -v /path/to/config/directory/on/host:/bazarr/data -p 6767:6767 --restart=always morpheus65535/bazarr:latest
2017-10-26 21:14:18 +00:00
2017-11-11 03:11:52 +00:00
## First run (important to read!!!):
### 1 - Go to "Settings" page.
### 2 - In "General" tab:
* Configure Bazarr settings (listening ip and port, base url and log level).
* Configure Path Mappings only if you need it. Typical use case: Sonarr access episode files trough local path (D:\episodes\file.mkv) but Bazarr access those same episode files trough a network shared (\\server\episodes\file.mkv). In this case, you would be configuring Path Substitutions like this: D:\episodes --> \\server\episodes. If you don't set this correctly, you'll get http error 500 later down the road.
* Configure updates. Recommended values are "master" and automatic enabled.
### 3 - In "Sonarr" tab:
* Configure Sonarr ip, port, base url, SSL and API key.
### 4 - In "Subliminal" tab:
* Configure enabled providers and enabled languages. Enabled languages are those that you are going to be able to assign to a series later.
### 5 - Save those settings and restart (important!!!) Bazarr.
### 6 - Wait 2 minutes
### 7 - On the "Series" page, you should now see all your series listed with a wrench icon on yellow background. Those are the series that need to be configured. Click on those one you want to get subtitles for and select desired languages. You don't have to do this for every series but it will looks cleaner without all this yellow ;-). If you don't want any substitles for a series, just click on the wrench icon and then on "Save" without selecting anything.
### 8 - On each series page, you should see episode files available on disk, existing subtitles and missing subtitles (in case you requested some and they aren't already existing).
* If you don't see your episodes right now, wait some more time. It take time to do the initial synchronization between Sonarr and Bazarr.
2017-11-11 03:11:52 +00:00
### 9 - On "Wanted" page, you should see all the episodes who have missing subtitles.
2017-11-11 03:11:52 +00:00
### 10 - Have fun and keep in mind that providers may temporary refuse connection due to connection limit exceeded or problem on the provider web service.
2017-10-26 21:14:18 +00:00
### License
* [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
* Copyright 2010-2017