Commit Graph

395 Commits

Author SHA1 Message Date
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
Louis Vézina 324ef72922 Merge branch 'development' into morpheus
# Conflicts:
#	bazarr/embedded_subs_reader.py
#	views/movies.tpl
2019-05-10 09:42:12 -04:00
Louis Vézina 2abf522d1f Continuing development. 2019-05-10 09:24:11 -04:00
morpheus65535 7338a781f6
Merge pull request #423 from girtskokars/latvian_providers
add subtitri.nekur.net and subtitri.id.lv subtitle providers
2019-05-08 20:39:08 -04:00
morpheus65535 a0e7e63286
Merge pull request #428 from sekkr1/development
added ignore pgs subs setting to embedded scan
2019-05-07 06:43:21 -04:00
morpheus65535 cbda709796
rename data attr to ignorepgs in jquery
Co-Authored-By: sekkr1 <dekel.reches@pm.me>
2019-05-07 03:27:11 +03:00
morpheus65535 f3b8f22b43
rename data attr to ignorepgs in html
Co-Authored-By: sekkr1 <dekel.reches@pm.me>
2019-05-07 03:27:00 +03:00
sekkr1 91e729ac06 added ignore pgs settings to embedded scan 2019-05-06 08:14:07 +03:00
Louis Vézina 85be773190 Typo fix in series history. 2019-05-05 20:21:46 -04:00
Zandor Smith 9f80fcfa80
Fixed grammar in tooltips on the history page. 2019-05-05 20:10:35 +02:00
Ģirts Kokars 34495b9263 add providers to the wizard 2019-05-03 14:03:50 +03:00