mvn23
b31009faed
Implement the patch from freebsd located at https://raw.githubusercontent.com/freebsd/freebsd-ports/master/net-im/py-xmpppy/files/patch-xmpp-transports.py
Fixes ssl connections for xmpp notifications.
8 years ago
Ruud
b59e6ba8d3
Rtorrent api changes
8 years ago
Ruud Burger
ad9679cea1
Merge pull request #7211 from QuasimodoNZ/patch-2
Prevent removal of download if disk is full.
8 years ago
Ruud Burger
a56d1f6312
Merge pull request #7216 from DieBauer/drop-notworking-automations
Remove automations that do not work anymore
8 years ago
Ruud Burger
8c5a8fa488
Merge pull request #7220 from jshapiro26/develop
torrentday has depcreated the classic URL
8 years ago
Ruud Burger
5037dea7ad
Merge pull request #7221 from ThisIsAreku/patch-1
Update omdbapi.py
8 years ago
Alexandre Boucey
9f1124b0bb
Update omdbapi.py
Fixed API key support for OMDb
8 years ago
Jeremy Shapiro
e38333dfc1
torrentday has depcreated the classic URL
8 years ago
Jens Kat
9efc94f7d2
Remove automations that do not work anymore
Since end of 2016 the RSS feed of moviemeter.nl is disabled (see https://www.moviemeter.nl/forum/1/8593/30#4523045 ).
When having the automation enabled, this causes errors in the logfile and the feature doesn't work of course.
```
6-10 13:31:30 ERROR
[edia._base.providers.base] Invalid XML returned, check "http://www.moviemeter.nl/rss/cinema " manually for issues
```
kinepolis.be website doesn't have a top 10 list anymore.
movies.io is not online anymore
8 years ago
Ruud
30a529659c
OMDB changed api. closes #7214
8 years ago
QuasimodoNZ
1d73760808
Prevent removal of download if disk is full.
Download hasn't failed but rather been temporarily stalled. It should leave the download a lone until a proper error that cannot be fixed.
If the disk is full it will also likely prevent any other downloads as well so even more reason to leave it alone.
8 years ago
Ruud Burger
f0d7eddcfb
Merge pull request #7208 from jbarr13/develop
Use IMDb codes for search and comparison
8 years ago
jbarr13
8b7934e50a
Use IMDb codes for search and comparison
Using the movie title to search was inaccurate and often failed. Also, the original title is not always correct. YTS offers lookup by imdb code and always finds an exact match if they have it.
8 years ago
Ruud Burger
09c749a5e2
Merge pull request #7204 from Fmstrat/develop
Updated script notification to use Popen instead of call.
8 years ago
Fmstrat
714a942bc5
Updated script notification to use Popen instead of call.
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 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