1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-23 23:38:44 +00:00
No description
Find a file
Michiel van Baak 9d73ccacf3 Use sha1 digest as cache key
Subliminal uses dogpile.cache to save state of subtitle availability.
Some methods that dogpile.cache caches can have big argument lists,
resulting in a default cache key that is longer than 255 characters.
The dogpile.cache backend used, saves cache items to the filesystem,
using the cache key as filename. This can result in errors about
Filename too long.
SHA1 generates a 160bit hash of the key, and we use the hexadecimal
digest of that hash, resulting in key names of 80 characters.
2021-03-14 16:56:50 +01:00
.github Fixed dev branch pipeline to prevent PR from triggering it. 2021-03-02 07:19:54 -05:00
bazarr Revert "Use dogpile.cache sha1_mangle_key to mangle cache keys" 2021-03-14 11:34:31 +01:00
libs Use sha1 digest as cache key 2021-03-14 16:56:50 +01:00
screenshot Updated screenshot in README.md 2020-08-03 07:41:21 -04:00
static Fix For DT Responsive plugin css 2021-02-16 20:13:21 +01:00
tests Adding simplified and traditional Chinese subtitles support (#1236) 2021-02-12 14:15:19 -05:00
views Added sync subtitles button for whole show and for whole season 2021-03-11 10:25:46 -05:00
.gitattributes
.gitignore Adding bin directory to .gitignore 2021-02-04 22:35:27 -05:00
.release-it.json Refactored the upgrade mechanism to use only Github releases 2021-02-26 10:57:47 -05:00
___init__.py
bazarr.py
changelog.hbs Refactored the upgrade mechanism to use only Github releases 2021-02-26 10:57:47 -05:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-02-24 06:35:27 -05:00
dev-requirements.txt
LICENSE
README.md Added TuSubtitulo provider 2020-10-05 20:42:39 -04:00
requirements.txt Reverting requirements.txt changes. 2021-03-04 12:17:46 -05:00
VERSION Release 0.9.3-beta.12 2021-03-14 11:45:31 +00:00

bazarr

Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.

Be aware that Bazarr doesn't scan disk to detect series and movies: It only takes care of the series and movies that are indexed in Sonarr and Radarr.

Thanks to the folks at OpenSubtitles for their logo that was an inspiration for ours.

Support on Paypal

At the request of some, here is a way to demonstrate your appreciation for the efforts made in the development of Bazarr: Donate

Status

GitHub issues GitHub stars Docker Pulls Docker Pulls Discord

Support

For installation and configuration instructions, see wiki.

You can reach us for support on Discord.

If you find a bug, please open an issue on Github.

Feature Requests

If you need something that is not already part of Bazarr, feel free to create a feature request on Feature Upvote.

Major Features Include:

  • Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
  • Automatically add new series and episodes from Sonarr
  • Automatically add new movies from Radarr
  • Series or movies 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
  • Upgrade subtitles previously downloaded when a better one is found
  • Ability to delete external subtitles from disk
  • Currently support 184 subtitles languages with support for forced/foreign subtitles (depending of providers)
  • And a beautiful UI based on Sonarr

Supported subtitles providers:

  • Addic7ed
  • Argenteam
  • Assrt
  • BetaSeries
  • BSplayer
  • GreekSubtitles
  • Hosszupuska
  • LegendasDivx
  • LegendasTV
  • Napiprojekt
  • Napisy24
  • Nekur
  • OpenSubtitles.org
  • Podnapisi
  • RegieLive
  • Sous-Titres.eu
  • Subdivx
  • Subs.sab.bz
  • Subs4Free
  • Subs4Series
  • Subscene
  • Subscenter
  • Subsunacs.net
  • subtitri.id.lv
  • Subtitulamos.tv
  • Sucha
  • Supersubtitles
  • Titlovi
  • Titrari.ro
  • TuSubtitulo
  • TVSubtitles
  • Wizdom
  • XSubs
  • Yavka.net
  • YIFY Subtitles
  • Zimuku

Screenshot

Bazarr

License