1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 09:37:25 +00:00
Commit graph

2026 commits

Author SHA1 Message Date
Louis Vézina
55fb852fba Fix for ffprobe not being used correctly. 2020-04-25 08:55:12 -04:00
Louis Vézina
f0e9c0f58a Fix for ffprobe not being used correctly. 2020-04-25 08:51:26 -04:00
morpheus65535
9bc9a03725
Update main.py 2020-04-24 06:51:08 -04:00
morpheus65535
828a1baf2e
Merge pull request #944 from Aurel004/patch-1
Adding Post Processing to manual upload
2020-04-23 15:45:31 -04:00
Aurel004
81271b52f7
Update get_subtitle.py 2020-04-23 20:12:13 +02:00
Aurel004
6b8a59bffb
Adding Post processing to manual upload
From dev branch
2020-04-23 20:06:37 +02:00
Louis Vézina
7c7c9a7b9d Fix for #939 2020-04-22 20:32:56 -04:00
morpheus65535
8b58ce9939
Merge pull request #942 from roobre/patch-1
logging: show file error reason in log
2020-04-22 12:07:26 -04:00
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.
2020-04-22 18:02:03 +02:00
josdion
3b20310d86 fix inconsistent tv show naming 2020-04-21 23:16:15 +03:00
josdion
167e4d0584 a better way to set base_url default value 2020-04-21 13:24:25 +03:00
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.
2020-04-21 12:39:50 +03:00
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.
2020-04-19 10:18:58 +03:00
Louis Vézina
9dbbfe6395 Merge remote-tracking branch 'origin/development' into development 2020-04-18 20:42:40 -04:00
Louis Vézina
c83d3eeae3 Updated tzlocal module and removed check for improperly configured time zone. 2020-04-18 20:42:27 -04:00
josdion
cd25386567 guess subtitle encoding - tune up confidence 2020-04-17 22:38:47 +03:00
Louis Vézina
59c9ed1fcf Fix for PGS subtitles not ignored correctly. 2020-04-17 09:24:47 -04:00
Louis Vézina
b434ff2666 Simplify daemon mechanism. 2020-04-15 12:54:07 -04:00
Louis Vézina
2c6a4583d0 Simplify daemon mechanism. 2020-04-14 22:21:09 -04:00
morpheus65535
e4460b622f
Merge pull request #929 from josdion/development
Fix #928 - don't raise an exception in case of unsupported archive
2020-04-14 11:01:04 -04:00
josdion
cd6c527d89 FIx #928 - don't raise an exception in case of unsupported archive 2020-04-14 09:40:37 +03:00
Louis Vézina
b42887c5fa Added logging to sonarr/radarr connection testing #900. 2020-04-13 08:21:03 -04:00
Louis Vézina
8287ff4cf8 Restored Titrari settings 2020-04-12 12:27:45 -04:00
Louis Vézina
f319fc4906 Merge remote-tracking branch 'origin/development' into development 2020-04-12 08:52:37 -04:00
morpheus65535
dc09fe21b4
Merge pull request #922 from smaarn/fix/747/improve-termination-signal-handling
[Python 3 only] Changed SIGTERM signal handling.
2020-04-12 08:52:30 -04:00
Louis Vézina
2bcb5a6030 Bazarr won't start anymore when launched with Python ealier than 3.7. No more compatibility with 2.7.x 2020-04-12 08:50:25 -04:00
Louis Vézina
f44f0f41f4 Version bump 2020-04-12 08:49:28 -04:00
Louis Vézina
5dcd835308 Merge branch 'development' 2020-04-11 22:19:35 -04:00
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
2020-04-11 18:15:15 +02:00
Louis Vézina
93b95f9936 Fix for #920. 2020-04-11 10:43:03 -04:00
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. 2020-04-11 08:05:12 -04:00
Louis Vézina
cab52af42e Fixed small deprecation with logging.warn 2020-04-11 08:04:14 -04:00
Louis Vézina
2a2e0d8c2e Changed donate link to use Paypal as Beerpay.io is closing. 2020-04-10 09:35:04 -04:00
morpheus65535
5eb62d6f1e
Merge pull request #916 from orikad/development
bugfix language id in wizdom provider
2020-04-08 15:31:37 -04:00
Ori
8dad86c8aa wizdom: some subtitle files are empty, skip 2020-04-08 18:39:38 +03:00
Ori
9c66639828 bugfix language id in wizdom provider 2020-04-08 17:44:12 +03:00
TRaSH
76ac5308fd
Update README.md
Added Status for hotio images.
2020-04-04 13:27:03 +02:00
morpheus65535
3d7c032118
Merge pull request #905 from josdion/development
Fix #896
2020-04-03 22:37:56 -04:00
josdion
286a216ab6 Fix #896
- Improved release info
- Remove search in alternative titles
- Read the best scored subtitles from archive
2020-04-03 20:18:44 +03:00
morpheus65535
1c7776876c
Merge pull request #901 from josdion/development
subsunacs - improve finding uploader user name
2020-03-31 20:35:30 -04:00
josdion
3e21376fe6 subsunacs - improve finding uploader user name 2020-03-31 19:29:51 +03:00
Louis Vézina
605eeced56 Fix for #898 2020-03-30 21:08:11 -04:00
Louis Vézina
97e91131e7 Merge remote-tracking branch 'origin/development' into development 2020-03-30 20:18:26 -04:00
Louis Vézina
70b4a6c469 Fix for #883 2020-03-30 20:18:11 -04:00
morpheus65535
7df77bb708
Merge pull request #897 from josdion/development
Use tmdbId as a key when updating table_movies
2020-03-29 18:56:44 -04:00
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.
2020-03-29 20:08:53 +03:00
morpheus65535
299af38486
Merge pull request #895 from josdion/development
subsunacs - allow txt subtitles to be downloaded
2020-03-29 08:05:17 -04:00
josdion
6d6d69d89d subsunacs - allow txt subtitles to be downloaded 2020-03-29 09:36:58 +03:00
morpheus65535
a582a392b0
Merge pull request #894 from ngosang/feature/sudivx1
subdivx: fix redirect, release info and uploader. resolves #889
2020-03-28 15:50:23 -04:00
ngosang
9fc8bfeffb subdivx: fix redirect, release info and uploader. resolves #889 2020-03-28 20:34:39 +01:00