morpheus65535
557a06173d
Fixed token issue with opensubtitles.com
3 years ago
morpheus65535
26e978b14b
Fixed Regielive provider #1438
3 years ago
morpheus65535
f4df07fb83
Fixed Titrari provider #1438
3 years ago
vitiko98
a39a9e8bd5
Finish providers migration to subliminal_patch's guess_matches
3 years ago
morpheus65535
e86d537ca2
Improved subtitles scoring system
3 years ago
vitiko98
14d467e645
Update half of providers to use subliminal_patch's guess_matches
3 years ago
vitiko98
5b1f479901
Fix Sucha provider: AttributeError and wrong matches
3 years ago
morpheus65535
23ede4e7f9
Updated signalrcore module following PR #61 merging.
3 years ago
morpheus65535
cb09f8d440
Fixed BetaSeries AttributeError exception #1423
3 years ago
Vitiko
4ebcd49546
Added custom language class to make it easier to implement non-standard/regional languages
3 years ago
morpheus65535
736b67fd80
Improved stability and reliability of SignalR feed clients.
4 years ago
Xavier Xiong
3908175a21
Fixed Zimuku url
4 years ago
morpheus65535
7209bad0c4
Improved Opensubtitles.com provider caching of token
4 years ago
morpheus65535
bb842b92af
Improved Opensubtitles.com providers
4 years ago
morpheus65535
2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries.
4 years ago
morpheus65535
2643023240
Updated SignalRCore to support websocket-client 1.0.0.
4 years ago
morpheus65535
70a0f6835e
Upgraded websocket-client module to fix Radarr SignalRCore disconnection issues.
4 years ago
morpheus65535
44dd478c48
Improved reconnection process for Sonarr SignalR feeds.
4 years ago
Vitiko
9f401cbb67
Fixed support for lists in audio_codec match guessing
4 years ago
morpheus65535
84a1c265ce
Improved Radarr SignalR feed reconnection process.
4 years ago
morpheus65535
90c6521b31
no log: removed the flask debug toolbar and the flask dev server usage with --dev args
4 years ago
morpheus65535
44c51b2e2c
Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day.
4 years ago
morpheus65535
72b6ab3c6a
Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection!
4 years ago
morpheus65535
a555617738
Tried to fix the issues with bsplayer
4 years ago
morpheus65535
29ad8c6122
Added cache to Titlovi request to prevent doing the same request over and over again for each and every episode of a show.
4 years ago
Michiel van Baak Jansen
30ef713fa2
Downgrade auditok to version 0.1.5
...
ffsubsync pinned auditok to 0.1.5. We missed this when upgrading
ffsubsync and auditok. Since we dont run pip to install the
libraries, there is no version checks
4 years ago
Georgi Kyosev
d9e0e2ec92
Fixed Yavkanet provider
4 years ago
Vitiko
56958488b6
Fixed big loop from subzero modification module
...
Co-authored-by: vitiko98
4 years ago
Michiel van Baak Jansen
4a0932b5d3
Update ffsubsync and srt module
...
* Update ffsubsync to 0.4.11
* Update srt to 3.4.1
4 years ago
Vitiko
95bef2d519
Added cache support for TuSubtitulo provider
4 years ago
Vitiko
7c61b3509c
Fix bad identifier from frontend ( #1361 )
...
Co-authored-by: vitiko98 <averroista@þrotonmail.com>
4 years ago
Vitiko
940b6428dd
Fixed bad protocol for Argenteam provider
4 years ago
Michiel van Baak Jansen
3a71d6b062
no log: libs/ is not a module, but a place to store dependencies ( #1359 )
...
Fixes #1357
4 years ago
morpheus65535
b11d037d2e
no log: Fine-tuning fix for tvsubtitles provider
4 years ago
morpheus65535
1a025b693b
Fixed tvsubtitles provider #1354
4 years ago
Vitiko
25894c477f
Added Subsynchro provider
4 years ago
morpheus65535
0803f419e4
Updated pytz to fix #1350
4 years ago
LASER-Yi
38e55148d2
Fix for #1338
4 years ago
Michiel van Baak Jansen
c83f47b2d0
Fixed Greeksubs provider to handle 404 response when searching for subtitles based on imdbId
4 years ago
Diego Heras
37f187df3f
Fixed subtitulamostv provider. resolves #1333 ( #1335 )
4 years ago
Diego Heras
bb72d57e30
Fixed tusubtitulo provider. resolves #1332 ( #1334 )
4 years ago
Liang Yi
f64719e4ad
Refactored Web UI using React
4 years ago
morpheus65535
b1dd190663
Fixed timeout and error handling in OpenSubtitles.com provider.
4 years ago
morpheus65535
24c075051d
Updated guessit and rebulk to latest version
4 years ago
morpheus65535
762cd61b21
Fixed OpenSubtitles.com token expiration
4 years ago
morpheus65535
da46904193
Fixed Zimuku provider url
4 years ago
morpheus65535
fa3b773ef2
Fixed TypeError when trying to get video information while all providers are throttled.
4 years ago
morpheus65535
0ff83bb49d
Merge remote-tracking branch 'origin/development' into development
4 years ago
Michiel van Baak
9d73ccacf3
Use sha1 digest as cache key
...
Subliminal uses dogpile.cache to save state of subtitle availability.
Some methods that dogpile.cache caches can have big argument lists,
resulting in a default cache key that is longer than 255 characters.
The dogpile.cache backend used, saves cache items to the filesystem,
using the cache key as filename. This can result in errors about
Filename too long.
SHA1 generates a 160bit hash of the key, and we use the hexadecimal
digest of that hash, resulting in key names of 80 characters.
4 years ago
Michiel van Baak
f10bac1fad
Revert "Make subliminal always mangle cache keys to prevent long filenames"
...
This reverts commit 87fbd196a4
.
4 years ago