Commit graph

1396 commits

Author SHA1 Message Date
Louis Vézina 0650e2a380 Fixes for analytics. 2019-09-04 07:29:37 -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 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 41e04023d9 Fix for upgrade that is not taking into account the monitored status when download only monitored is enabled. 2019-08-29 11:24:34 -04:00
Louis Vézina e2b83152a3 Adding fps to video object if missing. 2019-08-26 08:21:36 -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 bed978c88a Switching to pyprobe to refine video object. 2019-08-25 22:12:01 -04:00
Louis Vézina e4f4f9e357 Use pyprobe instead of calling ffprobe executable directly. 2019-08-25 22:11:30 -04:00
Louis Vézina 4b12dea4cf Removing mediainfo related code. 2019-08-25 22:10:31 -04:00
Louis Vézina 2792d5f7a7 Removing mediainfo binaries. 2019-08-25 22:08:42 -04:00
Louis Vézina 07bf13c87e Adding customized version of pyprobe to libs. 2019-08-25 22:08:13 -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 9a7372c880 Version bump. 2019-08-19 07:23:56 -04:00
Louis Vézina 9e36f4bfcf Missing files for Apprise 0.7.9. 2019-08-19 07:22:51 -04:00
Louis Vézina 3807be5417 Another fix for #517 2019-08-15 22:15:24 -04:00
Louis Vézina 94cfc53d02 Another fix for #517. 2019-08-15 22:10:28 -04:00
Louis Vézina 3a7062c234 Fix for keep encoding bug. 2019-08-15 22:01:42 -04:00
Louis Vézina 9ee50721cc Fix to fix for #517. 2019-08-15 21:55:21 -04:00
Louis Vézina b0e44f82c0 Fix for keep encoding bug. 2019-08-15 21:29:21 -04:00
Louis Vézina 00f0843ed4 Fix for #517. 2019-08-15 16:36:53 -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 2496660cc0 Updating Apprise to 0.7.9 in order to fix #478 and #515. 2019-08-14 12:46:21 -04:00
Louis Vézina 3a1285e2da Fix for mediainfo error on Linux. 2019-08-13 13:46:29 -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
morpheus65535 531500f3cb
Update providers.tpl 2019-07-30 21:04:39 -04:00
Halali b44524abd2 small fix 2019-07-28 22:26:02 +02:00
Halali 91c9fa6082 Merge remote-tracking branch 'origin/development' into development 2019-07-28 21:49:41 +02:00
Halali 8303cb94dc Optimize provider throttling. 2019-07-28 21:49:19 +02:00
panni 763d90d702 core: update to subliminal_patch:head; subscene: http: fall back to local DNS in case of NXDOMAIN; titlovi: fix querying 2019-07-27 03:25:45 +02:00
Halali e023e82e44 Force unicode for video path 2019-07-23 20:09:32 +02:00
Louis Vézina 33954f2459 Merge branch 'development' into morpheus 2019-07-22 18:57:54 -04:00
morpheus65535 f0e4694e9b
Update README.md 2019-07-19 05:45:01 -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
Louis Vézina 6cff26d019 Implementing SZ Dogpile file caching instead of memory caching. 2019-07-14 18:14:45 -04:00
Panagiotis Koutsias 0fcef4d674 Optimizes Greek providers (#489)
* Optimizes providers

* Adds episode id in subtitle page link

* Adds episode id in subtitle page link
2019-07-13 20:29:05 -04:00
Louis Vézina 0f765db613 Commented refine_from_mediainfo for now until we fix the issue on Linux. 2019-07-13 09:12:25 -04:00
Louis Vézina d18f3f7b8f Added some logging about mediainfo library used. 2019-07-12 20:51:03 -04:00
Louis Vézina 210edfcad4 Fix for x64 python on Windows. #479 2019-07-11 08:31:52 -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 810d8095f9 Ignore data directory 2019-07-10 05:28:30 -04:00
panni 490468f7b3 core: update to subliminal_patch:head; subscene: add pt-BR support; fix unknown language code on empty response 2019-07-05 14:31:58 +02:00
panni bce41d8002 core: update to subliminal_patch:head; scandir: docker/bazarr compat, might fix #461 2019-07-05 03:25:02 +02:00
Halali 63fa0e5c76 Remove Api key 32 char requirement for Radarr and Sonarr 2019-07-04 22:09:34 +02:00
morpheus65535 b86c05202b
Update check_update.py 2019-06-27 08:15:28 +02:00
panni 3d8e8ee59b core: update to subliminal_patch:head; subscene: explicitly set account filters for languages 2019-06-23 15:28:42 +02:00
panni 702038c191 core: update to subliminal_patch:head; subscene: move login/cookies to initialization sequence 2019-06-22 16:46:56 +02:00
panni b100d4ed5c core: update to subliminal_patch:head; support file hashes even when scenename is used 2019-06-21 15:06:27 +02:00
panni 05aaf8094d core: update to subliminal_patch:head; subscene fallback for non-year results; detect downtime (raise ServiceUnavailable) 2019-06-21 04:52:27 +02:00