Vitiko
ea7b9487ab
no log: Add tests header warning
2 years ago
Vitiko
c06dd620b7
Add mediainfo support for custom languages
2 years ago
Vitiko
5f9418b1f3
Subdivx Provider: improve series matching
2 years ago
Vitiko
e83f37d42e
SuperSubtitles provider: fix hungarian subtitles downloads
2 years ago
Vitiko
da542a311a
Subdivx Provider: handle UnicodeEncodeError for some titles
2 years ago
Vitiko
1427a8ab73
SuperSubtitles provider: fix episode matching
2 years ago
Vitiko
587af7d138
Supersubtitles provider: fix #2092
2 years ago
Vitiko
ad13f79d19
Subf2m Provider: improve episode matching ( #2081 )
2 years ago
Antoine Aflalo
248e49de76
Improved Gestdown provider to get better matches using tvdb id
2 years ago
Vitiko
62b5bd84b9
Supersubtitles provider: update matcher and downloader
2 years ago
Vitiko
f6c0146402
Improve providers utils
2 years ago
Vitiko
3a0085a155
Add Subscene Cloudscraper Provider [Experimental]
...
An alternative module to the Subscene provider.
* Uses similar parsing mechanisms of the Subfm2 provider
* Uses cloudscraper for server calls
* No login required
Not yet implemented in Web UI.
2 years ago
Vitiko
be75d78b93
Embedded Subtitles provider: update filters
...
Avoid unknown language fallback is such language is already present
2 years ago
Vitiko
1233026adc
Subtitrarinoi provider: add several improvements
...
* Fix episode matches (#2018 )
* Use standard utils to download subtitles
* Use standard utils to guess matches (partially implemented)
2 years ago
Vitiko
d064ac77ec
no log: add tests data
2 years ago
Vitiko
923bcb4382
Add 'other' attribute to Video class
2 years ago
Vitiko
52760d8bc7
Refactor Argenteam Provider
...
* Deprecate text search in favour of IMDB search
* Simplify code
2 years ago
Vitiko
69e4a9c526
Subdivx Provider: improve series matching
2 years ago
Vitiko
d6883c2c73
Subf2m Provider: improve series title matches
2 years ago
Vitiko
708fbfcd8e
Add support for configurable scores (movies and episodes)
...
Currently only configurable via manual `data/config/config.ini`
text edition.
New configurable values are `series_scores` and `movie_scores`.
For each config section, the sum of the config values (except hash)
must be equal to the hash value plus one (1), otherwise default
values will be used (notified via debug log).
Hash values are not meant to be modified; the value is shown in
`config.ini` for reference. Modifying hash values would imply
breaking Bazarr's score logic.
2 years ago
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
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
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
9c5a88f880
no log: update subdivx provider tests
2 years ago
Vitiko
2f8814dcf8
Subdivx Provider: improve series matches
2 years ago
Vitiko
71fe2b7a1d
Subdivx Provider: improve episode queries
2 years ago
Vitiko
daeb28baef
Update subzero mods
2 years ago
Vitiko
582c2d9b3c
no log: update conftest.py
2 years ago
Vitiko
571ffbccf8
Fix provider pool updates
2 years ago
Vitiko
0cd89ea0f0
no log: update Gestdown tests
2 years ago
vitiko98
571f9a195c
no log: fix gestdown provider logger
2 years ago
vitiko98
6e521143e1
Embedded Subtitles provider: improve ASS subtitles filtering
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
vitiko98
5624ae431e
Embedded Subtitles provider: add support for unknown language tags
2 years ago
vitiko98
d2b40bd781
Add Karagarga.in provider
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
vitiko98
bd8f4027dd
no log: add get_providers tests
2 years ago
vitiko98
616994487c
no log: add default env vars to bazarr config tests
2 years ago
vitiko98
110462c7ba
no log: update conftest.py
2 years ago
vitiko98
14153d7688
Subdivx provider: avoid TypeError
2 years ago
morpheus65535
f3287561e5
no log: added test for all Bazarr imports (not libs)
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
3 years ago
vitiko98
0e98880494
Gestdown provider: implement retries on 423 status codes
3 years ago
vitiko98
848836c5bb
Subf2m provider: add season pack support
3 years ago
vitiko98
d3e5dc34d7
no log: add providers utility
3 years ago