Louis Vézina
55fb852fba
Fix for ffprobe not being used correctly.
5 years ago
Louis Vézina
f0e9c0f58a
Fix for ffprobe not being used correctly.
5 years ago
morpheus65535
9bc9a03725
Update main.py
5 years ago
morpheus65535
828a1baf2e
Merge pull request #944 from Aurel004/patch-1
...
Adding Post Processing to manual upload
5 years ago
Aurel004
81271b52f7
Update get_subtitle.py
5 years ago
Aurel004
6b8a59bffb
Adding Post processing to manual upload
...
From dev branch
5 years ago
Louis Vézina
7c7c9a7b9d
Fix for #939
5 years ago
morpheus65535
8b58ce9939
Merge pull request #942 from roobre/patch-1
...
logging: show file error reason in log
5 years ago
Roberto Santalla
635b865b2a
logging: show file error reason in log
...
In case of an error occurs while saving subtitles, the cause for the error should be printed to the log file. Otherwise it becomes difficult to debug it.
5 years ago
josdion
3b20310d86
fix inconsistent tv show naming
5 years ago
josdion
167e4d0584
a better way to set base_url default value
5 years ago
josdion
cda0feb42a
set base_url default value if it's empty string in config.ini
...
This can happen if switching back from hermes branch as it uses empty string as a default value of base_url.
5 years ago
josdion
6a34f2d35f
release git config writer
...
From documentation: In Python 3, it's required to explicitly release locks and flush changes, as __del__ is not called deterministically anymore.
5 years ago
Louis Vézina
9dbbfe6395
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
c83d3eeae3
Updated tzlocal module and removed check for improperly configured time zone.
5 years ago
josdion
cd25386567
guess subtitle encoding - tune up confidence
5 years ago
Louis Vézina
59c9ed1fcf
Fix for PGS subtitles not ignored correctly.
5 years ago
Louis Vézina
b434ff2666
Simplify daemon mechanism.
5 years ago
Louis Vézina
2c6a4583d0
Simplify daemon mechanism.
5 years ago
morpheus65535
e4460b622f
Merge pull request #929 from josdion/development
...
Fix #928 - don't raise an exception in case of unsupported archive
5 years ago
josdion
cd6c527d89
FIx #928 - don't raise an exception in case of unsupported archive
5 years ago
Louis Vézina
b42887c5fa
Added logging to sonarr/radarr connection testing #900 .
5 years ago
Louis Vézina
8287ff4cf8
Restored Titrari settings
5 years ago
Louis Vézina
f319fc4906
Merge remote-tracking branch 'origin/development' into development
5 years ago
morpheus65535
dc09fe21b4
Merge pull request #922 from smaarn/fix/747/improve-termination-signal-handling
...
[Python 3 only] Changed SIGTERM signal handling.
5 years ago
Louis Vézina
2bcb5a6030
Bazarr won't start anymore when launched with Python ealier than 3.7. No more compatibility with 2.7.x
5 years ago
Louis Vézina
f44f0f41f4
Version bump
5 years ago
Louis Vézina
5dcd835308
Merge branch 'development'
5 years ago
Smaarn
2ee437e45b
[Python 3 only] Changed SIGTERM signal handling.
...
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
5 years ago
Louis Vézina
93b95f9936
Fix for #920 .
5 years ago
Louis Vézina
8f1d6883e7
Increased minimal version of Python 3.x to 3.7 instead of 3.6. We have too much trouble with 3.6 and some of our dependencies don't support it anymore.
5 years ago
Louis Vézina
cab52af42e
Fixed small deprecation with logging.warn
5 years ago
Louis Vézina
2a2e0d8c2e
Changed donate link to use Paypal as Beerpay.io is closing.
5 years ago
morpheus65535
5eb62d6f1e
Merge pull request #916 from orikad/development
...
bugfix language id in wizdom provider
5 years ago
Ori
8dad86c8aa
wizdom: some subtitle files are empty, skip
5 years ago
Ori
9c66639828
bugfix language id in wizdom provider
5 years ago
TRaSH
76ac5308fd
Update README.md
...
Added Status for hotio images.
5 years ago
morpheus65535
3d7c032118
Merge pull request #905 from josdion/development
...
Fix #896
5 years ago
josdion
286a216ab6
Fix #896
...
- Improved release info
- Remove search in alternative titles
- Read the best scored subtitles from archive
5 years ago
morpheus65535
1c7776876c
Merge pull request #901 from josdion/development
...
subsunacs - improve finding uploader user name
5 years ago
josdion
3e21376fe6
subsunacs - improve finding uploader user name
5 years ago
Louis Vézina
605eeced56
Fix for #898
5 years ago
Louis Vézina
97e91131e7
Merge remote-tracking branch 'origin/development' into development
5 years ago
Louis Vézina
70b4a6c469
Fix for #883
5 years ago
morpheus65535
7df77bb708
Merge pull request #897 from josdion/development
...
Use tmdbId as a key when updating table_movies
5 years ago
josdion
8eda31aaca
Use tmdbId as a key when updating table_movies
...
if you delete a movie from radarr and then add it again, it will have the same tmdbId, but new radarrId. If this happens between two scans, bazarr won't be able to update the movie again. This fix should prevent this.
5 years ago
morpheus65535
299af38486
Merge pull request #895 from josdion/development
...
subsunacs - allow txt subtitles to be downloaded
5 years ago
josdion
6d6d69d89d
subsunacs - allow txt subtitles to be downloaded
5 years ago
morpheus65535
a582a392b0
Merge pull request #894 from ngosang/feature/sudivx1
...
subdivx: fix redirect, release info and uploader. resolves #889
5 years ago
ngosang
9fc8bfeffb
subdivx: fix redirect, release info and uploader. resolves #889
5 years ago