Ruud
|
73efd5549f
|
Merge branch 'refs/heads/develop' into tv
|
12 years ago |
Ruud
|
e013e38c5e
|
Update ubuntu.init
Thanks @moriame
|
12 years ago |
Ruud
|
20aa78105f
|
Do window size check inside load event
|
12 years ago |
Ruud
|
770590e4f2
|
Match default ports
Thanks @cpg
|
12 years ago |
Ruud
|
8e9e7b49ea
|
Simplify linking
Thanks @mano3m
|
12 years ago |
Ruud
|
08554889fd
|
Add the old rottentomatoes to default enabled list
|
12 years ago |
Ruud
|
8ac2869de3
|
Merge branch 'rotten_tomatoes_custom_urls' of git://github.com/Lordcrash/CouchPotatoServer into Lordcrash-rotten_tomatoes_custom_urls
|
12 years ago |
Ruud
|
bb8e8a0df5
|
Merge branch 'develop_seed_fixes' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_seed_fixes
|
12 years ago |
Ruud
|
e2bd6a91cd
|
MPAA rating for renamer
|
12 years ago |
Ruud
|
ed0e5ef497
|
XMBC notification, better remote folder description
|
12 years ago |
Ruud
|
e1e475e605
|
Merge branch 'develop_XBMC' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_XBMC
|
12 years ago |
Ruud
|
cef5b04eb1
|
Return unique imdb list
|
12 years ago |
Ruud
|
7e44af936d
|
Watch shutdown when adding automation movies
|
12 years ago |
Ruud
|
6aec5a9a60
|
Cleanup IMDB provider
|
12 years ago |
Ruud
|
79c75c886b
|
Merge branch 'develop_automationIMDB' of git://github.com/dkboy/CouchPotatoServer into dkboy-develop_automationIMDB
|
12 years ago |
Joel Kåberg
|
8139016636
|
Merge pull request #2061 from nrgaway/tv_loader
fix loader error messages for modules that are selected recursively but ...
|
12 years ago |
Jason Mehring
|
59c0d0416e
|
fix loader error messages for modules that are selected recursively but are not really modules
|
12 years ago |
Joel Kåberg
|
cd559ece04
|
Merge pull request #2058 from nrgaway/tv_refactored
Tv refactored
|
12 years ago |
Joel Kåberg
|
120a4ad1ed
|
Merge pull request #2057 from nrgaway/tv_development
Completed tvshow model
|
12 years ago |
Jason Mehring
|
3363e164fd
|
refactored Movie model to Media
|
12 years ago |
Jason Mehring
|
6d6d5caeb6
|
Completed tvshow model
|
12 years ago |
Joel Kåberg
|
21030e7cb4
|
Merge pull request #2052 from nrgaway/tv_database_2
Added Seasons
|
12 years ago |
mano3m
|
bf6bcaed72
|
provide more info in case no movie is found
Several users reported an issue with "more than one group found (0)",
and it was unclear to them what it meant. This might help.
|
12 years ago |
Jason Mehring
|
9b238ba712
|
Added Seasons. Show is the parent to Seasons and Episodes are the children if Season
|
12 years ago |
mano3m
|
70bc2a6656
|
use right variable for pause
fixes #2049
|
12 years ago |
mano3m
|
695cdea447
|
Remove 'move' exception
No need to remove files when 'move' is selected as the downloaders do
this themselves now when cleaning up
|
12 years ago |
mano3m
|
d0735a6d58
|
Add failsafe for symlink errors
E.g. on Windows you need Admin rights to symlink...
|
12 years ago |
mano3m
|
175c26bea9
|
Fix untagDir and hastagDir
Changes in commit 8a252bff64 broke the
tagging functionality
|
12 years ago |
Ruud
|
b3d2d5349b
|
Rename database for TV branch
|
12 years ago |
Ruud Burger
|
f9bad281de
|
Merge pull request #2038 from nrgaway/tv_database
Tv database
|
12 years ago |
Jason Mehring
|
72ce919989
|
Merge branch 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv_database
|
12 years ago |
Jason Mehring
|
ff782669f6
|
readded tvdb_api
|
12 years ago |
Jason Mehring
|
36950993f1
|
removed tvdb_api since it was missing all files
|
12 years ago |
Jason Mehring
|
7df93dc1b4
|
Moved library and refactored to its now location. Modified anything firing libray.add/update/_release date to now fire library.add.movie...
|
12 years ago |
Ruud
|
a45913eee7
|
Default to movie type
|
12 years ago |
Ruud
|
9860a1c138
|
Default to movie type
|
12 years ago |
Ruud
|
3dff598d03
|
Add multiprovider for provider grouping
|
12 years ago |
Ruud
|
62b571d5f1
|
Rename type to protocol
|
12 years ago |
Ruud
|
3af6623a91
|
Move registerPlugin to __new__ magic
|
12 years ago |
Ruud
|
a25eac6c4e
|
Make SceneAccess multiprovider
|
12 years ago |
Ruud
|
dd0fcf0bc1
|
Add multiprovider for provider grouping
|
12 years ago |
Ruud
|
2267235eca
|
Rename type to protocol
|
12 years ago |
Jason Mehring
|
029cf9ecac
|
New model implemented to work with both Movies and TV Shows as well any future types. Currenly episodes are mapped directly to shows; no seasons yet. Will get around to that soon. This version allows you to add any tv show and it will appear in wanted list, but no searches are written yet :)
|
12 years ago |
Ruud
|
f4217ecd3d
|
Move registerPlugin to __new__ magic
|
12 years ago |
Jason Mehring
|
31cd993506
|
EOD commit (WIP). So close to writing tv objects to database but too tired to finish. Currently storing a show as a movie using imdb metadata. Added another search button beside movie button
|
12 years ago |
Jason Mehring
|
fb579561de
|
added a --noreloader option flag on startup to prevent CP from auto reloading when in development and debugging mode
|
12 years ago |
Jason Mehring
|
37eb424827
|
Merge branch 'tv' of https://github.com/RuudBurger/CouchPotatoServer into tv_database
|
12 years ago |
Ruud
|
4348451692
|
Merge branch 'refs/heads/develop' into tv
Conflicts:
couchpotato/core/media/__init__.py
couchpotato/core/media/_base/searcher/main.py
couchpotato/core/media/movie/_base/main.py
couchpotato/core/media/movie/searcher/__init__.py
couchpotato/core/media/movie/searcher/main.py
|
12 years ago |
Ruud
|
c73ed8a4c5
|
Add multiple categories for BRRIP on TPB. fix #2025
|
12 years ago |
Ruud
|
4d5ba65254
|
Migrate options
|
12 years ago |