Commit Graph

170 Commits

Author SHA1 Message Date
mano3m 610edea20e Re-add path 2014-04-03 22:46:22 +02:00
mano3m 6152ddbd5f Unrar cleanup 2014-03-29 21:39:38 +01:00
mano3m f99a94d685 Update unrar2 lib to 0.99.3
Fixes #2930
2014-03-29 21:25:26 +01:00
Dean Gardiner 8bdbf8df2e Updated rtorrent-python library
- Fixed bug with basic auth on secure connections
 - Added 'test_connection' method to RTorrent class
 - Minor adjustment to authorization encoding
2014-03-22 02:37:57 +13:00
jkaberg a95671491d added missing vars to Torrent and File class 2014-03-16 22:13:59 +01:00
jkaberg 95295e47ab catch vars so we dont spam log 2014-03-16 21:50:11 +01:00
jkaberg f42fb2fdd2 updated qbittorrent-python 2014-03-16 11:35:28 +01:00
jkaberg 42e3c95f87 added qbittorrent-python 2014-03-15 17:05:26 +01:00
Ruud 8b2eb50f29 Base classes for matcher and library 2014-03-15 11:51:45 +01:00
Ruud 471229216a Provider restructure 2014-03-11 18:45:50 +01:00
Ruud d16dd7c75d Use proper sorting 2014-03-06 21:30:59 +01:00
Ruud c1596f098c Merge branch 'refs/heads/develop' into nosql 2014-02-24 22:54:04 +01:00
Ruud fc2db36820 Merge branch 'downloaders_test' of git://github.com/mikke89/CouchPotatoServer into mikke89-downloaders_test
Conflicts:
	couchpotato/core/downloaders/rtorrent/main.py
2014-02-24 22:07:49 +01:00
Ruud 8f44dfcde5 Merge branch 'refs/heads/develop' into nosql
Conflicts:
	couchpotato/core/providers/torrent/sceneaccess/main.py
2014-02-24 18:49:07 +01:00
Dean Gardiner ca2c4a0b3e Updated rtorrent-python library (HTTP-RPC support)
- Added URI transforming to cleanly support HTTP-RPC
2014-02-21 15:27:35 +13:00
Ruud 6437079be3 Merge branch 'refs/heads/develop' into nosql
Conflicts:
	couchpotato/core/media/__init__.py
	couchpotato/core/notifications/trakt/main.py
2014-02-16 15:56:18 +01:00
Ruud a1c0b000a4 Update TMDB api 2014-02-16 10:48:48 +01:00
Ruud 8724076601 Remove sqlalchemy and elixir 2014-02-10 23:41:54 +01:00
Ruud f7e1a2a5eb nosql 2014-02-09 15:57:08 +01:00
Dean Gardiner 461e469f28 Updated rtorrent-python library
- Fixed bencode encoding bug with long types
2014-02-07 01:40:11 +13:00
Ruud a254886bad Try NoSQL 2014-01-29 17:49:54 +01:00
Ruud 1120b4ab51 Remove Elixir library
Update SQLAlchemy
2014-01-26 16:29:16 +01:00
Dean Gardiner d1dbf3745a Updated rtorrent-python library 2014-01-22 22:24:22 +13:00
mikke89 009d6cafaf Added connection test to the rest of downloaders 2014-01-21 00:24:36 +01:00
Ruud bd9a4289d1 Rename importlib 2014-01-21 00:19:26 +01:00
Ruud 2c43b9a926 Update six 2014-01-20 23:23:40 +01:00
Ruud b47a94852a Update library: tornado 2014-01-20 16:55:58 +01:00
Ruud f318524070 Update library: html5lib 2014-01-20 16:50:21 +01:00
Ruud 04539edb45 Update library: APScheduler 2014-01-20 16:47:49 +01:00
Ruud 91f3cda995 Update requests lib 2014-01-10 13:16:12 +01:00
Ruud 266429311b Update Tornado 2013-12-30 23:27:40 +01:00
Ruud 88d6148500 Update libs 2013-11-22 16:09:15 +01:00
Ruud f53364eb6c Update Tornado 2013-11-22 16:08:54 +01:00
Ruud b8f78e311d Update scheduler module 2013-11-22 15:38:33 +01:00
Ruud 7c955ecc80 XMPP notification support
thanks @wernight
2013-11-03 17:17:59 +01:00
Dean Gardiner 8587b9b780 Updated rTorrent library - MethodError exceptions when calling group methods should be fixed. 2013-10-11 13:33:20 +13:00
Dean Gardiner b9f88f431b Updated rTorrent library and fixed call to MethodError.message (should be MethodError.msg) in _update_provider_group 2013-10-11 04:12:36 +13:00
Dean Gardiner df90ee0a55 Updated rtorrent library - scgi fix for Python 2.6 2013-10-10 15:58:35 +13:00
Dean Gardiner 0a90ad5db7 Updated rtorrent library to current master - scgi:// support 2013-10-09 22:24:22 +13:00
Ruud Burger 1da3546f2d Merge pull request #2270 from fuzeman/feature/dev_rtorrent
rTorrent Downloader fixes
2013-09-30 11:23:00 -07:00
Ruud 333abd2486 Custom plugin folder outside source. fix #2076 2013-09-29 13:25:10 +02:00
Dean Gardiner 48db4c8b8e Updated rtorrent-python library 2013-09-29 23:21:53 +13:00
Techmunk 74a4e7d19d Indenting on deluge auth fix was incorrect. 2013-09-27 14:59:03 +10:00
Techmunk 8474d0d95d Fix the way the client auth file is found and processed to match the defaults in the deluge clients. 2013-09-25 21:44:05 +10:00
Ruud 8d38fa87a4 Copy unrar dll to cache folder. fix #2205 2013-09-20 16:06:23 +02:00
Ruud ad01a3da4d Update GuessIt 2013-09-17 21:04:15 +02:00
Techmunk 9211e60804 Use the actual SSLv3 constant in deluge transfer.py. 2013-09-17 00:06:35 +10:00
Techmunk 87f295be28 Fix Deluge SSL negotiation errors on Windows machines. 2013-09-16 23:12:46 +10:00
Ruud 910578a2ac Use TheMovieDB v3 api 2013-09-02 14:10:31 +02:00
Ruud 16f0bcc3ac Don't run handler if it doesn't exist.. 2013-08-31 17:04:53 +02:00