This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
bazarr
Watch
1
Star
0
Fork
0
You've already forked bazarr
mirror of
https://github.com/morpheus65535/bazarr.git
synced
2026-07-30 09:37:45 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
bazarr
/
bazarr
History
morpheus65535
5dd736c398
Refactored
postprocessing
function to handle subprocess invocation differently on Windows and Unix, ensuring path safety and avoiding OS command injection. Added comprehensive unit tests for both platforms to ensure behavior correctness.
#3413
2026-07-02 10:10:13 -04:00
..
api
Decoupled database version and migration retrieval by storing them in environment variables, simplifying API system status generation and preventing connection exhaustion with Postgresql.
#3361
2026-05-31 23:21:12 -04:00
app
Added CaptchaAI as an anti-captcha provider
2026-06-30 08:33:48 -04:00
jellyfin
…
languages
…
plex
…
radarr
Improved Sonarr and Radarr sync performance dramatically
2026-06-07 13:11:59 -04:00
sonarr
Improved Sonarr and Radarr sync performance dramatically
2026-06-07 13:11:59 -04:00
subtitles
Refactored
postprocessing
function to handle subprocess invocation differently on Windows and Unix, ensuring path safety and avoiding OS command injection. Added comprehensive unit tests for both platforms to ensure behavior correctness.
#3413
2026-07-02 10:10:13 -04:00
utilities
Fixed UNC path handling in
pp_replace
by replacing
re.sub
string substitutions with lambda functions to prevent escape sequence misinterpretation.
#3413
2026-07-01 16:54:31 -04:00
__init__.py
…
constants.py
…
get_args.py
…
init.py
…
literals.py
…
main.py
Added SSL verification disabling functionality for all providers to circumvent strict SSL policy enforced by some operating systems.
#3365
2026-06-18 22:35:53 -04:00