123 Commits

Author SHA1 Message Date
morpheus65535
5dd736c398 Refactored postprocessing function to handle subprocess invocation differently on Windows and Unix, ensuring path safety and avoiding OS command injection. Added comprehensive unit tests for both platforms to ensure behavior correctness. #3413 2026-07-02 10:10:13 -04:00
iCosiSenpai
e677246e57 Improved audio languages detection when the returned value is a string instead of a language object 2026-06-30 08:40:50 -04:00
leshe
04bd7b6446 Fixed embedded Chinese subtitle language detection 2026-06-28 09:28:15 -04:00
Dimitar "Topper" Maznekov
f5c9ecb0e0 Added Bayflix and Vladoon Bulgarian subtitles providers 2026-06-23 05:48:35 -04:00
luuvasara
17778f745b Improved subf2m privider to fall back to IMDB id search when localized movie title finds nothing 2026-06-21 21:57:39 -04:00
kernitus
816ad64a02 Fixed automatic syncing settings definition at runtime 2026-06-16 08:03:17 -04:00
Mika Cohen
eaf06c490e Improved Sonarr and Radarr sync performance dramatically 2026-06-07 13:11:59 -04:00
Dušan
b57a634bd5 Added prijevodi-online provider 2026-05-11 07:34:59 -04:00
BlackSpirits
e04eb0b2ad no log: Fixed test_check_login_form_auth_failure abort mock assertion (#3318) 2026-05-06 23:25:47 -04:00
Rudolf Tammekivi
c2ca24fba9 Added SubClub.eu Estonian subtitles provider 2026-05-04 06:23:43 -04:00
Piotr Niełacny
b459a81e1a Added Jellyfin media server integration to support automatic library refresh 2026-04-24 16:09:21 -04:00
Adriano
b97f3888b4 Improved notifications with custom variable expansion 2026-04-24 07:22:53 -04:00
mzglinski
3aea7facd4 Added gemini translation batch size config and multiple api keys rotation 2026-03-27 08:00:02 -04:00
Antoine Aflalo
721361a361 Improved Gestdown provider release matching 2026-02-21 22:33:49 -05:00
Matthew Turland
1d4953c966 Fixed check_login decorator functionality 2026-02-12 07:38:01 -05:00
morpheus65535
414aafa0a8 Removed subdivx provider and its related tests as it is no longer supported. #2714 2026-02-11 23:06:30 -05:00
morpheus65535
e8ce7e687e Removed embedded subtitles provider ASS subtitles content modification since this should be properly implemented in subzero mods instead. #3144 2026-01-24 14:32:22 -05:00
Piotr Niełacny
9cc8485a08 Added AnimeSub.info provider for Polish anime subtitles 2025-11-11 10:51:43 -05:00
Matthew Turland
08a3643f0b Fixed TypeError when logging deleted episodes from Sonarr sync 2025-10-28 06:27:52 -04:00
Petar Lotrean
a4873fc0f5 Added season pack download feature to titlovi 2024-10-08 19:32:04 -04:00
morpheus65535
115926d440 no log: renamed all import test since it's broken and need rework in the future 2024-09-22 12:22:17 -04:00
morpheus65535
9db30f9eb0 no log: small fix to test 2024-09-20 08:43:53 -04:00
morpheus65535
6364659c3b no log: removed subscene provider tests 2024-09-20 07:43:20 -04:00
morpheus65535
90b44802dc Fixed logging filter issue. 2024-09-20 07:42:16 -04:00
Omar Pakker
cc7a8000e7 Fixed logging filter bug introduced in 1.4.4 2024-09-16 12:10:50 -04:00
GabbeHags
92708e722f Made all subf2m test pass (#2645) 2024-09-02 05:19:52 -04:00
Vitiko
91a35317cc Subdl Provider: add tests and use standard utils 2024-07-14 19:02:50 -04:00
Vitiko
aafaf1cbf1 Update fese (extractor) (cover #2538) 2024-07-09 18:51:51 -04:00
Vitiko
4430ec8f3e Subtitle class: get format dinamically (fix #2514) 2024-06-18 17:44:12 -04:00
Anderson Shindy Oki
77ebd036f2 Added animetosho provider 2024-04-14 08:19:13 -04:00
Vitiko
d9629df3af Subdivx Provider: major updates 2024-02-23 03:25:20 -04:00
MrHereAndThere
ad8f116c78 Updated fallback language for embeddedsubtitles provider to be able to specify the one to use 2024-02-19 21:10:27 -05:00
Vitiko
deef13d11b Add Argenteam Dump Provider 2024-01-28 17:18:48 -04:00
morpheus65535
783e6b38ea Removed aRGENTeaM provider that have been recently closed. #2352 2024-01-12 06:41:51 -05:00
Vitiko
b9648172ba Subdivx provider: improve movies matches
Add one year tolerancy for movies. False positives probability
is low enough to do so.

(Fix #2245)
2023-09-18 15:15:36 -04:00
Vitiko
9cf21242ca Add more info to exceptions 2023-09-14 01:52:45 -04:00
Vitiko
c11af96950 Embedded subtitles: fix #2195 2023-07-23 23:40:20 -04:00
Vitiko
4921c55bf0 Subf2m provider: improve episode matching 2023-06-18 17:18:49 -04:00
Vitiko
6ac5bc7d4d Embedded Subtitles provider: Fix #2171 2023-06-13 17:53:51 -04:00
Vitiko
ee1506ed54 Subf2m provider: add support for IMDB IDs 2023-06-13 02:13:42 -04:00
Vitiko
e3c4def89a Subf2m Provider: add user-agent header configuration
This change fixes empty queries.
2023-06-12 19:36:11 -04:00
Vitiko
547f8c428d Added feature to treat couples of languages as equal when searching for subtitles
* Add 'Language-equals' support

This feature will treat couples of languages as equal for list-subtitles
operations. It's optional; its methods won't do anything if an empy list
is set. See more info at docstrings from 'subliminal_patch.core'.

For example, let's say I only want to have "Spanish (es.srt)" subtitles
and I don't care about the differences between Spain and LATAM spanish.
This feature will allow me to always get European Spanish even from
LATAM Spanish providers like Argenteam and Subdivx.

Example for config.ini:

language_equals = ['spa-MX:spa']

(Which means all Latam Spanish subtitles from every provider will be
converted to European Spanish)

* Add PT and ZH language tests

* Add HI and Forced parsing for language pairs

Format example: ["en@HI:en", "es-MX@forced:es-MX"]

* Update languages.py

* Update API definition to reflect the previous change

* Add language equals table to the UI (test only)

* Add global language selector and get language from code3 utilities

* Add unit tests for language equal feature

* Add encode function to language equal feature

* Add CRUD methods to the language equals panel

* Add equals description

* Add parsing support for alpha3 custom languages

* no log: add more tests

* Add forced and hi support to the language equal target

---------

Co-authored-by: morpheus65535 <louis_vezina@hotmail.com>
Co-authored-by: LASER-Yi <liangyi0007@gmail.com>
2023-05-27 09:38:55 -04:00
Vitiko
585c70c39d Add support for custom languages in audio tracks 2023-05-19 02:03:17 -04:00
Vitiko
ea7b9487ab no log: Add tests header warning 2023-05-17 22:54:07 -04:00
Vitiko
c06dd620b7 Add mediainfo support for custom languages 2023-05-17 01:45:29 -04:00
Vitiko
5f9418b1f3 Subdivx Provider: improve series matching 2023-05-09 17:08:22 -04:00
Vitiko
e83f37d42e SuperSubtitles provider: fix hungarian subtitles downloads 2023-05-04 19:15:35 -04:00
Vitiko
da542a311a Subdivx Provider: handle UnicodeEncodeError for some titles 2023-04-14 23:19:12 -04:00
Vitiko
1427a8ab73 SuperSubtitles provider: fix episode matching 2023-03-30 17:26:21 -04:00
Vitiko
587af7d138 Supersubtitles provider: fix #2092 2023-03-10 18:12:37 -04:00