morpheus65535
b0f743767b
Fixed unwanted injection of variables on API endpoints.
2 years ago
morpheus65535
5a98dfcf83
no log: pep8 style fix
2 years ago
morpheus65535
b08c8cf1a8
no log: added missing logging
2 years ago
morpheus65535
2babae1937
Fixed high CPU usage when improper timezone defined (will use UTC instead). #1914
2 years ago
morpheus65535
92be39beba
Fixed analysis of corrupted video file that may wrongly throttle providers. #2034
2 years ago
morpheus65535
c2701fd26e
no log: fixed indentation error
2 years ago
morpheus65535
fadda0ac40
Fixed post-processing output logging not returning anything if stdout is an empty string while stderr return the actual error.
2 years ago
morpheus65535
5d36b80c07
Removed Enzyme for embedded subtitles indexing and fixed mediainfo integration issues. #2007
2 years ago
morpheus65535
0970f19d96
Fixed mediainfo integration issues. #2007
2 years ago
morpheus65535
c4b8345e65
Added mediainfo as potential embedded subtitles parser. #2007
2 years ago
morpheus65535
6693b98811
Fixed issues with new database creation since e6d0893812
2 years ago
morpheus65535
2622a0896e
Fixed Plex webhook trying to search for subtitles for pre-roll video. #2013
2 years ago
morpheus65535
e6d0893812
Added routine to remove deprecated providers from enabled providers in config.ini
2 years ago
morpheus65535
6a17a7fecd
no log: fixed throttled providers count update of UI
2 years ago
morpheus65535
cc42e7bc5c
Fixed improper page_size value that prevent series and movies page from loading. #1995
2 years ago
morpheus65535
e6cab17a29
Fixed some edge case where no media could be found in db with a specific path. #2003
2 years ago
morpheus65535
ea5bf9ad07
Removed call to deprecated language profile endpoint in Sonarr v4. #1998
2 years ago
morpheus65535
4ada83f747
no log: added no-signalr args
2 years ago
morpheus65535
60dfe6bb81
Merge remote-tracking branch 'origin/development' into development
2 years ago
morpheus65535
8c944c4cf2
Fixed log an backup download from UI after flask upgrade.
2 years ago
LASER-Yi
9165663cba
Move pageSize in UI settings to backend
2 years ago
morpheus65535
551f57bc0e
Fixed bad subtitles extension exception when uploading subtitles with uppercase extension. #1988
2 years ago
morpheus65535
05cffa9410
Fixed issue while downloading movie subtitles.
2 years ago
morpheus65535
0e8ac06e59
Fixed infinite loop while trying to connect to Sonarr with SignalR permission issue.
2 years ago
morpheus65535
2e2626ce43
Fixed issue with cutoff not enforced when searching for multiple languages at the same time.
2 years ago
morpheus65535
eb770c9faa
no log: send events to update wanted and badges in ui when something's changed while saving languages profiles.
2 years ago
morpheus65535
2e4480dd5f
no log: small fix
2 years ago
morpheus65535
c563262fa8
Revert "Fixed Sonarr v3 SignalR feed not connecting when mono is used to run Sonarr. #1985"
...
This reverts commit a26b86cb95
.
2 years ago
morpheus65535
a26b86cb95
Fixed Sonarr v3 SignalR feed not connecting when mono is used to run Sonarr. #1985
2 years ago
morpheus65535
b8b916dc30
Added live(SignalR) feeds status for Sonarr and Radarr.
2 years ago
Vitiko
1ba9404129
Update database refiner
2 years ago
morpheus65535
bbe2483e21
Updated vendored dependencies.
2 years ago
Vitiko
708fbfcd8e
Add support for configurable scores (movies and episodes)
...
Currently only configurable via manual `data/config/config.ini`
text edition.
New configurable values are `series_scores` and `movie_scores`.
For each config section, the sum of the config values (except hash)
must be equal to the hash value plus one (1), otherwise default
values will be used (notified via debug log).
Hash values are not meant to be modified; the value is shown in
`config.ini` for reference. Modifying hash values would imply
breaking Bazarr's score logic.
2 years ago
morpheus65535
0b8274ec3e
Fixed improper update of providers pool when forced subtitles are involved. #1977
2 years ago
morpheus65535
a1594e5a08
Added automatic update of wanted subtitles count on use embedded subtitles settings modification.
2 years ago
morpheus65535
49fc597efb
Fixed blacklist item removal issue.
2 years ago
morpheus65535
d7c8188f94
Fixed history statistic view not taking timezone into account.
2 years ago
morpheus65535
af70cf1fc9
Added support for series monitored status. #1964
2 years ago
morpheus65535
65c0e6b823
Fixed use original format when uploading subtitles. #1955
2 years ago
morpheus65535
c492de8b67
Fixed episodes subtitles search when notified of import by Sonarr v3 SignalR feed. #1946
2 years ago
morpheus65535
bc32ddbc57
no log: fixed unused import
2 years ago
morpheus65535
daa7ef3fd0
no log: fixed logout API endpoint
2 years ago
morpheus65535
e7d22687a0
no log: fixed import
2 years ago
morpheus65535
d3defa2e09
Added update mechanism sooner in the startup process to recover from a failed update more easily once a fixed release is available.
2 years ago
morpheus65535
131b4e5cde
Added Swagger documentation for Bazarr API
2 years ago
morpheus65535
7a2d2399fc
Fixed incorrect IP or already used TCP port from preventing Bazarr initialization.
2 years ago
morpheus65535
fa8ddeb2aa
Fix to deal with empty series/movies list during sync. #1941
2 years ago
morpheus65535
87b3e55aa1
Fix #1938
2 years ago
morpheus65535
93612434e5
Fixed improper parsing of series metadata when receiving an event from Sonarr SignalR feed.
2 years ago
morpheus65535
a880386184
Improved exceptions logging for events received through SignalR feeds.
2 years ago
MichaIng
7754ca54eb
no log: Update checksum of aarch64 unrar binary ( #1912 )
...
Companion PR to https://github.com/morpheus65535/bazarr-binaries/pull/1 .
Signed-off-by: MichaIng <micha@dietpi.com>
Signed-off-by: MichaIng <micha@dietpi.com>
2 years ago
morpheus65535
c2c0cbda0b
Improved API to return better message/code on errors
2 years ago
Sander van Kasteel
0d39928a7b
Added support for CORS headers
2 years ago
morpheus65535
a36b3ce2ba
Added download link for backup archives.
2 years ago
morpheus65535
180a40e027
Improved live synchronization with Sonarr and Radarr trough SignalR feed by implementing dedicated threaded events queues, by preventing execution of duplicate events received, by filtering events to be processed and by logging at debug level events received to improve debugging.
2 years ago
morpheus65535
c6efda0f75
Fixed None type issue on the first subtitles indexation for episodes or movies.
2 years ago
morpheus65535
0fb928675c
Fixed compatibility with the latest nightly version of Sonarr v4.
2 years ago
Diego Heras
bc0a7c2e0f
Fix issue in external subtitles cache. #1916
2 years ago
morpheus65535
c74f9e9602
Tried to improve full disk daily indexing tasks resources usage. #1916
2 years ago
morpheus65535
b0abe81d12
Fixed integer conversion issue. #1918
2 years ago
morpheus65535
4382a05da1
Fixed double slashes stored in config.ini by sanitizing the config values. #1903
2 years ago
morpheus65535
ba1687a478
Fixed subtitles upgrade job trying to upgrade null scored subtitles (part 2). #1909
2 years ago
morpheus65535
0d12bcb39e
no log: some pep8 fixes
2 years ago
morpheus65535
81e13e1eac
Fixed episodes or movies importation skipped when Sonarr/Radarr improperly report that media file size is null.
2 years ago
morpheus65535
414900c24e
Fixed subtitles upgrade job trying to upgrade null scored subtitles. #1909
2 years ago
vitiko98
5624ae431e
Embedded Subtitles provider: add support for unknown language tags
3 years ago
Samuel Bartík
67259ec75d
Fix postprocessing escaping ( #1907 )
3 years ago
Caleb Rascon
c622e1f710
Added option to always use audio track for subtitle syncing
3 years ago
Samuel Bartík
741a8172b2
Fixed quotation marks escaping in post-processing variables ( #1882 )
3 years ago
vitiko98
be93a92a35
no log: add mimetypes on runtime
3 years ago
vitiko98
d2b40bd781
Add Karagarga.in provider
3 years ago
morpheus65535
5fab67bca0
no log: fixed unused imports and indent issues
3 years ago
morpheus65535
f760d3198b
Merge remote-tracking branch 'origin/development' into development
3 years ago
morpheus65535
44ffac67b3
Fixed uploaded subtitles not preserved when it should. #1879
3 years ago
vitiko98
8086bce5c4
Embedded Subtitles Provider: major update
...
* fese library was updated
* mergerfs_mode support was dropped. Too much false positives
* extended codec support (two new codecs added: webvtt and mov_text)
* disable conversion to srt by default
3 years ago
morpheus65535
3a14099e36
Fixed deletion of subtitles with file extension other than srt.
3 years ago
morpheus65535
c8c815e240
Fixed LegendasDivx throttling reset time to prevent IP from getting blocked.
3 years ago
morpheus65535
e1bd02396f
Fixed cutoff being reached for a language even if forced subtitles is available but not requested.
3 years ago
LASER-Yi
4b71b8ae65
Fix missing images issue when serving via Flask
3 years ago
morpheus65535
a79c2187de
Fixed throttle expiration for providers that reset at midnight. #1863
3 years ago
morpheus65535
4640badd4b
no log: deal with potential exception with missing time zone info.
3 years ago
morpheus65535
f2eb8f1342
Fixed uptime in System-->Status and added time zone info.
3 years ago
morpheus65535
3c53db7353
Added translation to history. #1827
3 years ago
morpheus65535
0f4af48be6
Fixed root url redirect not working with base_url defined. #1857
3 years ago
morpheus65535
2a298860a4
Fixed hearing-impaired not taken into account when naming uploaded subtitles #1846
3 years ago
morpheus65535
8de8c2c0c1
no log: fixed imports
3 years ago
Vitiko
6515c42f26
Add NO_CLI env var for tests ( #1856 )
3 years ago
morpheus65535
c2f2ce1777
Fixed import order that was preventing Bazarr from starting after initial database creation.
3 years ago
Samuel Bartík
fde1e0e069
Improved titulky provider search
3 years ago
morpheus65535
642733f92f
Added support for unar RAR extraction utility. #1833
3 years ago
morpheus65535
2710bfa17d
Merge remote-tracking branch 'origin/development' into development
3 years ago
morpheus65535
8bc2347bc5
no log: prevent apprise from logging when no notification providers are configured.
3 years ago
Vitiko
5f0f654efe
Fix some foreign providers not being updated properly
3 years ago
Vitiko
23a5ab9b0e
Improve provider configs updates
3 years ago
morpheus65535
0bfaf7a36c
no log: fixed improper imports
3 years ago
morpheus65535
89fa25cddf
Fixed issues while trying to serve assets. #1822
3 years ago
morpheus65535
7fa2a607be
no log: fixed import
3 years ago
morpheus65535
79f81e0edb
no log: fixed ImportError when Bazarr update itself from 1.0.4 without the daemon process being restarted.
3 years ago
morpheus65535
af95f70202
Fixed mimetype issues for some Windows users.
3 years ago
morpheus65535
4c08180e6e
no log: fixed binaries' directory in the wrong place.
3 years ago