Dean Gardiner
e83a3cf263
Renamed movie library.title 'include_identifier' to 'include_year', show library.title defaults to 'condense' enabled now.
2014-01-11 15:55:20 +13:00
Dean Gardiner
b3c2945d9b
'related_libraries' and 'root_library' references are now added to child libraries.
2014-01-11 15:11:32 +13:00
Dean Gardiner
fc3cf08675
Moved 'searcher.get_search_title' to 'library.title', include_identifier is enabled by default now and title condensing can be enabled by the 'condense' parameter now.
2014-01-11 15:11:31 +13:00
Ruud Burger
8162cd31b7
Merge pull request #2652 from nikagl/patch-1
...
Library object has media instead of movies
2014-01-06 13:27:12 -08:00
nikagl
1ea6fdc9a7
Library object has media instead of movies
...
Make the renamer work again by scanning the media instead of non-existent movies attribute in the library object (fixing error: AttributeError: 'Library' object has no attribute 'movies')
2014-01-01 20:54:34 +01:00
Ruud Burger
1b0c9f40cc
Merge pull request #2647 from nikagl/patch-1
...
Update main.py
2013-12-31 02:21:41 -08:00
nikagl
c0111a467b
Update main.py
...
Release table has media_id column, not movie_id
2013-12-31 11:02:32 +01:00
Ruud Burger
64175151f8
Merge pull request #2634 from dkboy/tv_bitsoup
...
Updated Bitsoup provider to include TV support
2013-12-29 15:35:50 -08:00
dkboy
586957e840
Updated Bitsoup provider to include TV support
...
Updated Bitsoup Provider to include TV support as well as Movies.
2013-12-28 21:30:49 +13:00
Joel Kåberg
f2fc775963
Revert "Merge branches 'develop' and 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv"
...
This reverts commit b8bce948c8 , reversing
changes made to 0a996857dd .
2013-12-20 02:29:15 +01:00
Joel Kåberg
b8bce948c8
Merge branches 'develop' and 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv
...
Conflicts:
couchpotato/core/media/movie/_base/main.py
couchpotato/core/providers/torrent/yify/main.py
2013-12-20 02:15:08 +01:00
Joel Kåberg
fe397caafc
better score forumla for seeding/leeching
2013-12-20 02:08:20 +01:00
Joel Kåberg
787405ae62
Updated YIFY provider to use proxies and magnet links, #2560 (manuall merge)
2013-12-19 22:14:29 +01:00
Joel Kåberg
0b01bbc52e
Added delete files button, #2596 (manuall merge)
2013-12-19 22:12:22 +01:00
Joel Kåberg
dafa70b7e3
fix seed/lech score formula, fix #2605
2013-12-19 21:41:17 +01:00
Joel Kåberg
0a996857dd
Merge branches 'develop' and 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv
...
Conflicts:
couchpotato/core/plugins/release/main.py
couchpotato/core/plugins/renamer/main.py
2013-12-19 20:57:12 +01:00
Joel Kåberg
32b9bc3345
Merge pull request #2612 from RuudBurger/manual_scan
...
Manual scan
2013-12-19 10:30:41 -08:00
Joel Kåberg
a7b8f992d3
Merge pull request #2614 from mano3m/develop_stalled
...
Don't consider stalled as failed when seeding
2013-12-19 10:30:23 -08:00
Joel Kåberg
0c66b8067e
Merge pull request #2607 from mano3m/develop_no_ren
...
Mark release as downloaded if renamer is disabled.
2013-12-19 10:30:12 -08:00
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,
2013-12-17 21:41:26 +01:00
mano3m
69569758d9
Make sure we return true on success
2013-12-16 22:51:04 +01:00
mano3m
55777531d5
Clean-up and dont mark status twice
2013-12-16 22:43:05 +01:00
Joel Kåberg
99ce8dacbf
added api calls for manual scan (kudos to @mano3m)
2013-12-16 17:07:34 +01:00
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
2013-12-16 07:29:31 +01:00
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.
2013-12-15 21:03:40 +01:00
Joel Kåberg
26509f614c
use identifier instead
2013-12-15 11:12:47 +01:00
Joel Kåberg
3e28d5a936
use year as identifier for movies
2013-12-15 11:02:57 +01:00
Joel Kåberg
95ff427873
ignore series from omdbapi (for now?)
2013-12-15 10:05:51 +01:00
Joel Kåberg
8ed10037df
Merge pull request #2602 from saxicek/tv_tsh
...
update TorrentShack for tv branch
2013-12-15 00:37:59 -08:00
sax
7a090dd4a2
update TorrentShack for tv branch
2013-12-15 00:08:18 +01:00
Joel Kåberg
49f34cb48d
movie > media
2013-12-14 23:57:20 +01:00
Joel Kåberg
2a76de50dd
Merge branches 'develop' and 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv
...
Conflicts:
couchpotato/core/plugins/renamer/main.py
2013-12-14 23:43:29 +01:00
Joel Kåberg
3b0e07100f
Merge pull request #2545 from mano3m/develop_downloaders
...
Downloader and renamer improvements
2013-12-14 14:20:33 -08:00
Joel Kåberg
8adf7fc600
Merge remote-tracking branch 'remotes/origin/develop' into tv
2013-12-14 21:24:07 +01:00
Joel Kåberg
f4c053f56f
fix season search for SCC provider
2013-12-14 21:22:46 +01:00
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...
2013-12-14 21:12:10 +01:00
Joel Kåberg
5cb5a1677d
Merge branch 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv
2013-12-14 20:35:03 +01:00
Joel Kåberg
9fb9f0ef5b
Merge pull request #2599 from fuzeman/tv_searcher
...
[TV] Moved matcher to core/media, updated NZBIndex provider
2013-12-13 08:11:10 -08:00
Dean Gardiner
242d69a981
The nzbindex provider now uses the caper usenet parser to get release names from usenet subjects.
2013-12-13 16:31:26 +13:00
Dean Gardiner
eb151a4c5d
Updated Caper to v0.3.1
2013-12-13 15:24:40 +13:00
Ruud
3b519aeac9
nzbmegasearch returns redirected url. fix #2597
2013-12-12 19:58:55 +01:00
mano3m
ea5d274f4d
Add another check
2013-12-11 22:40:01 +01:00
mano3m
f57f2444fe
Improved checking
...
Fixes #2539 ?
2013-12-11 22:11:33 +01:00
Dean Gardiner
2520b19798
Fixed bug in searcher where episode searches would be triggered if a season release has already been snatched at a better quality
2013-12-09 13:33:25 +13:00
Dean Gardiner
319c9e979a
Split ShowMatcher into Episode and Season matchers, updated correctIdentifier method so there should be less false matches now.
2013-12-09 13:32:43 +13:00
Dean Gardiner
93aa5b1920
Updated Caper to v0.2.9
2013-12-09 11:23:57 +13:00
mano3m
fd768df9e5
Tabs to spaces
2013-12-08 17:35:05 +01:00
Joel Kåberg
4db68e4887
update contributing
2013-12-08 13:07:17 +01:00
Dean Gardiner
f648af66a6
Moved matcher plugin to core/media, moved some matcher related functions from ShowSearcher to ShowMatcher
2013-12-08 22:40:39 +13:00
Joel Kåberg
7c4185e1fa
Merge branch 'develop' into tv
2013-12-07 23:40:42 +01:00