Commit Graph

342 Commits

Author SHA1 Message Date
Louis Vézina 83d226a8a0 Merge branch 'development' into hermes
# Conflicts:
#	bazarr/main.py
#	bazarr/scheduler.py
2020-04-25 09:11:05 -04:00
josdion 3b20310d86 fix inconsistent tv show naming 2020-04-21 23:16:15 +03:00
Louis Vézina c83d3eeae3 Updated tzlocal module and removed check for improperly configured time zone. 2020-04-18 20:42:27 -04: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 1b0e721a9d WIP 2020-04-15 00:02:44 -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 1f25fdde2f Merge branch 'development' into hermes
# Conflicts:
#	bazarr.py
#	bazarr/main.py
#	views/menu.tpl
2020-04-12 09:02:17 -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
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
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
Louis Vézina 70b4a6c469 Fix for #883 2020-03-30 20:18:11 -04:00
Louis Vézina d9453121a6 Merge branch 'development' into hermes
# Conflicts:
#	bazarr/main.py
#	views/episodes.tpl
#	views/movie.tpl
#	views/providers.tpl
2020-03-29 10:02:10 -04:00
morpheus65535 299af38486
Merge pull request #895 from josdion/development
subsunacs - allow txt subtitles to be downloaded
2020-03-29 08:05:17 -04:00
josdion 6d6d69d89d subsunacs - allow txt subtitles to be downloaded 2020-03-29 09:36:58 +03:00
ngosang 9fc8bfeffb subdivx: fix redirect, release info and uploader. resolves #889 2020-03-28 20:34:39 +01:00
josdion 41e84b7e3d subssabbz, subsunacs, yavkanet - fix setting of uploader
Fix problem where the last uploader is set as uploader of all subtitles.
2020-03-28 10:10:24 +02:00
morpheus65535 f6c303e2b5
Merge pull request #885 from gyh1621/master
Fix zimuku provider
2020-03-25 10:07:22 -04:00
gyh1621 6478635163 stop sorting query results by language in zimuku 2020-03-25 07:29:45 +00:00
gyh1621 b12cb42146 Fix zimuku provider 2020-03-25 06:06:06 +00:00
Louis Vézina bb59b9019f Fix for #883 2020-03-24 21:14:36 -04:00
josdion 03e0998d82 opensubtitles - show uploader as anonymous when UserNickName is empty
Show uploader as anonymous when UserNickName is empty as this is how the username is shown on opensubtitles.com
2020-03-22 14:33:02 +02:00
morpheus65535 e04364d17d
Merge pull request #876 from josdion/development
add uploader member variable to subtitle class
2020-03-22 07:50:07 -04:00
josdion df2f0bb7b5 update opensubtitles to set subtitle uploader username 2020-03-22 12:20:07 +02:00
josdion e09d84e09c add uploader member variable to subtitle class
Add uploader member variable to subtitle class and update subssabbz, subsunacs and yavkanet to retrieve the uplader username.
2020-03-22 09:58:31 +02:00
morpheus65535 3b67dfc8b4
Merge pull request #874 from natiz/development
New Provider: Wizdom
2020-03-21 20:40:48 -04:00
natiz f125d39b8c Add wizdom provider 2020-03-21 17:51:16 +02:00
Louis Vézina 71af42441b Merge branch 'development' into hermes
# Conflicts:
#	views/episodes.tpl
#	views/movie.tpl
#	views/providers.tpl
2020-03-21 09:26:28 -04:00
German Gutierrez da2c5e5212 New Provider: RegieLive 2020-03-20 20:22:53 +01:00
morpheus65535 2b89b5cb5e
Merge pull request #868 from josdion/development
subssabbz, subsunacs - various fixes to improve match-finding
2020-03-20 07:48:26 -04:00
josdion d3d7991db7 subssabbz, subsunacs - various fixes to improve match-finding
- fix inconsistent names of some TV shows
- sanitaze movie names
- do not remove apostrophe when sanitize TV and movie names
2020-03-20 09:56:18 +02:00
morpheus65535 6b17838cac
Merge pull request #866 from josdion/development
do not remove apostrophe when calling sanitize()
2020-03-19 08:18:46 -04:00
josdion 43fc2f093b do not remove apostrophe when calling sanitize()
Removing apostrophe from movie and tv names will lead to missing matches.
2020-03-19 13:54:27 +02:00
morpheus65535 f618f978cb
Merge pull request #865 from josdion/development
Add yavka.net subtitles provider
2020-03-19 07:53:38 -04:00
josdion 13bf1b7a76 remove matches.add(id(self)) from get_matches
remove matches.add(id(self)) from get_matches as this is an obvious mistake, that I copied from another provider :)
2020-03-19 12:03:07 +02:00
josdion c6355be1bd Add yavka.net subtitles provider
Bulgarian (mostly) Subtitles Provider. Also provide subtitles in English, Russian, Spanish, and Italian.
2020-03-19 07:42:08 +02:00
Louis Vézina aa1b9dfcf4 Merge branch 'development' into hermes
# Conflicts:
#	bazarr/embedded_subs_reader.py
#	bazarr/list_subtitles.py
#	bazarr/logger.py
#	bazarr/main.py
#	views/providers.tpl
2020-03-18 22:52:49 -04:00
Louis Vézina 0f85f683c2 Possible fix for #860 2020-03-18 15:33:54 -04:00
Louis Vézina 25a4126f6d Merge branch 'development' into hermes 2020-03-13 16:34:14 -04:00
morpheus65535 f8492f4688
Merge pull request #856 from pkoutsias/feature/greek_providers_fix
Fixes #773
2020-03-13 16:28:01 -04:00
German Gutierrez 4187f100a0 bsplayer: removal of a faulty host 2020-03-13 16:21:20 +01:00
Panagiotis Koutsias 627ac29dfe Fixes #773
Fixes subs4free and subs4series providers
Removes subz provider
2020-03-13 10:12:20 +02:00
Louis Vézina 49d81aab35 Merge branch 'development' into hermes
# Conflicts:
#	bazarr/main.py
#	views/providers.tpl
#	views/settings_general.tpl
2020-03-08 10:23:39 -04:00
Louis Vézina c7c7a23f58 Fix for d5feea0b09 2020-03-08 09:50:31 -04:00
panni d5feea0b09 fix #731 2020-03-08 05:53:27 +01:00
Michiel van Baak 30a801b04d Move scandir.c header files to the correct directory 2020-03-03 14:06:25 +01:00
German Gutierrez c2614fc776 legendasdivx: adding scores to subtitles to get best match in archive 2020-02-24 16:13:30 +01:00
German Gutierrez c72366d883 legendasdivx: using guessit to pick up the right sub in archive 2020-02-24 11:06:48 +01:00