1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-01 00:55:52 +00:00
Commit graph

3397 commits

Author SHA1 Message Date
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
morpheus65535
e3fbdf474d Updated database schema to implement cascading of delete (ie: if you delete a series, episodes, history and blacklist get cleaned). 2021-09-13 12:41:03 -04:00
morpheus65535
0e01c64079
Fixed Addic7ed AttributeError exception with some movies #1525 2021-09-13 09:17:16 -04:00
morpheus65535
c98c0d3811 Removed hardcoded table relations in joins. 2021-09-12 23:28:11 -04:00
morpheus65535
438392c1fd Reworked database models definitions 2021-09-12 23:06:18 -04:00
Guy Khmelnitsky
b137af0908
Fixed Ktuvit provider login 2021-09-11 14:27:26 -04:00
morpheus65535
977257b93a Merge remote-tracking branch 'origin/autonomous' into autonomous 2021-09-11 08:35:42 -04:00
morpheus65535
7295094ed4 Caching TMDB queries to database for 24 hours. 2021-09-11 08:35:22 -04:00
LASER-Yi
c174b14a2e
WIP 2021-09-11 16:23:56 +08:00
Matheus Horstmann
35cb757df8
Resolved problem in virtualenv detection
Fix #1535
2021-09-09 22:51:16 -04:00
morpheus65535
f1389d559f WIP 2021-09-09 20:27:16 -04:00
morpheus65535
0f81682866 Implemented tmdb request caching 2021-09-09 11:36:14 -04:00
morpheus65535
fb0d07739c Fixed merge error 2021-09-08 22:42:44 -04:00
morpheus65535
739ef9724e Merge branch 'development' into autonomous 2021-09-08 22:38:31 -04:00
morpheus65535
8c95d25423 API first commit 2021-09-08 22:27:27 -04:00
morpheus65535
4a173abd5e WIP 2021-09-08 22:24:41 -04:00
dependabot[bot]
560398b44c
no log: Bump react-router-dom from 5.2.0 to 5.3.0 in /frontend (#1530)
Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/ReactTraining/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ReactTraining/react-router/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: react-router-dom
  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-08 22:31:58 +08:00
morpheus65535
88e8820e42 WIP 2021-09-08 08:44:49 -04:00
morpheus65535
78bea39c41 WIP 2021-09-07 19:39:48 -04:00
morpheus65535
fcea5c8e88 WIP 2021-09-07 19:27:20 -04:00
morpheus65535
df60298ffb WIP 2021-09-04 23:32:17 -04:00