Commit Graph

194 Commits

Author SHA1 Message Date
Louis Vézina e4b6020f63 Added stdout flush even for Python 2.x. 2019-12-14 09:30:58 -05:00
Louis Vézina 0df9b70558 Fix for stdout/stderr logging under Python 3.x. 2019-12-08 20:43:09 -05:00
Louis Vézina 1eb174d9ef Fix for restarting since Python 3. 2019-12-06 22:40:40 -05:00
Louis Vézina 96f44c6a80 WIP 2019-09-28 12:38:26 -04:00
Louis Vézina 2b2fd4e8d7 WIP 2019-09-23 16:21:24 -04:00
Louis Vézina bcc4183ef3 WIP 2019-09-22 22:27:23 -04:00
Louis Vézina b055d89b4f Merge branch 'development' into python3
# Conflicts:
#	bazarr.py
#	bazarr/get_subtitle.py
2019-09-22 20:38:43 -04:00
Louis Vézina e7bebc495f Fix for Python minor version containing something else than digits. 2019-09-18 11:35:19 -04:00
Louis Vézina 645952c61a WIP 2019-09-13 15:12:26 -04:00
Louis Vézina fef399d0a4 Fix for Python version check when there's a "+" sign in revision number. 2019-09-08 07:59:08 -04:00
Louis Vézina dc510c71e3 Added a check for Python version. 2019-09-05 11:30:14 -04:00
Halali daa6d87e76 Reformat code 2019-06-11 20:45:48 +02:00
ngosang 42bbd7439e Reduce CPU, Disk and Memory usage 2019-06-01 01:14:40 +02:00
panni f692930e26 rewrite get_argv to get_args; use in daemon and bazarr; fix os.path.join usage; PEPify most 2018-10-31 20:34:40 +01:00
panni 6cc97a17cd make bazarr a module; use centralized getopt in daemon; add --debug option for console handler; add logging dependencies 2018-10-31 18:09:46 +01:00
Louis Vézina 376ee719fb Fix for arguments not passed correctly to child process. 2018-10-16 21:55:30 -04:00
Louis Vézina e124e1c3fd Fix to create daemon stop and restart file in config_dir. Add a fix for automatic reloading after restart when using a reverse proxy with SSL. 2018-10-16 21:15:42 -04:00
Louis Vézina 67b722cce1 Continuing development 2018-10-16 10:58:25 -04:00
Louis Vézina 8a1dc9e275 Flushing stdout buffer 2018-10-16 08:48:25 -04:00
Louis Vézina 9c28c30ec8 Add link to restart and manage KeyboardInterrupt 2018-10-14 09:32:16 -04:00
Louis Vézina a88672070e Cherrypy test 2018-10-11 20:50:33 -04:00
Louis Vézina 21104b4407 Continuing development 2018-10-10 21:23:30 -04:00
morpheus65535 1cccd810ae Auto reload after restart 2018-10-10 07:15:06 -04:00
morpheus65535 3008c7a746 Fix for main.py not found 2018-10-09 19:47:32 -04:00
Louis Vézina 1137090735 Moving everything else bazarr.py to a bazarr subdirectory. 2018-10-04 14:16:49 -04:00
Louis Vézina 53b52d364e More development 2018-10-03 17:01:10 -04:00
morpheus65535 f2497685e8 Renamed bazarr.py in main.py and daemon.py in bazarr.py 2018-10-03 06:53:22 -04:00
morpheus65535 cb385d8706 Initial commit 2018-10-02 22:31:20 -04:00
Halali a6da80645d add fix for #151 to save_settings 2018-09-29 21:31:31 +02:00
Halali 20b315a368 fix for DeprecationWarning #162 2018-09-29 19:31:31 +02:00
Halali bfdc6200b7 minor search engine changes 2018-09-26 14:31:47 +02:00
morpheus65535 8d13e5b548 Version bump 2018-09-22 18:10:35 -04:00
morpheus65535 54329b0d2b Fix for providers auth not used 2018-09-22 18:07:46 -04:00
morpheus65535 0551f2d0b8 Version bump 2018-09-18 00:08:32 -04:00
morpheus65535 46d8c49355 Fix for Sonarr and Radarr settings testing 2018-09-17 23:38:20 -04:00
morpheus65535 0f061f2122 Include dependencies and remove requirements.txt 2018-09-16 20:33:04 -04:00
morpheus65535 81daa902f6 Version bump 2018-09-16 08:41:33 -04:00
halali 4416799122 Proxy support #113
* Initial commit

* More development

* Update requirements

* Update init filr

* fix

* Added exclude settings

* Change wording

* Fix bad merge

* Hide setting if not selected proxy type

* revert disabled update check

* Fix for APScheduler import

* Revert "Fix for APScheduler import"

This reverts commit 0f4744d2c8.

* Fix som Bugs

* Fix som Bugs

* Dynamicaly add or remove form validation rules for proxy
2018-09-16 08:38:00 -04:00
morpheus65535 26ac122548 update to API to include movies 2018-09-13 07:28:15 -04:00
morpheus65535 badfb3f866 Fix for --no-update 2018-09-13 06:38:10 -04:00
morpheus65535 e42d1e2dd2 Fix for #80 2018-09-13 00:32:09 -04:00
morpheus65535 da7c1aa5ad Merge branch 'development' of http://github.com/morpheus65535/bazarr into development 2018-09-12 23:25:12 -04:00
morpheus65535 ae108adcb0 Removed dependency on Pillow(PIL) module and added button to check Soanrr and Radarr connection settings #80 2018-09-12 23:17:46 -04:00
halali cc3c4462a0 Login form #127
* Initial commit

* Fix cookies

* Continue work

* Login error msg

* Reimplement Basic auth

* Some improvements

* Reimplement Basic auth

* Some improvements

* Change validation key for cookies

* Some Changes

* Add client side control of password when changing username

* Some changes
2018-09-11 22:32:09 -04:00
morpheus65535 66dac7f19c
Manual searching implementation (#137)
* Initial commit

* Continuing development

* Continuing development

* Continuing development

* Continuing development

* Continuing development

* Manual searching completed for episode

* Fix for multiple desired languages

* Fix some error

* Continuing development

* Continuing development

* Final part of manual searching #107
2018-09-10 17:10:33 -04:00
morpheus65535 eef65f79bd
Version bump 2018-08-29 08:59:47 -04:00
halali 53f3338ef7 Adaptive searching (#130)
* Move settings from Database to Config file

* Delete unused config and forgot upload init

* Fix

* Update get_subtitles and fix provider auth

* Revert "Update get_subtitles and fix provider auth"

This reverts commit c904bf6b5a.

* Update get_sebtitles

* more fixes

* Update requirements

* Initial Commit

* Finished
2018-08-26 20:53:02 -04:00
morpheus65535 1c1aec5a06 Add a releases tab in system to keep track of changes. 2018-08-26 20:51:29 -04:00
halali db2378943f Move settings from Database to Config file (#126)
* Move settings from Database to Config file

* Delete unused config and forgot upload init

* Fix

* Update get_subtitles and fix provider auth

* Revert "Update get_subtitles and fix provider auth"

This reverts commit c904bf6b5a.

* Update get_sebtitles

* more fixes

* Update requirements
2018-08-23 15:58:15 -04:00
morpheus65535 0a3ccbb1c2 Final fix for #85 ... I hope... 2018-08-15 22:21:16 -04:00