Hans van Luttikhuizen
0686343052
Fix letterboxd integration
8 years ago
Ruud Burger
0176b0de36
Merge pull request #7201 from ofir123/hotfix/subscenter-fix
SubsCenter service now supports the new API.
8 years ago
Ruud Burger
de927b3e77
Merge pull request #7200 from ofir123/feature/thewiz-support
Added support for the Hebrew subtitles website - TheWiz.
8 years ago
Ruud Burger
48e9b208b8
Merge pull request #7197 from fiLLLip/develop
Changed where to look for matches for Bit-HDTV due to site changes
8 years ago
ofir123
f1b993745c
SubsCenter service now supports the new API.
8 years ago
ofir123
04688dd41c
Added support for the Hebrew subtitles website - TheWiz.
8 years ago
Filip Andre Larsen Tomren
2086d9acda
Changed where to look for matches for Bit-HDTV due to site changes https://www.bit-hdtv.com/forums/viewtopic.php?pid=96375
8 years ago
Ruud Burger
3391516db3
Merge pull request #7193 from TheQwertiest/develop
Fix OmdbApi parsing
8 years ago
TheQwertiest
8c8d74f299
OmdbApi Fix
Fixed OmdbApi parsing: omdapi json also contains list (under 'Ratings'
key), trying to call lower() on this list resulted in error.
8 years ago
Ruud Burger
c66cee0576
Merge pull request #7155 from jamesmacwhite/tpb-proxy-cleanup
Cleanup TPB proxy list
8 years ago
Ruud Burger
eac3322a70
Merge pull request #7164 from jwvanderbeck/NewzNabCategories
Add option to configure search categories for Newznab providers
8 years ago
Ruud Burger
6a28ed61d7
Merge pull request #7156 from jamesmacwhite/kat-proxy-cleanup
Remove kat.cr and fix trailing slash
8 years ago
Ruud
711310d0c3
Merge branch 'develop'
8 years ago
Ruud Burger
0d9bbeeef1
Merge pull request #7166 from jlehker/unicode-decode-error-fix
fixes UnicodeEncodeError for automation scripts
8 years ago
Ruud Burger
3a956b338e
Merge branch 'develop' into unicode-decode-error-fix
8 years ago
Ruud Burger
97aedad70c
Merge pull request #7180 from kumy/develop
Extend ignore patterns
8 years ago
Ruud Burger
70ae697e26
Merge pull request #7187 from Swkgram/readme-link-fix
Update README - fixed link
8 years ago
Ruud Burger
ffbeca41ca
Merge pull request #7189 from Swkgram/yts-provider-720p-1080p
Yts provider 720p 1080p (Revision - Fix)
8 years ago
James White
a340655848
Clean TPB proxy list
8 years ago
Sebastian W. Gram
50d3a5b406
changed log type when not getting any results
8 years ago
Sebastian W. Gram
b87c3f4e14
fixed key error exception
throws a key error exception when finding 0 movie results from the api call - tried to return error from the repsonse but there will never exists an error, because of the way yts.ag's API works.
8 years ago
swkgram
9f492ad22b
fixed wonder woman 2009/2017 release confusion.
8 years ago
SWG
53913723c0
forgot to split name - working/fixed now.
8 years ago
SWG
a626789fbb
increased limit - sometimes long film series like Star Wars puts the result at the bottom.
8 years ago
SWG
23ef6611eb
movie name was too simple - used original title.
8 years ago
SWG
9e6fa8a969
fixed name check - it was too narrow.
8 years ago
SWG
0a2d8f8a58
increased limit in the API call to be sure that the result is found.
8 years ago
SWG
6ca0efe4d2
fixed bug where yts would add Avatar (2009) when searching for Avatar 4 - should work for others.
8 years ago
Sebastian W. Gram
456369ebbc
Update README - fixed link
The forum thread link for Windows were no longer valid.
forum thread id argument changed from ?tid= to ?t=
8 years ago
Ruud
1a8c78bad7
Add Plex device name
8 years ago
Ruud Burger
62afcb4948
Merge pull request #7184 from offbyone/bugfix-traceback-on-recordnotfound
Fix a bug in quality.single that led to exceptions
8 years ago
Ruud Burger
d688f0a0e7
Merge pull request #7181 from offbyone/feature-ignore-during-rename
Ignore path patterns in the renamer.
8 years ago
Ruud Burger
d4e454858c
Merge pull request #7179 from ktiedt/QualityPluginFix
Fixes instances were getQuality returns null instead of empty object
8 years ago
Ruud Burger
bcb985954b
Merge pull request #7178 from Mhynlo/develop
Discord Notification Support
8 years ago
Ruud Burger
3f5f02183f
Merge pull request #7177 from Fmstrat/develop
Added notification option to execute script.
8 years ago
Ruud Burger
b582a8fe05
Merge pull request #7174 from yigit007/develop
Update deluge.py to allow the user the option of not seeding
8 years ago
Ruud Burger
4e16c065fb
Merge pull request #7186 from Swkgram/yts-provider-720p-1080p
Added YTS Provider
8 years ago
Ruud Burger
6158bc34db
Merge pull request #7168 from jwvanderbeck/3d_options
3d options
8 years ago
Ruud Burger
476eb8d83b
Merge pull request #7157 from reputo/patch-1
Update nzbclub.py (fix bug)
8 years ago
SWG
4f76cf5b4e
Added YTS Provider
8 years ago
Chris Rose
b352abe9ba
Fix a bug in quality.single that led to exceptions
When the DB was unable to find a quality for the identifier, a
RecordNotFound exception was raised, leading to an exception in the
event caller because the quality_dict was not returned. This now sets
the quality to None and hands off to the event caller.
8 years ago
Mhynlo
8b27e3c121
discord notification tts support
with spelling fix
8 years ago
Chris Rose
c2b44a3e49
Ignore a set of configured patterns during rename.
8 years ago
Mathieu Alorent
abe3ed57e0
Extend ignore patterns
Some want to synchronize files between a download server and storage server
hosting the couch potato instance. The renaming plugin does copy files when
file beeing available regardless the synchronization status, resulting in
corrupted files in destination folder. Files are not copied if a file with
extension .ignored is present. This extend at the moment the ignored extensions
to support common lftp temporary file. This way files get only copied once
suchronization is ended.
In the future this could be extended to have this extension list a configurable
option in the settings.
8 years ago
Karl Tiedt
cde53c234f
Fixes instances were getQuality returns null instead of empty object
8 years ago
Mhynlo
750f2bc442
Discord Notification Support
8 years ago
Fmstrat
75e6e9da54
Added notification option to execute script.
8 years ago
yigit007
a2ebe5bdd7
Update deluge.py
Changed the stop_ratio check to become "smaller than", instead of "smaller than or equal to" 0.
8 years ago
jwvanderbeck
fae67aee04
FIX: Only apply 3D operations if metadata exists
8 years ago
jwvanderbeck
18a4f0a261
Add TAB detection to the original OU keywords.
Also fixes bug that had Full OU searching for ('h','ou') instead of
('f','ou')
8 years ago