1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-23 08:13:14 +00:00
No description
Find a file
Vitiko 547f8c428d
Added feature to treat couples of languages as equal when searching for subtitles
* Add 'Language-equals' support

This feature will treat couples of languages as equal for list-subtitles
operations. It's optional; its methods won't do anything if an empy list
is set. See more info at docstrings from 'subliminal_patch.core'.

For example, let's say I only want to have "Spanish (es.srt)" subtitles
and I don't care about the differences between Spain and LATAM spanish.
This feature will allow me to always get European Spanish even from
LATAM Spanish providers like Argenteam and Subdivx.

Example for config.ini:

language_equals = ['spa-MX:spa']

(Which means all Latam Spanish subtitles from every provider will be
converted to European Spanish)

* Add PT and ZH language tests

* Add HI and Forced parsing for language pairs

Format example: ["en@HI:en", "es-MX@forced:es-MX"]

* Update languages.py

* Update API definition to reflect the previous change

* Add language equals table to the UI (test only)

* Add global language selector and get language from code3 utilities

* Add unit tests for language equal feature

* Add encode function to language equal feature

* Add CRUD methods to the language equals panel

* Add equals description

* Add parsing support for alpha3 custom languages

* no log: add more tests

* Add forced and hi support to the language equal target

---------

Co-authored-by: morpheus65535 <louis_vezina@hotmail.com>
Co-authored-by: LASER-Yi <liangyi0007@gmail.com>
2023-05-27 09:38:55 -04:00
.github no log: fixed build process to include postgres-requirements.txt in asset 2023-04-21 08:23:55 -04:00
bazarr Added feature to treat couples of languages as equal when searching for subtitles 2023-05-27 09:38:55 -04:00
frontend Added feature to treat couples of languages as equal when searching for subtitles 2023-05-27 09:38:55 -04:00
libs Added feature to treat couples of languages as equal when searching for subtitles 2023-05-27 09:38:55 -04:00
screenshot Updated screenshot in README.md 2020-08-03 07:41:21 -04:00
tests Added feature to treat couples of languages as equal when searching for subtitles 2023-05-27 09:38:55 -04:00
.auto-changelog no log: Improved release exclude regex that could be fixing empty changes log issue. 2021-07-01 07:53:03 -04:00
.gitattributes Treat tpl files as Python 2017-12-18 21:48:40 -05:00
.gitignore Added languages profile settings to prevent downloaded subtitles from being converted to srt. 2022-03-14 20:54:36 -04:00
.release-it.json Remove UI build folder from repository 2021-05-09 00:06:52 +08:00
bazarr.py Small fix when getting Python bundle path (#1854) 2022-05-28 22:04:26 -04:00
changelog-dev.hbs no log: fix changelog 2022-06-07 07:55:13 -04:00
changelog-master.hbs no log: fix changelog 2 2022-06-07 07:55:38 -04:00
CONTRIBUTING.md no log: improved contributing.md 2021-12-31 18:01:34 -05:00
dev-requirements.txt no log: Add tests header warning 2023-05-17 22:54:07 -04:00
LICENSE Create LICENSE 2017-11-23 22:40:17 -05:00
postgres-requirements.txt no log: Fixed psycopg2 requirement 2023-02-18 22:21:44 +01:00
README.md Add Karagarga.in provider 2022-06-29 00:07:18 -04:00
requirements.txt Fixed zimuku that now require anti-captcha 2023-04-21 06:25:09 -04: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
  • Embedded Subtitles
  • Gestdown.info
  • GreekSubtitles
  • Hosszupuska
  • LegendasDivx
  • LegendasTV
  • Karagarga.in
  • Ktuvit (Get hashed_password using method described here)
  • Napiprojekt
  • Napisy24
  • Nekur
  • OpenSubtitles.org
  • Podnapisi
  • RegieLive
  • Sous-Titres.eu
  • Subdivx
  • subf2m.co
  • Subs.sab.bz
  • Subs4Free
  • Subs4Series
  • Subscene
  • Subscenter
  • Subsunacs.net
  • SubSynchro
  • Subtitrari-noi.ro
  • subtitri.id.lv
  • Subtitulamos.tv
  • Sucha
  • Supersubtitles
  • Titlovi
  • Titrari.ro
  • Titulky.com
  • TuSubtitulo
  • TVSubtitles
  • Wizdom
  • XSubs
  • Yavka.net
  • YIFY Subtitles
  • Zimuku

Screenshot

Bazarr

License