Commit Graph

1625 Commits (f371d0585be39bc528eafa714397c601f13a062d)

Author SHA1 Message Date
morpheus65535 b0e6136de1 Added more debug logging for the existing subtitles indexing process.
6 years ago
panni c491d0333f get_subtitle: fix rounding for message log, score
6 years ago
panni f87e1cd3a9 main: remove __file__=__file__ reference
6 years ago
morpheus65535 005b78f350 Initial commit
6 years ago
Louis Vézina 552cae7483 Fix to prevent manual search to return None instead of an empty json string.
6 years ago
panni 4ac6690efc get_subtitle: manual download: add separate check for download success
6 years ago
panni 80ee0c9299 get_subtitle: cleanup; add docs for force_unicode
6 years ago
panni cc2c55f043 get_subtitle: properly cast language parameter to list
6 years ago
panni d222dfc3b2 get_subtitle: properly indent fixme
6 years ago
panni c8595241c1 add fixme for subtitle folder setting for movies
6 years ago
panni e34201ff2b add fixme for subtitle folder setting
6 years ago
panni ec2dd3aec7 get_subtitle: add docs to new functions; use path_decoder for manual download
6 years ago
panni 912fa4b612 get_subtitle: remove unused hi var
6 years ago
panni 1f485d0aa7 get_subtitle: implement manual subtitle download
6 years ago
panni d9627ae99c get_subtitle: return max_score as float
6 years ago
panni ffd60029e5 system tab: fix error when only sonarr or only radarr is configured
6 years ago
panni 6c822655c4 download_subtitle: support list of languages
6 years ago
panni 47295ac87a implement download_subtitle; add helper functions: get_video, get_scores
6 years ago
panni fca858c669 manual_search: implement hints, use full parsing with sceneName
6 years ago
panni 890fb25a01 manual_search: implement subliminal_patch
6 years ago
panni 17e47fc48e manual_search: always return dict
6 years ago
panni d126da710c Merge remote-tracking branch 'origin/development' into subliminal_patch
6 years ago
morpheus65535 d5c141f9cf Fix to prevent manual search to return None instead of an empty json string.
6 years ago
morpheus65535 f01c22f809 Merge remote-tracking branch 'origin/development' into development
6 years ago
morpheus65535 074633bcf3 Disabling unwanted full rescan every 5 minutes.
6 years ago
Halali db4554aad1 Implement Panni's changes to fix logger bug
6 years ago
panni c8854e7180 logger: precompile regexes, simplify
6 years ago
panni 3d585548a1 logger: add ArgsFilteringFilter base class; cleanup
6 years ago
panni ba0217dfa8 logger: remove double assignment
6 years ago
panni 23a6413154 get_subtitle: fix compute_score usage
6 years ago
panni 10195df70e logger: don't shadow args; restore original record.args type
6 years ago
panni edfd75c848 logger: fix filtering of dict args
6 years ago
panni b3a3a8e957 logger: use default formatter in case of debug
6 years ago
panni ef09482a36 scheduler: fix broken import
6 years ago
panni 39a698cae3 more merge fixes; import libs
6 years ago
panni bddc6b7ffe cleanup unused imports
6 years ago
panni bd818b67f0 formatting
6 years ago
panni 49428179f1 merge fixes; reorder imports in main
6 years ago
panni a03cebee38 add provider_configs docs
6 years ago
panni 221c67449b Merge remote-tracking branch 'origin/development' into subliminal_patch
6 years ago
morpheus65535 42cf864c19 Fix for movies that cannot be imported.
6 years ago
Halali 18ea5442de Notification test button
6 years ago
Louis Vézina 6216bbec39 Rescan for existing subtitles when an episode or a movie file is updated in Sonarr/Radarr.
6 years ago
Louis Vézina 415833a152 Fix for #222 that wasn't working for movies.
6 years ago
morpheus65535 c1f0bf36ca Version bump
6 years ago
morpheus65535 bf09e94c5b Some small improvement
6 years ago
morpheus65535 1fb0a4078f Merge branch 'development' into halali
6 years ago
morpheus65535 fb6ebf5c7a Fix for #225 when langdetect cannot recognize the language.
6 years ago
Louis Vézina 2165af8bd3 Add a route when trailing slash is not added after base_url
6 years ago
morpheus65535 954a10f817 Fix for #222 where manual download for movies is broken
6 years ago
Halali a025ae40de Fix for debug logging
6 years ago
morpheus65535 4d007bb279 Version bump
6 years ago
morpheus65535 9e7af4ca3c Small fixes.
6 years ago
Halali 82a78275b7 Merge remote-tracking branch 'origin/development' into halali
6 years ago
Louis Vézina 9bc84a00ee Merge branch 'logging' into development
6 years ago
Halali 7bb2b5db60 Delete forgotten print
6 years ago
Tadeu Cruz 447e3f5779 Trying to resolve the issue #196
6 years ago
Halali 3891ccdaf5 Remove restart requirement icon from Debug setting
6 years ago
Halali ed50acd7cc Add IP filtering for logging
6 years ago
Halali cb1ea10add Merge branch 'development' into logging
6 years ago
Halali 2f5f9bad35 Fix for episodes template
6 years ago
Halali e1b9f0dd8d Some tweak
6 years ago
Halali c20236141f Add tooltips for scenename, filename and adaptive searching in movies and wanted movies
6 years ago
Halali 6527aff7f6 Merge remote-tracking branch 'origin/development' into halali
6 years ago
morpheus65535 3f93493ba8 Fix for #174
6 years ago
Halali 7118350826 Merge branches 'development' and 'halali' of https://github.com/morpheus65535/bazarr into halali
6 years ago
morpheus65535 3c271ec64e Some tweak.
6 years ago
Louis Vézina da505bf087 Version bump.
6 years ago
Louis Vézina 54b39bf4a4 Remove bottle debug mode when not executed in pycharm.
6 years ago
Halali dd87c1bffe Fix code3b position in DB
6 years ago
morpheus65535 e97e34bbd4 Fix for missing path returned by Radarr #213
6 years ago
Halali f78c04ba17 Merge branch 'development' of https://github.com/morpheus65535/bazarr into halali
6 years ago
morpheus65535 8c91494e64 Fix for missing path returned by Radarr #213
6 years ago
Halali 675bacc78d Add tooltips for scenename, filename and adaptive searching in episode and wanted episode
6 years ago
Halali ac640e4054 Add status page and fix for #160
6 years ago
panni fc06af6c41 get_args: don't verify config path prematurely; realpath it for better readability
6 years ago
panni f692930e26 rewrite get_argv to get_args; use in daemon and bazarr; fix os.path.join usage; PEPify most
6 years ago
panni 2148636608 add throttle doc todo
6 years ago
panni 68b4df50e3 add first working list implementation; add first todos/fixmes
6 years ago
panni 6cc97a17cd make bazarr a module; use centralized getopt in daemon; add --debug option for console handler; add logging dependencies
6 years ago
panni d8c6570b49 first non-boot-failing version
6 years ago
panni 4beaeaa99e Merge remote-tracking branch 'origin/development' into subliminal_patch
6 years ago
morpheus65535 9ea3a4f257 Merge remote-tracking branch 'origin/halali' into development
6 years ago
Louis Vézina da9f559b1a Temporary fix for "no content" error. Permanent fix will come with subliminal_patch integration.
6 years ago
Halali 5ff8baa19c Change Log_level settings to Debug checkbox
6 years ago
Halali 1b8efc890a Change debug logging level settings
6 years ago
Halali c21c2869f7 Initial commit
6 years ago
Louis Vézina b2141f4bd0 Fix to support #139 as proposed in #198. Thanks!
6 years ago
Louis Vézina 0fac16c432 Add exception logging for compute_score().
6 years ago
Louis Vézina 3a0ca513d9 Added some logging and output when trying to restart Bazarr.
6 years ago
Louis Vézina 127d9b9bc7 Removing auto-restart after updating from source. This is raising too much issues.
6 years ago
Halali 4d37267078 Dynamic notification providers provisioning
6 years ago
Halali 32f7909605 Revert "Trying fix update process"
6 years ago
Halali dccf6da3f9 Revert "bump"
6 years ago
Halali 7f1bc4ac16 bump
6 years ago
Halali b6bcece0e9 Trying fix update process
6 years ago
Louis Vézina bc0661c433 Fix for subliminal log level.
6 years ago
Halali df061944fd Exclude unmonitored episodes from series progress bar
6 years ago
Louis Vézina 00e745813c Merge branch 'wizard' into development
6 years ago
Halali 9b0034e35d Remove unused variables
6 years ago
Halali 8be60afaff Remove scenename and embedded from Wizard and rework for default settings in save_wizard
6 years ago
Louis Vézina d61bdfcd4f Initial commit.
6 years ago
Louis Vézina b9a987b57d Fix for logging level
6 years ago
Halali 9aba6cad49 Change default settings
6 years ago
Louis Vézina f95c089874 Added debug logging to subtitles downloading.
6 years ago
Louis Vézina ab0f5d80e7 Merge branch 'development' into debug_logging
6 years ago
Halali 5a3875c75e Add Wizard
6 years ago
Louis Vézina f56912d1d8 Fix for test Sonarr and Radarr connection not working caused by an unencoded url.
6 years ago
Louis Vézina fda9badc95 Fix for check_update working directory after moving every python script to bazarr subdirectory.
6 years ago
Louis Vézina 09206a91d8 Fix for reverse proxy port and loader message when restarting.
6 years ago
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.
6 years ago
Louis Vézina bcf76a7fc3 Merge branch 'development' into debug_logging
6 years ago
Louis Vézina 7186fc8968 Prevent spawning of new instance of CherryPy before the first one has stopped.
6 years ago
Louis Vézina 3e17afc028 Merge branch 'development' into daemon
6 years ago
Louis Vézina 88fccbe28f Continuing development and removing root directory
6 years ago
Louis Vézina c0276d32c1 Continuing development
6 years ago
Louis Vézina 67b722cce1 Continuing development
6 years ago
Louis Vézina 8a1dc9e275 Flushing stdout buffer
6 years ago
Louis Vézina 9c28c30ec8 Add link to restart and manage KeyboardInterrupt
6 years ago
Louis Vézina bf02d07759 Added restart after update
6 years ago
Louis Vézina a88672070e Cherrypy test
6 years ago
Louis Vézina 21104b4407 Continuing development
6 years ago
morpheus65535 1cccd810ae Auto reload after restart
6 years ago
morpheus65535 56226f941d Fix for Linux
6 years ago
Louis Vézina 1137090735 Moving everything else bazarr.py to a bazarr subdirectory.
6 years ago