Ruud
796aff4514
Remove login_opener
11 years ago
Ruud
2a2fe448e7
Merge branch 'refs/heads/develop' into tv
Conflicts:
couchpotato/core/media/movie/_base/main.py
couchpotato/core/providers/torrent/bitsoup/main.py
couchpotato/core/providers/torrent/iptorrents/main.py
couchpotato/core/providers/torrent/sceneaccess/main.py
couchpotato/core/providers/torrent/torrentleech/main.py
couchpotato/core/providers/torrent/torrentshack/main.py
11 years ago
Ruud
516cbd73bd
Catch timeout errors when xbmc isn't available
11 years ago
Ruud Burger
680ae53cf4
Merge pull request #2682 from techmunk/deluge_improvements
Only request needed torrent ids from deluge.
11 years ago
Ruud Burger
23967d11dd
Merge pull request #2681 from fuzeman/tv_searcher
[TV] Cleanup retrieval of media query and title
11 years ago
Techmunk
99b99a992d
Only request needed torrent ids from deluge.
11 years ago
Dean Gardiner
7a3251f649
Added new version of 'library.title' to return the title of the media excluding year and identifiers.
11 years ago
Dean Gardiner
9ba8910281
Renamed 'library.title' to 'library.query'
11 years ago
Dean Gardiner
e83a3cf263
Renamed movie library.title 'include_identifier' to 'include_year', show library.title defaults to 'condense' enabled now.
11 years ago
Dean Gardiner
b3c2945d9b
'related_libraries' and 'root_library' references are now added to child libraries.
12 years ago
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.
12 years ago
Ruud
fb9d52c2b9
Don't search for movies with year to far in the future
11 years ago
Ruud
5cc471cc87
Remove path on fail
11 years ago
Ruud
07c7171fbb
Image download wasn't working anymore
11 years ago
Ruud
c15dd2dec9
Disable verify for now
11 years ago
Ruud
a408cc0246
Update renamer to not trigger twice
Keep track of status support on releases
11 years ago
Ruud
c2568432e7
Use requests lib for openurl
11 years ago
Ruud
91f3cda995
Update requests lib
11 years ago
Ruud
28aa908513
Add category_id to api docs
11 years ago
Ruud
5e24b11c21
Don't continue with bitsoup if table isn't found. fix #2633
11 years ago
Ruud Burger
8162cd31b7
Merge pull request #2652 from nikagl/patch-1
Library object has media instead of movies
11 years ago
Ruud
4cdf71513f
Clean tags from beginning of string. fix #2654
11 years ago
Ruud
7e6d9c02f6
Add quality test name. closes #2664
11 years ago
Ruud
afc4f73e36
Don't try wait when not between time is given
11 years ago
Ruud
5ef0c52277
Create reusable url opener
11 years ago
Ruud
c23b014cff
Set default timeout
11 years ago
Ruud
f13cddfb26
Don't return empty actor roles
11 years ago
Ruud
623f6f3ed0
Limit title and actor search for tmdb
11 years ago
Ruud
a158716c8b
Move actor images to dict
11 years ago
Ruud
9df7f7b22c
Speed up userscript info getter by removing actor info
11 years ago
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')
12 years ago
Ruud
8e5c24282e
Disable themoviedb in search
12 years ago
Ruud Burger
1b0c9f40cc
Merge pull request #2647 from nikagl/patch-1
Update main.py
12 years ago
nikagl
c0111a467b
Update main.py
Release table has media_id column, not movie_id
12 years ago
Ruud
266429311b
Update Tornado
12 years ago
Ruud Burger
64175151f8
Merge pull request #2634 from dkboy/tv_bitsoup
Updated Bitsoup provider to include TV support
12 years ago
Ruud
d74342adee
Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop
12 years ago
Ruud
4408d99524
Typo
12 years ago
Ruud Burger
0168b9cbea
Merge pull request #2642 from mano3m/develop_renamer
Fix 100% CPU bugs
12 years ago
mano3m
e69421226b
Remove leading '//' from *NIX paths
Fixes #2506 , #2021
12 years ago
mano3m
f08d34b816
Add a trailing separator for windows drive path
Fixes #2581 , #2526
12 years ago
dkboy
586957e840
Updated Bitsoup provider to include TV support
Updated Bitsoup Provider to include TV support as well as Movies.
12 years ago
Ruud Burger
4a36c3b6a8
Merge pull request #2631 from mano3m/develop_try_next
Download fixed
12 years ago
mano3m
be0b708d32
Add user-agent to newznab request
Fixes #2611
Note that urlib2.urlopen should just follow redirects so I dont
understand why we need 3b519aeac9
12 years ago
mano3m
1cea50bcfb
Added logging
12 years ago
mano3m
55483cf736
Consider try_next as failed
12 years ago
Joel Kåberg
16f8a1159f
Merge pull request #2624 from mano3m/develop_fix
Complete nzbget https
12 years ago
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