summaryrefslogtreecommitdiffhomepage
path: root/libs
AgeCommit message (Expand)Author
2023-09-26Add HDBits.org providerv1.3.1-beta.4Vitiko
2023-09-21Added logging for opensubtitles.com 400 error. #2232morpheus65535
2023-09-18Subdivx provider: improve movies matchesVitiko
2023-09-15Removed sucha provider that doesn't exist anymore. #2242v1.3.0morpheus65535
2023-09-14EmbeddedSubtitles provider: improve cache management (Fix #2241)v1.2.5-beta.26Vitiko
2023-08-24Fixed opensubtitles.com token from being added to debug log in login responsev1.2.5-beta.18morpheus65535
2023-08-22Improved debug logging of login attempts to opensubtitles.com provider.v1.2.5-beta.17morpheus65535
2023-08-14Improved supersubtitles to detect properly forced subtitles. #2226v1.2.5-beta.14morpheus65535
2023-08-12Fixed yavka.net subtitles search since they've modified the website. #2225v1.2.5-beta.12morpheus65535
2023-08-08no log: improved queries to os.com to prevent redirectionmorpheus65535
2023-08-06Removed sensitive information from opensubtitles.com debug logging.morpheus65535
2023-07-26Replaced peewee with sqlalchemy as ORM. This is a major change, please report...v1.2.5-beta.3morpheus65535
2023-07-23Embedded subtitles: fix #2195v1.2.5-beta.1Vitiko
2023-07-23no log: update feseVitiko
2023-07-19Fixed more stuff related to opensubtitles.comv1.2.4-beta.1v1.2.4morpheus65535
2023-07-16Fixed opensubtitles.com issue with looping over failed login.morpheus65535
2023-07-07Moved file encoding to charset-normalizer instead of chardet that is causing ...v1.2.3-beta.3v1.2.3morpheus65535
2023-07-05Improved opensubtitles.com provider to deal with return codes in some edge ca...morpheus65535
2023-06-23Add debugging changesv1.2.2-beta.26v1.2.2Vitiko
2023-06-23Reverting b6777bc26ea2faafa4d6a8eee8aa791a8736780amorpheus65535
2023-06-23Merge remote-tracking branch 'origin/development' into developmentv1.2.2-beta.24morpheus65535
2023-06-23Added experimental Python 3.11 supportmorpheus65535
2023-06-22Debugging: update subtitle and language representationsVitiko
2023-06-21Updated pytz module to support latest timezone changesv1.2.2-beta.23morpheus65535
2023-06-18Subf2m provider: improve episode matchingv1.2.2-beta.21Vitiko
2023-06-15Removed leftover from legendas.tv provider.morpheus65535
2023-06-14Subf2m provider: improve queriesv1.2.2-beta.19Vitiko
2023-06-13Update language equals mechanismv1.2.2-beta.18Vitiko
2023-06-13Embedded Subtitles provider: Fix #2171Vitiko
2023-06-13no log: Subf2m provider: avoid iterating over unsupported languagesVitiko
2023-06-13Subf2m provider: add support for IMDB IDsVitiko
2023-06-12Subf2m Provider: add user-agent header configurationv1.2.2-beta.17Vitiko
2023-06-12Embedded Subtitles provider: handle ASS errorsVitiko
2023-06-12Fixed yavka.net provider. #2169morpheus65535
2023-06-07Fixed server side exception throttling opensubtitles.com when it shouldn't. #...v1.2.2-beta.14morpheus65535
2023-06-07Updated apprise module to improve notification system. #2163morpheus65535
2023-06-07Added debug logging for request/response to opensubtitles.com provider. #2153morpheus65535
2023-06-02Merge remote-tracking branch 'origin/development' into developmentv1.2.2-beta.12morpheus65535
2023-06-02Added support for Portuguese and Simplified Chinese to opensubtitles.com. #2159morpheus65535
2023-05-30no log: add debug call to lang-equalsVitiko
2023-05-29Merge remote-tracking branch 'origin/development' into developmentv1.2.2-beta.11morpheus65535
2023-05-29Added some exceptions that shouldn't be retried to retry function. #2153morpheus65535
2023-05-28Language-equals: add compatibility for more providersv1.2.2-beta.10Vitiko
2023-05-28no log: reduce debug call verbosityVitiko
2023-05-28Merge remote-tracking branch 'origin/development' into developmentmorpheus65535
2023-05-28Fixed external subtitles indexation with accented characters that resulted in...morpheus65535
2023-05-27Added feature to treat couples of languages as equal when searching for subti...v1.2.2-beta.9Vitiko
2023-05-24Fixed type in opensubtitles.com provider that could cause AuthenticationError...v1.2.2-beta.8morpheus65535
2023-05-22no log: fix type in version.txtmorpheus65535
2023-05-20Specify ffmpeg path in case it's not in PATH envvar (#2147)v1.2.2-beta.7Alex Yancey