morpheus65535
f371d0585b
no log: added failsafe to encoding detection
1 year ago
morpheus65535
c92d574bf2
Added experimental Python 3.11 support
1 year ago
morpheus65535
fc01267d5b
Removed leftover from legendas.tv provider.
1 year ago
morpheus65535
d4262e530a
Fixed issue where subtitles would get upgraded even if not required anymore by shows languages profile. #2174
1 year ago
morpheus65535
2511c310f1
Added settings to choose desired UI theme.
1 year ago
Vitiko
e3c4def89a
Subf2m Provider: add user-agent header configuration
...
This change fixes empty queries.
1 year ago
morpheus65535
b9b97e980e
Fixed Chinese translation issue (zh and zt inverted). #2166
1 year ago
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>
1 year ago
morpheus65535
205bceb38d
no log: make it cleaner
1 year ago
morpheus65535
80414c08ab
no log: fixed static folder path in dev environment
1 year ago
Alex Yancey
9c92dd493b
Specify ffmpeg path in case it's not in PATH envvar ( #2147 )
1 year ago
Vitiko
585c70c39d
Add support for custom languages in audio tracks
1 year ago
Vitiko
13f965d725
Use literals instead of scripts for custom languages
1 year ago
morpheus65535
015beaf769
Emergency fix for custom languages issue
1 year ago
Vitiko
c06dd620b7
Add mediainfo support for custom languages
1 year ago
morpheus65535
2b5cd2b72e
Implemented gzip compression of http requests made to Bazarr
2 years ago
Mike Dallas
09f0a27833
Fixed SyntaxError under Python 3.7
2 years ago
morpheus65535
0f84ffb9cd
Fixed requirements.txt installation
2 years ago
Jens Lee
e2ba532cee
Fixed zimuku that now require anti-captcha
2 years ago
morpheus65535
ac6dddd607
Fixed upgrade of non-existant subtitles files
2 years ago
Devin Buhl
695734abe6
Allow defining postgres connection settings via env vars
2 years ago
Alex Yancey
8b1db07e9f
Added OpenAI Whisper Provider
2 years ago
morpheus65535
17e62f2d29
Added announcements for deprecated Sonarr and Radarr versions end of support.
2 years ago
morpheus65535
3a10df7724
Disabling mediainfo path temporarily until issue with knowit is fixed. #2098
2 years ago
morpheus65535
7136383098
Added an option to prevent sleeping hard drives from being wake-up by video file hashing.
2 years ago
morpheus65535
9fb793a488
Fixed error when manual search return an invalid subtitles. #2102
2 years ago
morpheus65535
f276b70f5e
no log: fixed analytics logging
2 years ago
morpheus65535
34b905efec
no log: trying to fix pipeline issue
2 years ago
morpheus65535
abc48b4ed0
Replaced deprecated Google Universal Analytics by GA4
2 years ago
morpheus65535
e4bf041ecb
Fixed subtitles file naming when using hearing-impaired removal mods.
2 years ago
Marian Moravcik
fefec202d1
no log: added autorollback to postgresql
2 years ago
Marian Moravcik
2e8203f0d4
Fix postgresql reconnection #2071
2 years ago
morpheus65535
2acf2451b4
Fixed history logging of manually uploaded subtitles. #2072
2 years ago
morpheus65535
7502c59638
no log: small fix for announcements and enabled providers
2 years ago
morpheus65535
019613958e
Fixed some issues after subtitles upgrade refactor.
2 years ago
morpheus65535
5dc4e782ae
Added option to deeply analyze audio tracks from media files or not to determine languages. Default is to use Sonarr/Radarr provided languages instead. Should prevent API limit ban for cloud user.
2 years ago
morpheus65535
5b283098f9
Refactored subtitles upgrade
2 years ago
morpheus65535
58262bc299
Added Announcements section in System to be able to inform users of Bazarr's news.
2 years ago
Marian Moravcik
339883cff6
Fixed UI freeze on certain notification events
2 years ago
Marian Moravcik
6578710c8d
Fixed Upgrade previously downloaded subtitles ( #2059 )
2 years ago
Marian Moravcik
5c01c3c2e2
Fixed upgradable icon in history now show properly
2 years ago
morpheus65535
8ac3b0c9b5
Fixed chmod not working after custom post-processing.
2 years ago
morpheus65535
3310f6aeb8
Improved audio track language detection by using our video parser instead of values provided by Sonarr/Radarr. We also added "treat as" concept for undefined languages audio and embedded subtitles tracks. #2050
2 years ago
morpheus65535
d39f41d7e2
Increased minimum subtitles search and upgrade frequencies to 6 hours instead of 3 to reduce the impact on providers' website.
2 years ago
Vitiko
47aff78ab0
Subf2m Provider: add optional config for SSL verification
...
Temporary
2 years ago
Marian Moravcik
11fff727b2
Fix for get movies/series response serializer
2 years ago
Marian Moravcik
738e10e075
Fix for #2051
2 years ago
halali
d5911e78b5
Added PostgreSQL as optional database engine
...
Wiki: https://wiki.bazarr.media/Additional-Configuration/PostgreSQL-Database/
2 years ago
Cory Metcalfe
f5d7b4d321
Added configurable request timeout to Sonarr and Radarr
2 years ago
morpheus65535
cf4571ba86
Fixed improper profile ID value preventing listing of series and movies. #2043
2 years ago