summaryrefslogtreecommitdiffhomepage
path: root/bazarr.py
AgeCommit message (Collapse)Author
2021-12-29Added support for Python 3.10 in startup warning.v1.0.2-beta.15v1.0.2morpheus65535
2021-12-01Upgraded some embedded dependencies to be ready for Python 3.10. This ↵morpheus65535
doesn't mean that it's fully supported right now.
2021-07-07Added an unsupported warning on startup if using Python 3.9morpheus65535
2020-05-24Rework on child process management.Smaarn
When receiving the SIGTERM signal, swallow it and terminate latest created child process Catch ChildProcessError (occurs when child process is terminated by the current python script on mac os x)
2020-05-18WIPLouis Vézina
2020-05-18WIPLouis Vézina
2020-04-27Fix for #952.Louis Vézina
2020-04-15Simplify daemon mechanism.Louis Vézina
2020-04-14Simplify daemon mechanism.Louis Vézina
2020-04-12Merge remote-tracking branch 'origin/development' into developmentLouis Vézina
2020-04-12Bazarr won't start anymore when launched with Python ealier than 3.7. No ↵Louis Vézina
more compatibility with 2.7.x
2020-04-11[Python 3 only] Changed SIGTERM signal handling.Smaarn
Now the first SIGTERM will propagate a SIGINT to child processes. A second SIGTERM signal would send a SIGTERM to child processes and "interrupt" itself. A third SIGTERM signal would actually follow the default system behaviour. # Conflicts: # bazarr.py
2020-04-11Increased minimal version of Python 3.x to 3.7 instead of 3.6. We have too ↵Louis Vézina
much trouble with 3.6 and some of our dependencies don't support it anymore.
2020-02-16Fix for Python 2.7 compatibility regression.Louis Vézina
2020-02-09change: log redirection mechanismSmaarn
Rely on native output and error stream printing. Blocked input reading
2020-01-31code cleanup: bazarrngosang
2020-01-19Fixed: when receiving a SIGTERM signal, a smooth shutdown procedure should ↵Smaarn
be performed on children processes. Reverted the change for Python 2
2020-01-14Fixed: when receiving a SIGTERM signal, a smooth shutdown procedure should ↵Smaarn
be performed on children processes.
2019-12-14Added stdout flush even for Python 2.x.Louis Vézina
2019-12-08Fix for stdout/stderr logging under Python 3.x.Louis Vézina
2019-12-06Fix for restarting since Python 3.Louis Vézina
2019-09-28WIPLouis Vézina
2019-09-23WIPLouis Vézina
2019-09-22WIPLouis Vézina
2019-09-22Merge branch 'development' into python3Louis Vézina
# Conflicts: # bazarr.py # bazarr/get_subtitle.py
2019-09-18Fix for Python minor version containing something else than digits.Louis Vézina
2019-09-13WIPLouis Vézina
2019-09-08Fix for Python version check when there's a "+" sign in revision number.Louis Vézina
2019-09-05Added a check for Python version.Louis Vézina
2019-06-11Reformat codeHalali
2019-06-01Reduce CPU, Disk and Memory usagengosang
2018-10-31rewrite get_argv to get_args; use in daemon and bazarr; fix os.path.join ↵panni
usage; PEPify most
2018-10-31make bazarr a module; use centralized getopt in daemon; add --debug option ↵panni
for console handler; add logging dependencies
2018-10-16Fix for arguments not passed correctly to child process.Louis Vézina
2018-10-16Fix to create daemon stop and restart file in config_dir. Add a fix for ↵Louis Vézina
automatic reloading after restart when using a reverse proxy with SSL.
2018-10-16Continuing developmentLouis Vézina
2018-10-16Flushing stdout bufferLouis Vézina
2018-10-14Add link to restart and manage KeyboardInterruptLouis Vézina
2018-10-11Cherrypy testLouis Vézina
2018-10-10Continuing developmentLouis Vézina
2018-10-10Auto reload after restartmorpheus65535
2018-10-09Fix for main.py not foundmorpheus65535
2018-10-04Moving everything else bazarr.py to a bazarr subdirectory.Louis Vézina
2018-10-03More developmentLouis Vézina
2018-10-03Renamed bazarr.py in main.py and daemon.py in bazarr.pymorpheus65535
2018-10-02Initial commitmorpheus65535
2018-09-29add fix for #151 to save_settingsHalali
2018-09-29fix for DeprecationWarning #162Halali
2018-09-26minor search engine changesHalali
2018-09-22Version bumpmorpheus65535