Commit graph

405 commits

Author SHA1 Message Date
morpheus65535 6fdb216637
Merge pull request #558 from UnhealthyKraken/patch-7
Update settings_general.tpl
2019-09-17 11:32:38 -04:00
morpheus65535 6378043952
Merge pull request #557 from UnhealthyKraken/patch-6
Update historymovies.tpl
2019-09-17 11:31:49 -04:00
morpheus65535 9a650041a2
Merge pull request #556 from UnhealthyKraken/patch-5
Update historyseries.tpl
2019-09-17 11:31:24 -04:00
Kraken 24c4acc255
Update settings_general.tpl 2019-09-17 15:14:09 +01:00
Kraken 85d9089a19
Update historyseries.tpl 2019-09-17 15:04:44 +01:00
Kraken 9465e8e8e1
Update historymovies.tpl 2019-09-17 15:03:35 +01:00
Kraken f8975ba9eb
Update historyseries.tpl 2019-09-17 15:01:26 +01:00
Kraken 596e17ea50
Update system.tpl 2019-09-17 14:58:59 +01:00
Louis Vézina a0200b23da Removed 1 hour interval for search subtitles task. 2019-09-14 09:32:19 -04:00
Louis Vézina 2fcf3dee08 Fix for new install since peewee integration. 2019-09-13 21:53:56 -04:00
Louis Vézina 490e4ad515 Added ability to customize tasks execution frequencies. 2019-09-11 06:50:33 -04:00
Louis Vézina 30b94a62ff Merge branch 'development' into morpheus
# Conflicts:
#	bazarr/get_subtitle.py
2019-09-04 22:28:11 -04:00
Louis Vézina 1abd291d51 Better description of what is analytics and how we use it. 2019-09-03 14:25:02 -04:00
Louis Vézina 1b4e4e1495 Merge branch 'development' into morpheus
# Conflicts:
#	bazarr/get_subtitle.py
#	bazarr/main.py
#	bazarr/utils.py
2019-09-02 23:30:23 -04:00
Louis Vézina d5c0061cc9 Google Analytics implementation to get usage data in order to better understand how Bazarr is used. 2019-09-02 23:22:38 -04:00
Louis Vézina ab68581eda Continuing development. 2019-08-25 23:34:35 -04:00
Louis Vézina 5b96df4c40 Merge branch 'development' into morpheus
# Conflicts:
#	bazarr/get_subtitle.py
#	bazarr/main.py
#	views/movie.tpl
2019-08-25 22:20:42 -04:00
Louis Vézina e774bd41d0 Merge remote-tracking branch 'origin/development' into development 2019-08-25 22:15:04 -04:00
Louis Vézina 4b12dea4cf Removing mediainfo related code. 2019-08-25 22:10:31 -04:00
Eduardo Almeida fdf04df0ed [Feature] Subtitles Upload (#512)
* Subtitle upload support.

* Changes requested for PR #512.

* Work on differentiating manual upload from the other types.

* Support for forced subtitles.

* Fixed message when forced.

* Fixed forced subtitle filename.

* Fixed missing subtitles for movies not updating.

* Changed subtitle upload dialog format.

* Fixed upload UI.

* Fixed toggle.

* Small fixes.

* Small fixes.
2019-08-22 20:02:11 -04:00
Louis Vézina d37e883f2c Merge branch 'development' into morpheus
# Conflicts:
#	views/movie.tpl
2019-08-15 17:21:27 -04:00
Louis Vézina 4bb47f01a3 Fix for ajax long polling not working as expected. #518 2019-08-15 08:05:58 -04:00
Louis Vézina 3a1285e2da Fix for mediainfo error on Linux. 2019-08-13 13:46:29 -04:00
Louis Vézina f892c93bd8 Continuing development. 2019-08-08 06:33:00 -04:00
Louis Vézina 93adaea3cb Continuing development. 2019-08-05 10:28:25 -04:00
Louis Vézina d7c824500a Merge remote-tracking branch 'origin/development' into development 2019-07-31 16:05:18 -04:00
Louis Vézina 6a7af0aabd Fix for downloading both forced and not forced when clicking on manual download link while having "Both" requested. 2019-07-31 16:04:52 -04:00
Louis Vézina 874984d529 Switching episodes page to peewee. 2019-07-31 06:09:08 -04:00
morpheus65535 531500f3cb
Update providers.tpl 2019-07-30 21:04:39 -04:00
Louis Vézina 9336473f0b Switching series page to peewee. 2019-07-29 13:04:29 -04:00
Mexx62 9cd7cfe07d Added betaseries provider (#486)
* Added betaseries provider

* Make the provider TV Shows only

* Fixed betaseries token save in wizard

* Boosted subtitles score

* Removed addic7ed_boost

* Fixed subtitle URL problem

* Changed variable names

* Change provider informations and add warning

* Reverted subliminal_patch/score.py
2019-07-18 19:21:22 -04:00
MoshiMoshi0 97b3b42c96 Restore MediaInfo refiner (#494)
* Remove linux libmediainfo files

* Uncomment refine_from_mediainfo call

* Add libmediainfo warning on linux

* Fix warning tooltip from libmediainfo to mediainfo
2019-07-18 11:45:31 -04:00
MoshiMoshi0 b56015e90b Add ability to use MediaInfo to refine video/audio properties (#479)
* Add ability to use MediaInfo to refine video/audio properties

* Remove pymediainfo from requirements.txt and add library files

* Look for .dll file if .exe was not found in get_binary

* Add pymediainfo to libs

* Switch to local MediaInfo library files

* Exit early if supported attributes are already set

* Log media info warnings to debug
2019-07-10 15:36:49 +02:00
Louis Vézina 0995df6c7d Fix for #436 and #459. 2019-06-20 21:34:14 -04:00
Louis Vézina 7f1f46a506 Merge branch 'development' into morpheus 2019-06-09 21:31:26 -04:00
Louis Vézina bed98832ed Added settings to disable UTF8 subtitles re-encoding. 2019-06-03 20:16:37 -04:00
Louis Vézina 9a9fdb0072 Small fix in form validation. 2019-05-30 06:33:35 -04:00
Louis Vézina e784a82f9f Continuing development. 2019-05-30 00:11:34 -04:00
Louis Vézina a420bb3c43 Fix after merging dev branch. 2019-05-30 00:11:07 -04:00
Louis Vézina 036df00f5b Merge branch 'development' into morpheus
# Conflicts:
#	views/settings.tpl
#	views/wizard.tpl
2019-05-29 23:47:06 -04:00
Louis Vézina f9b348ace7 Improvement to settings and wizard template to reuse providers instead of duplicating everything and also to simplify new development. 2019-05-29 23:45:33 -04:00
morpheus65535 412dfd4d21
Merge pull request #448 from ngosang/feature/subdivx
Add Subdivx provider Closes #307
2019-05-25 12:24:02 -04:00
ngosang 630438e4e7 Add Subdivx provider Closes #307 2019-05-25 17:40:52 +02:00
Louis Vézina d974f51630 Continuing development. 2019-05-24 13:42:54 -04:00
Louis Vézina 732cc056bb Continuing development. 2019-05-22 23:50:09 -04:00
Louis Vézina 85cad57b48 Continuing development. 2019-05-21 23:33:59 -04:00
Louis Vézina bb79ab5917 Continuing development. 2019-05-21 09:13:49 -04:00
morpheus65535 4a4b16e15e
Merge pull request #388 from morpheus65535/updater
Updater rework to support update from releases instead of using git.
2019-05-20 17:18:26 -04:00
Unknown db7b6158aa Add credentials form; Fix incorrect imports 2019-05-19 02:26:42 +02:00
Unknown 94972f29f0 Add Napisy24 provider 2019-05-18 18:54:58 +02:00