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

2193 commits

Author SHA1 Message Date
Louis Vézina
67d5e2a9c2 WIP 2020-04-24 06:56:03 -04:00
Louis Vézina
898bdf95e4 WIP 2020-04-22 22:29:59 -04:00
Louis Vézina
a3cecd6687 WIP 2020-04-22 20:07:21 -04:00
josdion
60723d8fd1 show release info instead of a drop-down
manual search now displays release info instead of a drop-down if there is only one release
2020-04-21 10:43:51 +03:00
josdion
c60a64790d add page size option for manual search results 2020-04-20 17:28:12 +03:00
josdion
9bd36cf137 add uploader column in manual search dialog
- do not close search dialog when clicking outside it.
- combine language and HI columns and show them as labels.
- add uploader column.
- add 1px margin between matches drop-down buttons.
- refresh selectpicker on general settings page, so the current values are displayed instead of the default ones.
2020-04-20 12:21:18 +03:00
Louis Vézina
2abc6a8a9a Merge branch 'development' into hermes
# Conflicts:
#	views/system.tpl
2020-04-17 11:52:06 -04:00
Louis Vézina
71f92fde90 Merge remote-tracking branch 'origin/hermes' into hermes 2020-04-17 11:51:21 -04:00
Louis Vézina
59c9ed1fcf Fix for PGS subtitles not ignored correctly. 2020-04-17 09:24:47 -04:00
Louis Vézina
bee99857ef WIP 2020-04-17 08:01:11 -04:00
morpheus65535
5767cae6b0
Merge pull request #936 from josdion/hermes
fix creation of the random api_key
2020-04-17 07:45:13 -04:00
josdion
2ca673c24c fix creation of the random api_key 2020-04-17 13:36:45 +03:00
Louis Vézina
82975e31c8 WIP 2020-04-16 07:52:35 -04:00
Louis Vézina
b434ff2666 Simplify daemon mechanism. 2020-04-15 12:54:07 -04:00
Louis Vézina
63c60b2c1f WIP 2020-04-15 11:32:40 -04:00
Louis Vézina
1b0e721a9d WIP 2020-04-15 00:02:44 -04:00
Louis Vézina
2c6a4583d0 Simplify daemon mechanism. 2020-04-14 22:21:09 -04:00
Louis Vézina
02551f2486 Fix for shutdown/restart from UI. 2020-04-14 11:34:55 -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
50901a3b04 Merge branch 'development' into hermes
# Conflicts:
#	bazarr/main.py
#	views/providers.tpl
2020-04-13 23:44:47 -04: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
b2d8d49495 WIP 2020-04-12 09:29:43 -04:00
Louis Vézina
1f25fdde2f Merge branch 'development' into hermes
# Conflicts:
#	bazarr.py
#	bazarr/main.py
#	views/menu.tpl
2020-04-12 09:02:17 -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
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
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