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
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
jwvanderbeck
a1e6418d66
Add 3d_type_short and TAB option for Kodi compatability
Kodi requires the use of TAB instead of OU and only supports compact
naming (HSBS instead of Half SBS), so allow for Renamer plugin to use
these formats.
8 years ago
jwvanderbeck
0bed4f1efe
Merge pull request #1 from CouchPotato/develop
merge Develop
8 years ago
Ruud Burger
29df304df7
Merge pull request #7163 from lewang/patch-2
Ignore UTF-8 decode errors
8 years ago
Ruud Burger
e3b0672af5
KAT Proxies
8 years ago
Ruud Burger
a0a7702d98
Merge pull request #7160 from ekohl/autofocus
Set autofocus to the username input field
8 years ago
Ruud Burger
8ec7787958
Merge pull request #7159 from fenduru/ptp-2160p
Add 2160p support to PTP provider
8 years ago
Ruud Burger
44672bd0a4
Merge pull request #7158 from kmr2319/develop
IPTorrents query fixes - From PR #7023
8 years ago
Jean-Michel Lehker
934af86fce
fixes UnicodeEncodeError for automation scripts
8 years ago
Le Wang
c1705716fa
Ignore UTF-8 decode errors
This fixes a backtrace I kept getting that stopped couchpotato from working at all.
8 years ago
Ewoud Kohl van Wijngaarden
38205158f8
Set autofocus to the username input field
8 years ago
Josh Fee
78363cb673
Add 2160p support to PTP provider
8 years ago
kmr2319
e5fc150d32
IPTorrents query fixes - From PR #7023
Pulled just the IPT related fixed from PR #7023 and submitted this
against the develop branch.
* Improve IPTorrents quality to category mapping
* Remove obsolete query parameter for categories
* Remove quotes around movie title
* Search in title, not title and tags
8 years ago
reputo
840ef03ee4
Update nzbclub.py
Fix currently broken searches via NZBClub
8 years ago