mano3m
d4d03a846e
Complete nzbget https
Fixes what went broken :(
12 years ago
Ruud Burger
7bccc46583
Merge pull request #2623 from mano3m/develop_https
Add https functionality for nzbget
12 years ago
mano3m
dc61e9916f
Add https functionality for nzbget
Fixes #2622
12 years ago
Joel Kåberg
cf2b5f72ae
Revert "Added delete files button, #2596 (manuall merge)"
This reverts commit 0b01bbc52e
.
12 years ago
Joel Kåberg
fe397caafc
better score forumla for seeding/leeching
12 years ago
Joel Kåberg
787405ae62
Updated YIFY provider to use proxies and magnet links, #2560 (manuall merge)
12 years ago
Joel Kåberg
0b01bbc52e
Added delete files button, #2596 (manuall merge)
12 years ago
Joel Kåberg
190e1d2c4f
Revert "Merge pull request #2596 from WoLpH/linked_file_delete"
This reverts commit a24d4a9e3b
, reversing
changes made to b468048d95
.
12 years ago
Joel Kåberg
8a822e35e2
Revert "Merge pull request #2560 from coolius/master"
This reverts commit 64a196f21d
, reversing
changes made to a24d4a9e3b
.
12 years ago
Joel Kåberg
64a196f21d
Merge pull request #2560 from coolius/master
Updated YIFY provider to use proxies and magnet links
12 years ago
Joel Kåberg
a24d4a9e3b
Merge pull request #2596 from WoLpH/linked_file_delete
Added delete files button
12 years ago
Joel Kåberg
dafa70b7e3
fix seed/lech score formula, fix #2605
12 years ago
Joel Kåberg
32b9bc3345
Merge pull request #2612 from RuudBurger/manual_scan
Manual scan
12 years ago
Joel Kåberg
a7b8f992d3
Merge pull request #2614 from mano3m/develop_stalled
Don't consider stalled as failed when seeding
12 years ago
Joel Kåberg
0c66b8067e
Merge pull request #2607 from mano3m/develop_no_ren
Mark release as downloaded if renamer is disabled.
12 years ago
mano3m
7b3645ea7c
Don't consider stalled as failed when seeding
Fixes the issue where Transmission is seeding but still considering the
torrent stalled (new functionality of Transmission). CPS marks it as
failed and a perfectly good torrent gets deleted. Several people on the
forum have this issue,
12 years ago
mano3m
69569758d9
Make sure we return true on success
12 years ago
mano3m
55777531d5
Clean-up and dont mark status twice
12 years ago
Joel Kåberg
99ce8dacbf
added api calls for manual scan (kudos to @mano3m )
12 years ago
coolius
138a3b1f3c
Replaced default YIFY URL with official alternate domain "yify-torrents.im"
12 years ago
Joel Kåberg
d49c663c64
Merge branches 'develop' and 'manual_scan' of https://github.com/RuudBurger/CouchPotatoServer into manual_scan
Conflicts:
couchpotato/core/plugins/renamer/main.py
12 years ago
mano3m
e9a457e263
mark release das downloaded if renamer is disabled.
if the renamer is not enabled and the quality of the downloaded release
is not the finish quality, the release did not get a status update.
12 years ago
Joel Kåberg
3b0e07100f
Merge pull request #2545 from mano3m/develop_downloaders
Downloader and renamer improvements
12 years ago
mano3m
74561500b5
Convert windows path to *nix path in sp
Fixes #2594
Note that os.path.normath converts '/' to '\\' on windows machines, but
unfortunately not the other way around...
12 years ago
Ruud
3b519aeac9
nzbmegasearch returns redirected url. fix #2597
12 years ago
WoLpH
9a55961786
Added delete files button
12 years ago
mano3m
ea5d274f4d
Add another check
12 years ago
mano3m
f57f2444fe
Improved checking
Fixes #2539 ?
12 years ago
mano3m
fd768df9e5
Tabs to spaces
12 years ago
Joel Kåberg
4db68e4887
update contributing
12 years ago
mano3m
6d4297a5fb
Extend os.path.sep to all folder checks
Expands 50c5044fe8
12 years ago
mano3m
ab413f2f3e
Dont remove historic data when doing a full scan.
Fixes #2572
Note that the dashboard already takes care of this and does it the right
way (keeping seeding and ignored releases).
12 years ago
mano3m
574255c4b6
Don't tag .ignore files
12 years ago
mano3m
008ba39856
Add backwards compatibility for the renamer API
12 years ago
mano3m
cff1b3abdb
Provide IDs to check to all downloaders
12 years ago
mano3m
231c5b8ca1
Renamer rename to media
12 years ago
mano3m
640664494e
Increase check_snatched readability
- Reduce rested if statements
- Add more comments
12 years ago
mano3m
951b7b8425
Update Synology and Pneumatic
As per black hole improvement
12 years ago
mano3m
c9980539f0
Improve black hole support
Also scan the 'from' folder if Black hole is used together with another
downloader.
12 years ago
Ruud Burger
7eb802b42a
Merge pull request #2501 from mano3m/develop_xbmc
XBMC metadata update
12 years ago
Ruud Burger
2f4f3ce0fe
Merge pull request #2578 from mano3m/develop_fnmatch
Fix fnmatch
12 years ago
mano3m
824ac86d18
Fix fnmatch
fnmatch does not accept regular expressions as presumed in
0c4851e436
See
http://docs.python.org/2/library/fnmatch.html
This patch actually completely broke tagging. All we need to do is make
sure any [ or ] used is conbverted into [[] or []].
Fixes #2557 and #2362
12 years ago
mano3m
4553726423
[Notifications][XBMC] Add always do a full scan option to XBMC
Fixes #2498 (at least partially)
12 years ago
mano3m
f0bde7316d
[Metadata][XBMC] Update new actors to actor_roles
12 years ago
coolius
4eaddadf8c
Removed unusable proxy
12 years ago
coolius
9dd98b29be
Added proxy options to YIFY provider
12 years ago
coolius
732946d38a
Updated YIFY provider to use proxy list
12 years ago
Ruud
966f8c36b1
Make sure to use a valid cookie_secret. fix #2553
12 years ago
coolius
ca070e67e7
Updated YIFY provider to use proxy and magnet links
12 years ago
Joel Kåberg
b468048d95
directory properly removed
12 years ago