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
11d93f61db
Added seasons collapsing to episodes view.
2020-04-10 12:41:09 -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
Louis Vézina
a3723a1437
Added apikey authentication for new API. Can be passed as GET query string args or POST value named 'apikey'.
2020-04-07 12:15:04 -04:00
Louis Vézina
a74b4377eb
WIP
2020-04-06 17:27:36 -04:00
morpheus65535
9a71270189
Merge pull request #906 from josdion/hermes
...
fix radarr minimum score setting
2020-04-04 09:47:03 -04:00
TRaSH
76ac5308fd
Update README.md
...
Added Status for hotio images.
2020-04-04 13:27:03 +02:00
josdion
b1b825ff8b
fix radarr minimum score setting
2020-04-04 11:19:19 +03: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
Louis Vézina
d2c39b4de4
WIP
2020-04-01 07:51:09 -04:00
Louis Vézina
61904e7445
WIP
2020-03-31 23:20:57 -04:00
Louis Vézina
63b85d8e1a
WIP
2020-03-31 23:11:13 -04: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
Louis Vézina
4ef8368d04
WIP
2020-03-29 23:51:03 -04:00
Louis Vézina
af20c86807
WIP
2020-03-29 22:28:37 -04:00
Louis Vézina
03fc7f6e52
Fixed page title.
2020-03-29 21:41:05 -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
Louis Vézina
1695069319
Merge remote-tracking branch 'origin/hermes' into hermes
2020-03-29 10:03:50 -04:00
Louis Vézina
d9453121a6
Merge branch 'development' into hermes
...
# Conflicts:
# bazarr/main.py
# views/episodes.tpl
# views/movie.tpl
# views/providers.tpl
2020-03-29 10:02:10 -04:00
Louis Vézina
034c8abfc0
Added search bar functionality.
2020-03-29 09:58:32 -04: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
morpheus65535
78556a0854
Merge pull request #887 from josdion/hermes
...
Set default values for languages, HI and forced subtitles
2020-03-28 08:18:32 -04:00
morpheus65535
0fb512101b
Merge pull request #893 from josdion/development
...
subssabbz, subsunacs, yavkanet - fix setting of uploader
2020-03-28 06:37:39 -04:00
josdion
41e84b7e3d
subssabbz, subsunacs, yavkanet - fix setting of uploader
...
Fix problem where the last uploader is set as uploader of all subtitles.
2020-03-28 10:10:24 +02:00
Moravčík, Marian
43a60eca07
WIP
2020-03-26 20:37:17 +01:00
morpheus65535
42160dc0e5
Merge pull request #890 from josdion/development
...
improve character encoding detection
2020-03-26 15:04:58 -04:00
josdion
be0411d50a
improve character encoding detection
2020-03-26 20:10:58 +02:00
morpheus65535
92497a8822
Merge pull request #888 from josdion/development
...
Fix subtitle character encoding detection
2020-03-25 16:27:05 -04:00
Louis Vézina
2a94eeca5e
Merge remote-tracking branch 'origin/development' into development
2020-03-25 16:25:54 -04:00
Louis Vézina
b3dfb5590b
Fix for #859
2020-03-25 16:25:37 -04:00
Louis Vézina
657962fbb2
Fix for movies manual upload not getting indexed after upload.
2020-03-25 16:15:47 -04:00
josdion
354454688d
Fix subtitle character encoding detection
...
Increase the size of the language recognition buffer to 32K
2020-03-25 22:04:04 +02:00
josdion
c0faf08c52
Set default values for languages, HI and forced subtitles
...
Set default values for languages, HI and forced when adding new movies and tv shows to the database.
2020-03-25 21:03:15 +02:00
morpheus65535
f6c303e2b5
Merge pull request #885 from gyh1621/master
...
Fix zimuku provider
2020-03-25 10:07:22 -04:00