Antoine Aflalo
be34b8fddd
Gestdown Provider: Use ShowId to find subtitles. Fixes issue with Slash in show name. ( #1979 )
...
This way, if a show has a slash (/) inside its name, we can still find subtitles for it.
2 years ago
morpheus65535
78f769d743
Improved assrt provider error message logging. #1953
2 years ago
Vitiko
122398fdc8
Subf2m Provider: add support for complete series packs
2 years ago
Vitiko
876b42bb8f
Improve file picker for season packs
2 years ago
Paweł Wegner
bf26dd231a
Improved napiprojekt to search for subtitles using video metadata.
...
Prior to this change bazarr could lookup napiprojekt subtitles only by hash of
the video file.
2 years ago
Vitiko
fe8101dcee
Subf2m Provider: add more improvements
...
* Retry queries when subf2m server returns 503
* Add support for episode titles in season packs
* Add support for season packs with "Complete Series" titles
2 years ago
Vitiko
254df4446f
no log: add kwargs to private func
2 years ago
Vitiko
23d4e3e006
Update provider utils
2 years ago
silentcommitter
d4203ee7cb
Subf2m provider improvements ( #1973 )
...
* subf2m provider: add more languages
* subf2m provider: use urllib parse rather than string replacement
* subf2m provider: change movie title matching to match exact year and use similarity based title matching
* subf2m provider: change tvshow title matching to match exact season and use similarity based title matching
* no log: Subf2m Provider: add tests
* Subf2m Provider: add serbian support
Co-authored-by: Vitiko <averroista@protonmail.com>
2 years ago
Vitiko
21359b32b5
Subdivx Provider: add more search improvements
2 years ago
Vitiko
2f8814dcf8
Subdivx Provider: improve series matches
2 years ago
Vitiko
71fe2b7a1d
Subdivx Provider: improve episode queries
2 years ago
morpheus65535
0374790ed2
Fixed another issue with assrt. #1953
2 years ago
morpheus65535
560cbc0bd4
Merge remote-tracking branch 'origin/development' into development
2 years ago
morpheus65535
7ea452c467
Fixed another issue with assrt. #1953
2 years ago
Vitiko
daeb28baef
Update subzero mods
2 years ago
morpheus65535
04b095995c
Upgraded Apprise to 1.1.0 version.
2 years ago
morpheus65535
61ef236d04
no log: fix module name in version.txt
2 years ago
morpheus65535
8a5e05b86a
Merge remote-tracking branch 'origin/development' into development
2 years ago
morpheus65535
167cb5dd98
Fixed maximum number of requests per minute for assrt provider. #1953
2 years ago
Samuel Bartík
a82ab6769d
Fix titulky's subtitle downloading logic
2 years ago
Vitiko
003e033c93
Embedded Subtitles provider: avoid KeyError
2 years ago
Vitiko
571ffbccf8
Fix provider pool updates
2 years ago
Antoine Aflalo
7f1d3e1adf
Gestdown: Check for show before checking for subtitle ( #1962 )
...
Will reduce the number of different calls to the provider and only ask for subtitle when we know the show exists.
2 years ago
morpheus65535
8348b6c0dc
Fixed subtitulamos.tv improper matching. #1960
2 years ago
morpheus65535
0980af1060
Fixed assrt provider to prevent making too many queries to the API. #1953
2 years ago
vitiko98
c791f39e53
Subdivx Provider: improve spanish detection
2 years ago
vitiko98
571f9a195c
no log: fix gestdown provider logger
2 years ago
Antoine Aflalo
5413f31b41
Use new endpoint for gestdown ( #1949 )
...
This endpoint rely on caching from cloudflare and will better scale.
Right now, I'm getting around 3M request per day, so I'd like to use the caching as much as possible.
2 years ago
morpheus65535
a338de147e
Fixed import error after last commit.
2 years ago
morpheus65535
131b4e5cde
Added Swagger documentation for Bazarr API
2 years ago
vitiko98
803dfe3512
Embedded Subtitles provider: add support for alpha2 tags
...
Done by updating the fese library
2 years ago
morpheus65535
663e8d7395
Fixed opensubtitles.com authentication issue. #1935
2 years ago
vitiko98
29383ba742
no log: rollback subliminal_path's subtitle changes
...
Needs testing. This change seems not safe.
2 years ago
vitiko98
6e521143e1
Embedded Subtitles provider: improve ASS subtitles filtering
2 years ago
vitiko98
0bc05232ed
Ignore mods for non-tested subtitle formats
2 years ago
vitiko98
09d1eb78c9
Avoid error trying to scan some videos
...
This removes unused code from subliminal_patch's core. Thanks to
refining, we don't need extra magic to guess from filenames anymore.
2 years ago
Jakob Koschel
26082780d5
Improved the fix uppercase mod to better deal with non-alphabetical characters
2 years ago
Sander van Kasteel
0d39928a7b
Added support for CORS headers
2 years ago
vitiko98
fca1c9656e
Avoid 'Insufficient data to process the guess' error ( fix #1910 )
2 years ago
vitiko98
5624ae431e
Embedded Subtitles provider: add support for unknown language tags
2 years ago
vitiko98
a748903dc4
Fix provider configs updates
2 years ago
VisoTC
b9ba99e189
Fixed Zimuku provider to bypass yunsuo protection
2 years ago
Samuel Bartík
331cbbd3bd
Fixed Titulky provider to fail silently if media is missing IMDB ID.
2 years ago
vitiko98
d2b40bd781
Add Karagarga.in provider
2 years ago
vitiko98
171747751a
no log: include refiner in embeddedsubtitles.py
2 years ago
vitiko98
8086bce5c4
Embedded Subtitles Provider: major update
...
* fese library was updated
* mergerfs_mode support was dropped. Too much false positives
* extended codec support (two new codecs added: webvtt and mov_text)
* disable conversion to srt by default
2 years ago
morpheus65535
f543368089
Fixed DNS queries caching issue.
2 years ago
vitiko98
14153d7688
Subdivx provider: avoid TypeError
2 years ago
vitiko98
696becbeb1
Try to avoid guessit internal exception ( #1858 )
...
I was unable to reproduce the exception, but I found a strange pattern:
whenever the hints["expected_title"] value had the same value as the
title found in the filename, there was a list from the rebulk module
constantly growing. Once I remove the expected_title "hint", this
behavior is gone.
This change is transparent. If for some reason guessit returns a
different movie/series title, Bazarr will refine it with the database
anyway.
2 years ago
vitiko98
246c2f3004
Subf2m provider: improve episode matching
2 years ago
morpheus65535
a7b1b2a454
Fixed Wizdom API url. #1870
2 years ago
morpheus65535
8de8c2c0c1
no log: fixed imports
2 years ago
vitiko98
5a13046d58
Gestdown provider: improve http error handling
...
423 code retries were blocking every language query for too much time.
The amount of retries was reduced from 5 to 3
2 years ago
vitiko98
25281709c1
Gestdown provider: ignore incomplete subtitles
2 years ago
vitiko98
0e98880494
Gestdown provider: implement retries on 423 status codes
2 years ago
vitiko98
848836c5bb
Subf2m provider: add season pack support
2 years ago
vitiko98
d3e5dc34d7
no log: add providers utility
2 years ago
Samuel Bartík
fde1e0e069
Improved titulky provider search
2 years ago
Vitiko
473041158c
Subf2m provider: improve matches parsing
2 years ago
Vitiko
0e1120e037
Subdivx provider: improve movie searches
3 years ago
Vitiko
c9d63f717f
Add Gestdown.info Provider
3 years ago
morpheus65535
24196d899f
Merge remote-tracking branch 'origin/development' into development
3 years ago
morpheus65535
642733f92f
Added support for unar RAR extraction utility. #1833
3 years ago
Vitiko
770ae2d6f6
Embedded Subtitles provider: fix cached streams with HI fallback
...
Fix #1884
3 years ago
Vitiko
b96fd93269
Embedded Subtitles provider: improve HI fallback
3 years ago
Gabor Lengyel
c676095783
Fixed provider Supersubtitles following domain name change
3 years ago
Vitiko
9c2737c963
no log: type (no behavior changes at all)
3 years ago
Vitiko
4edc2b756b
no log: small subliminal_patch's core refactor
...
Try to make some methods more readable
3 years ago
Vitiko
23a5ab9b0e
Improve provider configs updates
3 years ago
morpheus65535
1dff555fc8
Updated apprise to the latest version. #1834
3 years ago
Vitiko
a783515ad4
Avoid NoneType on providers pool updates
3 years ago
Vitiko
134613711a
Embedded Subtitles provider: improve detection of potentially incomplete subtitles
3 years ago
Vitiko
e186bd1a0f
no log: update embedded subtitles provider release info representation
3 years ago
Vitiko
0427c83cda
no log: update fese library
3 years ago
morpheus65535
b7e908645e
Fixed issue with indexing of external subtitles that include utf8 characters in file name.
3 years ago
morpheus65535
6e7423c9b5
Merge remote-tracking branch 'origin/development' into development
3 years ago
morpheus65535
2cb3e36f8d
Fixed yify download link parsing
3 years ago
Vitiko
ce33b4f5fd
Improve subtitles pack extraction
3 years ago
Vitiko
7423c80a28
Subdivx Provider: improve language parser
3 years ago
morpheus65535
2f01ab8523
Reworked Bazarr file structure to improve support and optimization
3 years ago
Vitiko
3f95784bb8
Subdivx Provider: avoid false positives on episodes search
...
The series search fallback was returning unrelated subtitles that
were impossible to detect with get_subtitle_from_archive()
3 years ago
Vitiko
f01d916f95
Embedded subtitles provider: improve exception handling
...
Related to fese's library update. Close #1819
3 years ago
Vitiko
9e2b2d8b00
no log: update legendasdivx subtitle id property (again)
3 years ago
Vitiko
4e6fd61188
no log: update legendasdivx subtitle id property
3 years ago
Vitiko
23e847290b
Legendasdivx provider: improve subtitles ID consistency
3 years ago
Samuel Bartík
e6551dc4d3
Fixed Titulky provider and made some code maintenance
3 years ago
Samuel Bartík
a4d9eb694d
Improved search and fixed some issues with Titulky provider
3 years ago
Vitiko
883b0fe7a1
Subdivx Provider: improve episode searching and downloading
3 years ago
Vitiko
a95086555f
no log: add update_matches() providers util
3 years ago
Vitiko
d95d6b9d35
no log: update subf2m provider
3 years ago
Vitiko
5e0461eee5
no log: add subliminal_patch provider utils
...
This will be used to modulate and simplify some tasks and reduce redundant code
3 years ago
Vitiko
63eded5aa3
Add subf2m.co Provider
3 years ago
Vitiko
9a327b9e4d
no log: fix AttributeError on providers mixin
3 years ago
Vitiko
75f3ac9f6c
Improve episode detection from compressed series packs
3 years ago
Vitiko
31e4f835cf
SuperSubtitles Provider: fix filetype detection
3 years ago
Vitiko
d3e3e31fa1
Embedded subtitles provider: add timeout option
3 years ago
Samuel Bartík
ec24f3c854
Fixed Titulky login caching
3 years ago
morpheus65535
ebde572ca2
no log: some small improvements to opensubtitles.com provider
3 years ago
Vitiko
4c063bc682
no log: update supersubtitles.py comments
3 years ago
Vitiko
7040fbc071
Supersubtitles provider: Fix AttributeError for some queries ( #1792 )
3 years ago
morpheus65535
77da09d51f
Removed support for BSplayer providers because it was causing way much issue than providing subtitles.
3 years ago
Vitiko
86d6c211af
Fix ValueError for persistent pools on multithreaded setups
3 years ago
Vitiko
8c4e83c18d
Fix subliminal core: wrong providers being restarted
3 years ago
Liang Yi
50a252fdd7
Frontend improvement and cleanup ( #1690 )
...
* Replace Create-React-App with Vite.js
* Update React-Router to v6
* Cleanup unused codes
3 years ago
maxwillx
33a9e512ac
Added languages profile settings to prevent downloaded subtitles from being converted to srt.
3 years ago
morpheus65535
6edc196163
Fixed Invalid IPv6 URL exception with common fix
3 years ago
morpheus65535
b73c7866e0
no log: one more fix for legendasdivx
3 years ago
morpheus65535
040ddb2362
Improved throttling of LegendasDivx provider to prevent IP address blocking by reaching 150 searches a day. #1757
3 years ago
Samuel Bartík
36f8472e28
no log: Fix titulky provider TypeError ( #1760 )
3 years ago
Samuel Bartík
8a9fbbeaec
Fixed titulky provider UnicodeEncodeError
3 years ago
morpheus65535
bd5aae7f77
Fixed opensubtitlescom provider to remove filename from query because it was too specific and reduced number of subtitles returned for no good reason.
3 years ago
morpheus65535
c23ce4a4d1
Reverted auditok to ffsubsync supported version
3 years ago
Vitiko
4a777c13c8
no log: update fese library
...
This directly improves the integrity check of subtitles from the
Embedded Subtitles provider.
3 years ago
Vitiko
644617c7c2
Improve Argenteam results matching (Covers #1728 )
3 years ago
3klips
a22bb0fd12
Fixed addic7ed subtitles search query to return all languages instead of relying on filter defined in addic7ed profiles.
3 years ago
morpheus65535
23e2626df9
Fixed legendastv issue since rarfile upgrade. #1711
3 years ago
Samuel Bartík
45f085eb5d
Added cookies caching to titulky provider
3 years ago
morpheus65535
2a8dd4a89c
no log: opensubtitles.com - fixed query arguments ordering to prevent redirection and additional request to provider.
3 years ago
morpheus65535
83e36e4c1c
Fixed JSON parsing exception in supersubtitles provider. #1700
3 years ago
morpheus65535
6b36920b1c
no log: improvement to opensubtitles.com again
3 years ago
morpheus65535
669bd3376a
Improved opensubtitles.com resilience and properly deal with the Invalid JSON/Bad Gateway exception.
3 years ago
morpheus65535
d879128dcd
Improved retry and exception handling in opensubtitles.com provider.
3 years ago
morpheus65535
c7500c1d04
Fixed missing tzdata module. #1693
3 years ago
morpheus65535
0c3c5a02a7
Upgraded vendored Python dependencies to the latest versions and removed the unused dependencies.
3 years ago
Vitiko
36bf0d219d
no log: remove useless conditional
3 years ago
Vitiko
4c15a50134
Add Embedded Subtitles mergerfs mode
3 years ago
Vitiko
111998eb79
Add Embedded Subtitles provider memoization/cache
3 years ago
morpheus65535
75d73cf604
Fixed Subscene provider for US shows. #1678
3 years ago
Vitiko
8ad4ec95f9
Improve Subdivx provider: use a random cookie to speed up downloads and
...
match release groups properly
3 years ago
th3r3v
6c22b7aedd
Fixed SuperSubtitles provider and made some improvements ( #1668 )
...
SuperSubtitles provider:
- added Referer header to the session, to avoid being redirected to the main page while searching for series ID
- improved the inconsistent naming logic. Via this solution, it is not necessary anymore to add an exclusion for every Marvel series that has a different name on this provider.
- the series-related part of the subtitle search logic has been refactored to use a different (JSON) endpoint, based on the SuperSubtitles XBMC (Kodi) plugin
- changed the format of the release_info, for better scoring results
- improved the "get_matches" logic of the provider, to check for resolution and source, plus removed some unnecessary checks too
3 years ago
morpheus65535
dbf0bf2638
Fixed issue with addic7ed where alternative titles were not used properly in during searches. #1669
3 years ago
morpheus65535
58a967c892
Added settings to change the hearing-impaired subtitles file extension to use when saving to disk.
3 years ago
Anthony Arnaud
1a03d9fd12
Added cookies option for addic7ed to avoid anti-captcha provider requirement
3 years ago
morpheus65535
f55492a25c
Upgraded guessit to latest version and include new dependencies.
3 years ago
Antoine Malliarakis
c83d661fb1
no log: Remove unsolicited test logs from soustitres.eu
3 years ago
Samuel Bartík
3653ef163f
Added validation for V.I.P. account status in titulky provider
3 years ago
Vitiko
68a9f2fb0c
Handle InvalidFile with Embedded Subtitles Provider ( close #1652 )
3 years ago
Vitiko
1261e91870
Add MustGetBlacklisted exception for redundant download_subtitle calls
3 years ago
Vitiko
b90dab03e8
Add hi_fallback option to Embedded Subtitles Provider
3 years ago
morpheus65535
d8f14560e3
Improved search speed by reusing providers pools
3 years ago
Vitiko
d373bc8c0e
Subdivx provider: Improve scraper
3 years ago
Vitiko
75926dc776
Fix broken Subdivx provider: update scraper
...
Subdivx provider has been broken for about one week. They have made
some changes on their API.
3 years ago
morpheus65535
46051646c6
Improved opensubtitles.com server-side error handling
3 years ago
Vitiko
c05997bd33
no log: update fese version
3 years ago
Vitiko
e65d643fae
Embedded Subtitles provider: fix language error ( fix #1653 )
3 years ago
Vitiko
5d8897f675
Fix Addic7ed provider: handle language errors, avoid guessit exception and match version for movies
3 years ago
Vitiko
a88f0a7f19
Fix Addic7ed provider TypeError
3 years ago
Vitiko
048307e429
Update embeddedsubtitles provider: use original_path instead of name
3 years ago
Vitiko
d0b93a7b35
Update version.txt
3 years ago