Commit Graph

48 Commits

Author SHA1 Message Date
Xavier Xiong 1548263a6c
Adding simplified and traditional Chinese subtitles support (#1236) 2021-02-12 14:15:19 -05:00
morpheus65535 06092c14a9 Fix for ffprobe not found under Windows. 2021-02-09 09:49:59 -05:00
morpheus65535 9279332d45 Removed binaries from sources and implemented the just-in-time downloader. 2021-02-04 22:33:56 -05:00
morpheus65535 e3fe3fab4e Improvements to historize translation and make them candidate to upgrade. 2021-02-03 16:01:43 -05:00
morpheus65535 49c6e8b3fb Implemented manual subtitles translation using Google Translate 2021-02-02 16:05:09 -05:00
morpheus65535 64d9568eb6 Added x86_64 MacOS binaries. 2020-11-09 20:37:00 -05:00
morpheus65535 5658a7a359
Hearing impaired (#1102) 2020-09-10 14:26:37 -04:00
josdion ea71a557ea add subtitle mods to tools dialog 2020-08-05 15:43:53 +03:00
Louis Vézina bfd024f1f8 Added notification to Sonarr/Radarr after downloading, uploading or deleting a subtitles file to make sure a rescan is initiated and that actual subtitles get indexed by them. 2020-07-19 21:39:03 -04:00
Louis Vézina 3b96b6b6ea Added subtitles blacklisting. 2020-07-19 16:02:38 -04:00
Louis Vézina e14d2f45de Added subtitles id to history tables for future usage. 2020-07-14 15:16:20 -04:00
Louis Vézina c6548c06b7 Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
Louis Vézina e1c9c4c415 WIP 2020-05-12 08:25:03 -04:00
Louis Vézina 83abf21687 WIP 2020-02-17 21:45:12 -05:00
Louis Vézina bfa438df7c WIP 2020-02-12 23:16:22 -05:00
Louis Vézina 8e134dcceb WIP 2020-02-12 12:41:40 -05:00
ngosang f49d30d722 code cleanup: notifier, utils 2020-01-31 00:03:35 +01:00
Louis Vézina d4f67b62fc WIP 2019-11-06 19:35:30 -05:00
Louis Vézina d31299870d Merge branch 'development' into python3
# Conflicts:
#	bazarr/list_subtitles.py
#	bazarr/main.py
2019-11-06 16:45:51 -05:00
Louis Vézina 6cf1bd5b9d Fix for #658. 2019-11-05 20:49:08 -05:00
Louis Vézina 9981df48af WIP 2019-10-28 20:53:32 -04:00
Louis Vézina fe6758858a Merge branch 'development' into python3
# Conflicts:
#	bazarr/database.py
#	bazarr/get_episodes.py
#	bazarr/get_movies.py
#	bazarr/get_series.py
#	bazarr/get_subtitle.py
#	bazarr/list_subtitles.py
#	bazarr/main.py
#	views/movie.tpl
2019-10-28 20:27:11 -04:00
Louis Vézina eca6cd0a5a Merge branch 'development' into morpheus 2019-10-28 12:08:56 -04:00
morpheus65535 5ec8f20ccf
Update utils.py 2019-10-25 09:48:22 -04:00
Louis Vézina 15575e9917 WIP 2019-10-21 22:13:37 -04:00
Louis Vézina 58024d1fed Continuing development. 2019-10-09 00:08:39 -04:00
Louis Vézina afd9cd6ddb Merge branch 'development' into python3
# Conflicts:
#	bazarr/get_movies.py
#	libs/subliminal_patch/core.py
#	libs/subliminal_patch/providers/subdivx.py
#	libs/subliminal_patch/providers/titlovi.py
2019-10-05 22:57:42 -04:00
Louis Vézina 0afad23e91 Fix for get_***arr_version() when Sonarr and Radarr isn't configured. 2019-10-02 21:46:05 -04:00
Louis Vézina 4626d3f93c Merge branch 'development' into python3 2019-10-01 15:21:25 -04:00
Louis Vézina 4a217fa90e Added logging in case Bazarr cannot get Sonarr or Radarr version #596 2019-09-29 22:03:36 -04:00
Louis Vézina 645952c61a WIP 2019-09-13 15:12:26 -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 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 4b12dea4cf Removing mediainfo related code. 2019-08-25 22:10:31 -04:00
Louis Vézina d75c278a48 Continuing development. 2019-08-20 15:07:33 -04:00
Louis Vézina 3a1285e2da Fix for mediainfo error on Linux. 2019-08-13 13:46:29 -04:00
Louis Vézina 6cff26d019 Implementing SZ Dogpile file caching instead of memory caching. 2019-07-14 18:14:45 -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 1d5766b29e Fix for movies history logging. 2019-06-16 19:29:28 -04:00
Louis Vézina bc321392f2 Fix for history logging. 2019-06-16 15:24:47 -04:00
Halali daa6d87e76 Reformat code 2019-06-11 20:45:48 +02:00
Louis Vézina 0d384be7e3 Continuing development. 2019-05-01 20:26:48 -04:00
sekkr1 730f0e1c10 Embedded subs detector now uses ffprobe 2019-04-23 15:35:50 +03:00
Louis Vézina 41fd0e153e Improvement to history in preparation for subtitles upgrading. 2019-03-11 17:44:49 -04:00
panni f692930e26 rewrite get_argv to get_args; use in daemon and bazarr; fix os.path.join usage; PEPify most 2018-10-31 20:34:40 +01:00
Louis Vézina 1137090735 Moving everything else bazarr.py to a bazarr subdirectory. 2018-10-04 14:16:49 -04:00
Renamed from utils.py (Browse further)