mano3m
|
719aca88b7
|
Clean-up read only files uTorrent
|
2013-10-16 22:17:17 +02:00 |
|
 rbfblkandmano3m
|
b1e66478f0
|
Fixing an issue which strips all read bits from utorrent downloaded files on Linux
|
2013-10-16 22:17:17 +02:00 |
|
 Dean Gardinerandmano3m
|
25f0462c15
|
Added files for rTorrent
|
2013-10-16 22:17:16 +02:00 |
|
mano3m
|
caded0694c
|
include files for Transmission
|
2013-10-16 22:17:16 +02:00 |
|
mano3m
|
39190495be
|
Correct path for one file torrent
|
2013-10-16 22:17:15 +02:00 |
|
 Techmunkandmano3m
|
1cc998bc95
|
Include files for renamer in Deluge downloader.
|
2013-10-16 22:17:15 +02:00 |
|
mano3m
|
54c7aad57a
|
Include files from downloader in renamer
|
2013-10-16 22:17:14 +02:00 |
|
Joel Kåberg
|
611c159373
|
Merge pull request #2356 from fuzeman/tv_searcher
[TV][Searcher] Release Matching and Snatching
|
2013-10-15 22:16:35 -07:00 |
|
Joel Kåberg
|
db65980ba4
|
Merge pull request #2354 from nrgaway/tv_xem
Tv xem
|
2013-10-15 21:51:41 -07:00 |
|
Dean Gardiner
|
1c8fed5457
|
Minor cleanup to Searcher and Matcher
Conflicts:
couchpotato/core/plugins/matcher/main.py
|
2013-10-16 15:46:46 +13:00 |
|
Dean Gardiner
|
8e51513ee0
|
Moved 'searcher.create_releases' from Searcher to Release.
Conflicts:
couchpotato/core/media/_base/searcher/main.py
couchpotato/core/media/show/searcher/main.py
|
2013-10-16 15:46:24 +13:00 |
|
Dean Gardiner
|
1788440a5c
|
Cleaned up usage of helper functions
Conflicts:
couchpotato/core/media/show/searcher/main.py
couchpotato/core/plugins/matcher/main.py
|
2013-10-16 15:40:25 +13:00 |
|
Dean Gardiner
|
f467e4d75a
|
Fix to Provider getCatId when returning the cet_backup_id
|
2013-10-16 15:38:41 +13:00 |
|
Dean Gardiner
|
1e3f8410c0
|
Added 'searcher.get_media_searcher_id' event, Cleaned up some 'status.get' calls, Renamed some references of 'nzb' to 'rel'.
Conflicts:
couchpotato/core/media/_base/searcher/main.py
|
2013-10-16 15:37:52 +13:00 |
|
Dean Gardiner
|
cbb7b96391
|
'searcher.correct_release' can now return a float indicating the weight/accuracy which is used to scale the score. Fix to IPT _buildUrl method.
Conflicts:
couchpotato/core/providers/torrent/iptorrents/main.py
|
2013-10-16 15:34:08 +13:00 |
|
Dean Gardiner
|
5f24338bd2
|
Renamed 'movie' -> 'media' in 'searcher.download'
Conflicts:
couchpotato/core/media/_base/searcher/main.py
couchpotato/core/plugins/release/main.py
|
2013-10-16 15:32:25 +13:00 |
|
Dean Gardiner
|
56f049cd7d
|
Created 'searcher.try_download_result' event from section in MovieSearcher.single
|
2013-10-16 15:04:10 +13:00 |
|
Dean Gardiner
|
180576f2b7
|
Minor change to ShowSearcher.correctMatch logging
|
2013-10-16 14:58:53 +13:00 |
|
Dean Gardiner
|
46d4d34da7
|
Minor cleanup to Searcher and Matcher
|
2013-10-16 14:58:52 +13:00 |
|
Dean Gardiner
|
3fa21560be
|
Moved 'searcher.create_releases' from Searcher to Release.
|
2013-10-16 14:58:51 +13:00 |
|
Dean Gardiner
|
b902186389
|
Cleaned up usage of helper functions
|
2013-10-16 14:58:50 +13:00 |
|
Dean Gardiner
|
da87e68fad
|
Implemented basic usage of QueryCondenser
|
2013-10-16 14:58:49 +13:00 |
|
Dean Gardiner
|
f23412ea7e
|
Added qcond (Query Condenser) v0.1.0 library - https://github.com/fuzeman/QueryCondenser
|
2013-10-16 14:58:48 +13:00 |
|
Dean Gardiner
|
07abf7c83d
|
Updated Caper to version 0.2.2
|
2013-10-16 14:58:47 +13:00 |
|
Dean Gardiner
|
6259684487
|
Moved caper matching into a new 'matcher' plugin.
|
2013-10-16 14:58:47 +13:00 |
|
Dean Gardiner
|
0a0935d635
|
Fix to Provider getCatId when returning the cet_backup_id
|
2013-10-16 14:58:46 +13:00 |
|
Dean Gardiner
|
fb5b17005f
|
Cleaned up status.get calls in TV searcher
|
2013-10-16 14:58:45 +13:00 |
|
Dean Gardiner
|
e3745b5d74
|
Updated Caper library
|
2013-10-16 14:58:44 +13:00 |
|
Dean Gardiner
|
8d24d96804
|
Implemented 'searcher.get_media_searcher_id' in the TV searcher.
|
2013-10-16 14:58:43 +13:00 |
|
Dean Gardiner
|
529b535d9f
|
Added 'searcher.get_media_searcher_id' event, Cleaned up some 'status.get' calls, Renamed some references of 'nzb' to 'rel'.
|
2013-10-16 14:58:42 +13:00 |
|
Dean Gardiner
|
0793668e5c
|
Chain result weight now returned from TV searcher correctRelease function.
|
2013-10-16 14:58:41 +13:00 |
|
Dean Gardiner
|
8d368ecf29
|
'searcher.correct_release' can now return a float indicating the weight/accuracy which is used to scale the score. Fix to IPT _buildUrl method.
|
2013-10-16 14:58:40 +13:00 |
|
Dean Gardiner
|
2d2b0c9048
|
IPT provider now searches in multiple categories.
|
2013-10-16 14:58:40 +13:00 |
|
Dean Gardiner
|
fb0719d677
|
TV Searcher now supports xem scene mappings
|
2013-10-16 14:58:39 +13:00 |
|
Dean Gardiner
|
7ffa5dc7b6
|
Fixed IPT Show SD cat_ids
|
2013-10-16 14:58:38 +13:00 |
|
Dean Gardiner
|
32c289fd3d
|
Renamed 'movie' -> 'media' in 'searcher.download'
|
2013-10-16 14:58:37 +13:00 |
|
Dean Gardiner
|
ff63b8a1c5
|
Added TV release snatching/downloading
|
2013-10-16 14:58:36 +13:00 |
|
Dean Gardiner
|
60d8934444
|
Created 'searcher.try_download_result' event from section in MovieSearcher.single
|
2013-10-16 14:58:35 +13:00 |
|
Jason Mehring
|
e0aba01866
|
more tvdb info provider guards
|
2013-10-15 17:54:06 -04:00 |
|
Jason Mehring
|
1ae498e3c8
|
Merge branch 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv_xem
|
2013-10-15 16:25:05 -04:00 |
|
Jason Mehring
|
d1db099f71
|
grab tvdb fields more defensively
|
2013-10-15 16:24:49 -04:00 |
|
Ruud Burger
|
f4ef64290d
|
Merge pull request #2352 from fuzeman/tv
[TV] Fixed show searching (broken in search merge)
|
2013-10-15 12:20:29 -07:00 |
|
Dean Gardiner
|
026151d1a1
|
Fixed show searching (broken in search merge)
|
2013-10-15 15:28:35 +13:00 |
|
Ruud Burger
|
a09e8b63ae
|
Merge pull request #2350 from einartryggvi/develop
Make ubuntu init script executable so it can be symlinked to /etc/init.d
|
2013-10-14 13:29:53 -07:00 |
|
Einar Tryggvi Leifsson
|
400643cbcd
|
Make ubuntu init script executable so it can be symlinked to /etc/init.d
|
2013-10-14 20:27:21 +00:00 |
|
Ruud
|
ce68a37441
|
Zero fill imdb ids found
|
2013-10-14 22:24:23 +02:00 |
|
Ruud
|
1377b6315c
|
Allow imdb id with int of 4-7
|
2013-10-14 22:05:32 +02:00 |
|
Ruud
|
0e18dcb8a1
|
Use success when adding movies
|
2013-10-14 21:13:31 +02:00 |
|
Ruud
|
7277ef3bd8
|
Remove SceneHD as we can't login with captcha. fix #2146
|
2013-10-14 21:07:37 +02:00 |
|
Ruud
|
5bf3b929a2
|
Detect Windows 8 tablets as touchdevice also.
|
2013-10-14 00:01:38 +02:00 |
|