Commit graph

107 commits

Author SHA1 Message Date
destpstrzy
fe7b224916
Added feature to change "added" info in Plex once subtitles are downloaded 2025-01-23 08:24:00 -05:00
morpheus65535
2fc8f10a94
Updated vendored modules 2025-01-18 10:02:09 -05:00
morpheus65535
384a754f9e Removed unnecessary vendored argparse module since it's included in Python since 3.2 2024-09-22 12:21:42 -04:00
Vitiko
aafaf1cbf1 Update fese (extractor) (cover #2538) 2024-07-09 18:51:51 -04:00
morpheus65535
22ac838e9b Upgraded knowit to latest version to fix some long-lasting issue. 2024-07-04 21:27:34 -04:00
Anderson Shindy Oki
2b19f390e7
Updated pysubs2 to 1.7.2
* chore: Bump pysubs2 to v1.7.1

* chore: bump version to 1.7.2

* remove bin
2024-06-08 06:40:00 -04:00
JayZed
eb296e13c1
Improved global search function
* Use Hamming textdistance library

Used Hamming textdistance to sort by closest match.

* Global search UI improvements

Increased dropdown height to show more results initially (and which can also be scrolled into view).
Scrollbars will appear automatically as needed.
Remove dropdown when Search box is cleared.

* Added textdistance 4.6.2 library
2024-06-08 06:14:39 -04:00
morpheus65535
5ca733eac0 Reverted to apprise 1.7.6 to fix an issue with the upgrade process first. 1.8.0 will get back in nightly shortly. #2497 2024-05-24 13:19:37 -04:00
morpheus65535
86d34039a3 Updated apprise to 1.8.0 2024-05-11 23:22:55 -04:00
morpheus65535
7578b8ef14 Updated apprise to version 1.7.6 2024-04-15 15:00:10 -04:00
morpheus65535
aedf2d4d89 Updated apprise to latest version to prevent deadlocks issue in 1.7.3. 2024-03-10 09:44:50 -04:00
morpheus65535
213a04405d Rolled back cloudscraper to fix captcha v1 solving issue. 2024-03-07 21:43:26 -05:00
morpheus65535
1428edfb8b Updated fese module to latest version to fix embedded subtitles provider. #2423 2024-03-05 17:21:42 -05:00
morpheus65535
e5db62eb95 no log: latest apprise upgrade 2024-03-03 22:47:09 -05:00
morpheus65535
03afeb3470
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries 2024-03-03 12:15:23 -05:00
morpheus65535
0e648b5588
Improved subtitles synchronisation settings and added a manual sync modal 2024-01-10 23:07:42 -05:00
Julien Voisin
4b7cdbc5f3
Added support for 7z by upgrading rarfile dependency
- Bump rarfile.py from 4.0 to 4.1
- Add support for 7zip for archive extractions, since unar is a steaming pile
  of C# and unrar is non-free, having some easy-to-package software to
  handle archive makes it easier to run Bazarr on Linux distributions.
2023-12-02 11:24:56 -05:00
Jeff Byrnes
55c5384f9c
Updated to apprise v1.6.0
Changelog: https://github.com/caronc/apprise/releases

Highlights:

* v1.6.0
    * Notifiarr
* v1.5.0
    * Pushy
    * PushDeer
    * PushMe
    * RSyslog
* v1.4.5
    * WhatsApp
    * Burst SMS
2023-11-28 16:12:04 -05:00
morpheus65535
c89da3e619
Changing from config.ini to config.yaml 2023-10-14 09:56:21 -04:00
morpheus65535
bccded275c
Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. 2023-07-26 19:34:49 -04:00
morpheus65535
dd9ce4d6ea Moved file encoding to charset-normalizer instead of chardet that is causing too much issues. #2196 2023-07-07 12:28:39 -04:00
morpheus65535
c92d574bf2 Added experimental Python 3.11 support 2023-06-23 00:03:23 -04:00
morpheus65535
cd016840f9 Updated pytz module to support latest timezone changes 2023-06-21 13:14:17 -04:00
morpheus65535
07f601f407 Updated apprise module to improve notification system. #2163 2023-06-07 14:05:42 -04:00
morpheus65535
6f92e35ba0 no log: fix type in version.txt 2023-05-22 18:32:21 -04:00
morpheus65535
2b5cd2b72e Implemented gzip compression of http requests made to Bazarr 2023-05-09 21:25:54 -04:00
morpheus65535
ec65f05399 no log: updating some dependencies that were having pending PR. 2023-03-22 21:36:58 -04:00
morpheus65535
7455496c4c Trying to fix Segmentation fault caused by mediainfo in docker container. #2098 2023-03-21 23:15:01 -04:00
morpheus65535
abc48b4ed0
Replaced deprecated Google Universal Analytics by GA4 2023-03-17 09:01:15 -04:00
morpheus65535
37059e7fbd Fixed fcache issue when moving cache file between disks. 2023-03-15 12:06:24 -04:00
morpheus65535
fb6ac47bea Fixed permissions issue with cache file. #2084 2023-03-12 19:51:04 -04:00
morpheus65535
5d36b80c07 Removed Enzyme for embedded subtitles indexing and fixed mediainfo integration issues. #2007 2022-12-22 11:37:37 -05:00
morpheus65535
4f060207ab no log: fix for Python 3.7 2022-11-07 13:31:58 -05:00
morpheus65535
bbe2483e21 Updated vendored dependencies. 2022-11-07 13:08:27 -05:00
morpheus65535
04b095995c Upgraded Apprise to 1.1.0 version. 2022-10-10 21:19:24 -04:00
morpheus65535
61ef236d04 no log: fix module name in version.txt 2022-10-10 21:17:40 -04:00
morpheus65535
a338de147e Fixed import error after last commit. 2022-09-22 06:33:33 -04:00
morpheus65535
131b4e5cde
Added Swagger documentation for Bazarr API 2022-09-21 23:51:34 -04:00
Sander van Kasteel
0d39928a7b
Added support for CORS headers 2022-08-22 15:35:35 -04:00
morpheus65535
1dff555fc8 Updated apprise to the latest version. #1834 2022-05-08 09:50:49 -04:00
morpheus65535
2f01ab8523
Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
morpheus65535
6edc196163 Fixed Invalid IPv6 URL exception with common fix 2022-03-14 19:42:38 -04:00
morpheus65535
c23ce4a4d1 Reverted auditok to ffsubsync supported version 2022-02-23 22:01:11 -05:00
Vitiko
4a777c13c8 no log: update fese library
This directly improves the integrity check of subtitles from the
Embedded Subtitles provider.
2022-02-21 02:33:42 -04:00
morpheus65535
c7500c1d04 Fixed missing tzdata module. #1693 2022-01-24 20:00:37 -05:00
morpheus65535
0c3c5a02a7 Upgraded vendored Python dependencies to the latest versions and removed the unused dependencies. 2022-01-23 23:07:52 -05:00
morpheus65535
f55492a25c Upgraded guessit to latest version and include new dependencies. 2022-01-05 20:12:46 -05:00
Vitiko
e65d643fae Embedded Subtitles provider: fix language error (fix #1653) 2021-12-28 15:38:06 -04:00
Vitiko
d0b93a7b35 Update version.txt 2021-12-23 17:19:24 -04:00
morpheus65535
d51dc68ebb Updated Apprise notification module to the latest providers. 2021-12-01 21:19:18 -05:00