Commit Graph

3517 Commits

Author SHA1 Message Date
morpheus65535 3f7abc9ddc no log: pep improvement 2021-10-11 23:45:22 -04:00
morpheus65535 b1af4caeeb Improved support for series for Titrari.ro provider 2021-10-11 23:44:06 -04:00
morpheus65535 294d3eb0ee Added support for series to provider Titrari.ro 2021-10-11 14:33:10 -04:00
morpheus65535 d851c16da7 Added a settings to disable SSL certificate validation for Podnapisi. Be careful as it's causing a security risk for a man in the middle (MitM) attack. #1565 2021-10-10 23:31:38 -04:00
morpheus65535 258d66c45f WIP 2021-10-10 22:59:03 -04:00
morpheus65535 d1718de41b Merge branch 'development' into autonomous
# Conflicts:
#	bazarr/get_providers.py
#	bazarr/list_subtitles.py
2021-10-10 21:50:56 -04:00
morpheus65535 9fff275f1c Improved description of proxy ignored addresses. #1566 2021-10-10 21:29:17 -04:00
Bogdan Ilisei 17dd5ddde5
Fixed titrari.ro provider 2021-10-10 20:50:46 -04:00
morpheus65535 779cac1448 no log: another fix for os.com 2021-10-10 20:49:20 -04:00
morpheus65535 249437deb4 Fixed missing subtitles computation when there's an embedded forced subtitles track. 2021-10-10 19:05:20 -04:00
morpheus65535 95a509cf23 Fixed opensubtitles.com exception when invalid JSON is returned from provider. #1572 2021-10-10 08:20:54 -04:00
morpheus65535 ff8865555a Fixed opensubtitles.com throttling delay when download limit is reached. 2021-10-10 08:20:06 -04:00
morpheus65535 2be567dd7d WIP 2021-10-09 10:34:50 -04:00
Antoine Malliarakis 58be0cac83
Bump rooks 5.4.6 to 5.7.1 (#1569) 2021-10-06 19:35:27 +08:00
vitiko98 385461d28c Make debug call more verbose 2021-10-04 21:59:14 -04:00
morpheus65535 aece4bd845 Implemented monitored status for Series, episodes and movies. 2021-10-03 21:55:11 -04:00
morpheus65535 e429e02e15 Fixed indentation error. 2021-10-03 21:50:25 -04:00
morpheus65535 036600f150 Fixed titrari search endpoint again. #1564 2021-09-30 21:54:03 -04:00
morpheus65535 e126c57d97 Implemented tmdb cache cleanup process 2021-09-29 06:53:07 -04:00
morpheus65535 1466679855 Fixed timedelta usage after PEP import fixes 2021-09-29 06:30:36 -04:00
morpheus65535 fe0d16c744 Added actions for movies in file watcher. 2021-09-28 22:05:34 -04:00
morpheus65535 f6f2f25023 Merge branch 'development' into autonomous 2021-09-28 17:38:37 -04:00
morpheus65535 679f1e803c Improved opensubtitles.com providers. 2021-09-28 17:36:47 -04:00
Deathbybandaid 150db66862
no log: pep8 E402 fix (#1563)
E402 module level import not at top of file
2021-09-28 08:51:43 -04:00
morpheus65535 56ffa722e5 Fixed multiple episodes subtitles upload to use the first episode number found. #1562 2021-09-28 06:39:36 -04:00
morpheus65535 e537cd131c PEP improvements. 2021-09-28 00:20:22 -04:00
Deathbybandaid bdbf762331
no log: Pep Fixes
* Whitespace and Commenting Fixes
E203 whitespace before ':'
E225 missing whitespace around operator
E231 missing whitespace after ',' 
E251 unexpected spaces around keyword / parameter equals
E261 at least two spaces before inline comment
E262 inline comment should start with '# '
E265 block comment should start with '# '
E302 expected 2 blank lines, found X
E303 too many blank lines
E305 expected 2 blank lines after class or function definition, found X
W291 trailing whitespace
W293 blank line contains whitespace

* Import Fixes
E402 module level import not at top of file
W0401 X ' may be undefined, or defined from star imports: ' X
W0404 redefinition of unused X from line X
W0611 X imported but unused

* Variable and Exception Fixes
E701 multiple statements on one line (colon)
E711 comparison to None should be 'if cond is not None:'
E713 test for membership should be 'not in'
E722 do not use bare 'except'
E741 ambiguous variable name 'l'
W0612 local variable X is assigned to but never used

* Indentation Fixes
E111 indentation is not a multiple of four
E117 over-indented
E122 continuation line missing indentation or outdented
E125 continuation line with same indent as next logical line
E127 continuation line over-indented for visual indent
E129 visually indented line with same indent as next logical line

* replace lowercase todo and fixme with standardized TODO
2021-09-27 19:58:18 -04:00
morpheus65535 e9f0dcad44 Improvement to file watcher observer depending on storage type: local or remote 2021-09-27 17:34:21 -04:00
morpheus65535 ab377bae14 Added a sleep to prevent blocking the main thread serving the UI 2021-09-27 16:15:35 -04:00
morpheus65535 e53fcaa59c Added some comments, restructured some code and improved the file watcher. 2021-09-26 23:21:45 -04:00
Guy Khmelnitsky 66585ec765
Fix Missing subtitles issue with Ktuvit provider 2021-09-22 12:22:56 -04:00
morpheus65535 c043a055b1 Merge branch 'development' into autonomous
# Conflicts:
#	bazarr/config.py
2021-09-21 21:55:14 -04:00
morpheus65535 c1421f1cce Improved queries to opensubtitles.com to reduce footprint on their side. 2021-09-21 21:39:20 -04:00
morpheus65535 6d082f8b38 Fixed issue with movies on Addic7ed. #1550 2021-09-21 13:50:49 -04:00
Marian Moravcik 8d698fa7e4 Add titulky.com provider to the UI 2021-09-21 15:11:15 +02:00
morpheus65535 36a2309bca Prevent broken release (missing asset) from corrupting existing installation. 2021-09-21 08:04:22 -04:00
dependabot[bot] 8b2c77c17b
no log: Bump @types/bootstrap from 5.1.0 to 5.1.6 in /frontend (#1555)
Bumps [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap) from 5.1.0 to 5.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bootstrap)

---
updated-dependencies:
- dependency-name: "@types/bootstrap"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 13:36:02 +08:00
dependabot[bot] 4e5194580d
no log: Bump typescript from 4.3.5 to 4.4.3 in /frontend (#1542)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 13:28:11 +08:00
LASER-Yi 6b06362179
Fix error code 500 in /api/subtitles/info API #1551 2021-09-21 13:26:51 +08:00
LASER-Yi 07ff287896
Disable modifications of no srt subtitles #1543 2021-09-21 13:12:44 +08:00
morpheus65535 9d5f9b2a9d WIP 2021-09-20 23:49:21 -04:00
morpheus65535 b4d75bad67 Patched watchdog_gevent to prevent the observer from hanging the main thread. 2021-09-20 22:23:40 -04:00
morpheus65535 4dfebca0ec Implemented series/episodes actions. 2021-09-19 23:35:00 -04:00
morpheus65535 8d48e6788c Added missing config default value. 2021-09-18 09:53:35 -04:00
morpheus65535 c13b833d37 Basic implementation of the file watcher. Action functions still need to be define but right now it output to log. 2021-09-18 09:50:33 -04:00
morpheus65535 8e2333f510 WIP 2021-09-17 17:31:14 -04:00
morpheus65535 cde624696d Fixed opensubtitles.com forced subtitles searching. 2021-09-17 13:59:37 -04:00
morpheus65535 7ae48508b7 WIP 2021-09-17 11:53:50 -04:00
Guy Khmelnitsky 57f8973be2
Fixed Bad Ktuvit Login problem
Close #1541
2021-09-14 21:22:39 -04:00
morpheus65535 97cb51c328 Improved matching and refresh tasks 2021-09-14 19:28:33 -04:00