Commit Graph

4304 Commits

Author SHA1 Message Date
morpheus65535 487e3d55ed no log: fixed logging error 2023-08-07 08:43:57 -04:00
morpheus65535 f58d1a915d Fixed issue with Python deprecation warning. #2218 2023-08-06 16:54:49 -04:00
morpheus65535 7e211f6250 Removed sensitive information from opensubtitles.com debug logging. 2023-08-06 16:47:11 -04:00
morpheus65535 d284e629b7 Added upcoming Python 3.7 deprecation announcement. 2023-08-04 14:29:23 -04:00
morpheus65535 c36745563f no log: fix CI 2023-08-04 10:33:26 -04:00
morpheus65535 bc79491491 no log: fix CI 2023-08-04 10:27:36 -04:00
morpheus65535 6000a8889d Fixed history views when upgrade subtitles is disabled. #2210 2023-08-04 10:18:48 -04:00
morpheus65535 4bb6ec7528 Merge remote-tracking branch 'origin/development' into development 2023-08-04 09:46:08 -04:00
morpheus65535 fa42346968 Fixed translation issue for episodes subtitles. #2214 2023-08-04 09:45:56 -04:00
k29t59dh f723f84467
Updated SignalR code to work with new ORM 2023-08-04 09:10:32 -04:00
morpheus65535 e0e5daea1d Fixed removal of rowid column while preventing the lost of history or blacklist data. 2023-07-31 22:54:33 -04:00
morpheus65535 164dc95f23 Fixed download notifications not being sent properly. 2023-07-31 09:54:50 -04:00
morpheus65535 26f6fcb3ad Fixed missing table during migration of a new database. 2023-07-30 13:00:55 -04:00
William Hughes 18cec2c8e5
no log: Made 'id' description clearer (#2209)
I've been playing with the API for the last few hours and I noticed that this wasn't clear that the ID also needs to be set if it's a movie. At first I gave it a -1 ID because I presumed the ID wasn't needed as it wasn't an episode. 

This small change should help people in the future when utilizing the API.
2023-07-29 08:04:52 -04:00
morpheus65535 479f11fae6 Fixed table deletion issue with PostgreSQL. 2023-07-29 07:56:32 -04:00
morpheus65535 98a0b65d97 no log: fixed ci workflow to use the branch name that triggered the workflow run. 2023-07-27 18:06:55 -04:00
morpheus65535 6bc46fe4e9 Fixed issue with unused rowid columns and removed custom score profiles tables as they aren't used anymore. 2023-07-27 17:51:03 -04:00
Vitiko c9ced57191 no log: Remove unused code (custom scores) 2023-07-27 17:08:53 -04:00
morpheus65535 6f03758bec Fixed issue with missing migrations directory in release asset. 2023-07-27 10:12:30 -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 486d2f9481 Improved logging of failed attempt to authenticate to UI. Successful basic authentication attempt cannot be logged right now. 2023-07-25 16:49:04 -04:00
Vitiko c11af96950 Embedded subtitles: fix #2195 2023-07-23 23:40:20 -04:00
Vitiko fdefb85b1f no log: update fese 2023-07-23 23:39:35 -04:00
morpheus65535 4e50dc29a4 no log: trying again to fix git issue in release pipelines. 2023-07-23 10:21:31 -04:00
morpheus65535 897d90e96a no log: trying again to fix git issue in release pipelines. 2023-07-23 10:18:42 -04:00
morpheus65535 1c2d080b02 no log: trying again to fix git issue in release pipelines. 2023-07-23 10:13:50 -04:00
morpheus65535 714f141cea no log: trying to fix git issue in release pipelines. 2023-07-23 09:48:57 -04:00
morpheus65535 a7562e06b5 Improved external subtitles file encoding guessing to ignore those who can't be guessed properly. 2023-07-22 12:24:53 -04:00
morpheus65535 6e7858fc7c Fixed more stuff related to opensubtitles.com 2023-07-19 16:01:29 -04:00
morpheus65535 faa9566431 Improved subtitles providers settings to reset Authentication or Configuration error throttling while saving. 2023-07-16 23:32:46 -04:00
morpheus65535 333c6b23f5 Fixed opensubtitles.com issue with looping over failed login. 2023-07-16 23:30:37 -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 90ac5519c7 no log: pep8 fix 2023-07-05 15:39:55 -04:00
morpheus65535 529b5a1386 Improved opensubtitles.com provider to deal with return codes in some edge cases. #2179 2023-07-05 11:52:59 -04:00
morpheus65535 cfc8a91488 Fixed exception raised when get_episodesFiles_from_sonarr_api() doesn't return proper content. #2188 2023-07-04 12:07:11 -04:00
morpheus65535 da7879a02a Fixed requirements.txt to use only wheels for Pillow since compilation doesn't work on 32bits Python embedded in Windows installer version. 2023-07-04 12:01:14 -04:00
morpheus65535 8087ce612f Merge remote-tracking branch 'origin/development' into development 2023-07-03 18:28:48 -04:00
morpheus65535 dfd8bedd6a Fixed upgradable subtitles logic being called even if user do not want to upgrade existing subtitles. 2023-07-03 18:28:29 -04:00
bpoxy 35dfa2483b
Added description of "provider" to post-processing option 2023-07-03 16:51:55 -04:00
Jan Živković 59d00f28d0
Fixed monitored status tooltip for series/movie view 2023-07-03 16:50:40 -04:00
Vitiko b17a2a5f4a Add debugging changes 2023-06-23 13:21:04 -04:00
morpheus65535 f371d0585b no log: added failsafe to encoding detection 2023-06-23 10:06:46 -04:00
morpheus65535 edfbb1a5ca Reverting b6777bc26e 2023-06-23 09:52:55 -04:00
morpheus65535 ba4da6d5a9 Merge remote-tracking branch 'origin/development' into development 2023-06-23 00:03:46 -04:00
morpheus65535 c92d574bf2 Added experimental Python 3.11 support 2023-06-23 00:03:23 -04:00
Vitiko b6777bc26e Debugging: update subtitle and language representations
This will help making the logs more comprehensible.
2023-06-22 16:50:42 -04:00
morpheus65535 cd016840f9 Updated pytz module to support latest timezone changes 2023-06-21 13:14:17 -04:00
LASER-Yi ab3c171483
Fix path mapping issues 2023-06-20 23:57:39 +08:00
Vitiko 4921c55bf0 Subf2m provider: improve episode matching 2023-06-18 17:18:49 -04:00
LASER-Yi 374e4bec87
Fix issues when saving the notification providers 2023-06-18 20:41:55 +08:00