1380 Commits
Author SHA1 Message Date
Ruud cbd217271d Don't load options twice 2013-08-25 00:59:37 +02:00
Jason MehringandRuud 11fcfa8202 Moved library and refactored to its now location. Modified anything firing libray.add/update/_release date to now fire library.add.movie...
Conflicts:
	couchpotato/core/loader.py
	couchpotato/core/media/show/_base/main.py
	couchpotato/core/media/show/library/season/main.py
2013-08-24 20:04:27 +02:00
Ruud 199e61ea14 Fallback on type for current downloads 2013-08-24 16:37:16 +02:00
mano3m c13c0f24e5 Change type to protocol in release and renamer 2013-08-24 15:50:19 +02:00
mano3m 7eb1d72333 remove move exception from unrar PR 2013-08-24 15:50:19 +02:00
Ruud c267232160 Add unrar support
Thanks @mano3m
2013-08-24 15:04:56 +02:00
Ruud 8e9e7b49ea Simplify linking
Thanks @mano3m
2013-08-24 14:03:17 +02:00
Ruud bb8e8a0df5 Merge branch 'develop_seed_fixes' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_seed_fixes 2013-08-24 13:22:29 +02:00
Ruud e2bd6a91cd MPAA rating for renamer 2013-08-24 13:21:39 +02:00
Ruud 7e44af936d Watch shutdown when adding automation movies 2013-08-24 12:14:02 +02:00
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.
2013-08-22 21:20:02 +02:00
mano3m 695cdea447 Remove 'move' exception
No need to remove files when 'move' is selected as the downloaders do
this themselves now when cleaning up
2013-08-21 20:59:38 +02:00
mano3m d0735a6d58 Add failsafe for symlink errors
E.g. on Windows you need Admin rights to symlink...
2013-08-21 20:59:38 +02:00
mano3m 175c26bea9 Fix untagDir and hastagDir
Changes in commit 8a252bff64 broke the
tagging functionality
2013-08-21 20:59:23 +02:00
Ruud 3dff598d03 Add multiprovider for provider grouping 2013-08-18 11:48:00 +02:00
Ruud 3af6623a91 Move registerPlugin to __new__ magic 2013-08-18 11:47:49 +02:00
Ruud f7da408f83 Searcher conf section 2013-08-16 10:21:44 +02:00
Ruud 874655846c Move movie plugin to media folder 2013-08-15 23:52:43 +02:00
Ruud 1620acedb1 Move movie to new media type folder 2013-08-15 23:52:37 +02:00
Ruud 6395e5dbbb Cleanup console log 2013-08-15 23:52:16 +02:00
Ruud 251d9cdb8a Placeholder for preferred words 2013-08-15 18:47:57 +02:00
Ruud 623571acbb Make category destination editable 2013-08-15 18:31:06 +02:00
Ruud 250f07ffa7 Optimize dashboard query 2013-08-14 16:55:57 +02:00
Ruud 8917d7c16c Optimize movie.list query 2013-08-14 16:47:59 +02:00
Ruud d759280c18 Don't update library items on shutdown 2013-08-14 12:31:41 +02:00
Ruud cf6f83a44b Option to disable manage scan at startup. fix #1951 2013-08-14 12:14:52 +02:00
Ruud 4b15563ba3 Don't use in_progress when it isn't set 2013-08-14 12:13:52 +02:00
Ruud 0b6330e98b Merge branch 'develop' of github.com:RuudBurger/CouchPotatoServer into develop 2013-08-13 20:56:46 +02:00
Ruud 52f1df98bb Don't try to split on empty string 2013-08-13 16:51:46 +02:00
Ruud 8d058d9dc8 Add hdscr to screener quality 2013-08-13 15:45:05 +02:00
mano3m 448c1d69a7 Regard torrents and torrent_magnet the same
When sorting the torrents and torrent_magnets were sorted, by taking
only the three first characters (as 'nzb; is three chars), the score
prevails. Fixes #2004
2013-08-11 00:06:07 +02:00
Ruud c99a5cb535 Don't autoadd when already in wanted 2013-08-07 20:06:30 +02:00
Ruud f12d878c0b Select category for search, suggest & edit 2013-07-22 21:57:13 +02:00
Ruud dd67239b6e Add categories to settings 2013-07-21 19:12:53 +02:00
Ruud 8b952d4be6 Combine global and category words 2013-07-19 16:58:49 +02:00
Ruud 76807176fb Merge branch 'develop-categories' of git://github.com/clinton-hall/CouchPotatoServer into clinton-hall-develop-categories
Conflicts:
	couchpotato/core/plugins/score/main.py
2013-07-15 20:47:29 +02:00
Ruud 4ec32a6403 Merge branch 'develop_seed_fixes' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_seed_fixes 2013-07-13 17:56:07 +02:00
Ruud 412627aab0 Move rating and genres to suggestions only 2013-07-13 17:52:40 +02:00
mano3m 2584abda0e Several fixes and increased readability 2013-07-13 17:06:59 +02:00
Ruud 954018fea2 Youtube trailer search in https 2013-07-12 21:03:03 +02:00
Ruud f22b836ede Combine adopt 2013-07-12 14:42:59 +02:00
Ruud 1cea786d66 Style rating and genres 2013-07-12 14:36:04 +02:00
dkboy 9be10f7b79 Add Rating / Genre to Dashboard Suggestions
Add Rating and up to 3 Genres to movie suggestions, to avoid constantly
jumping through to IMDB site.
2013-07-12 21:49:24 +12:00
Ruud 1f35d0ec2f Remove debug print 2013-07-11 17:36:27 +02:00
Ruud 9fcf36a2ff Add WEB-DL and WEB-Rip. fix #1913 2013-07-11 17:34:55 +02:00
Ruud 36f63bdf99 Seeding cleanup and better defaults 2013-07-09 22:52:32 +02:00
Ruud 8a252bff64 Don't use parentdir for tagging 2013-07-07 13:00:38 +02:00
Ruud d3d3106fc9 Merge branch 'develop_seed' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_seed 2013-07-07 11:37:53 +02:00
Ruud a4a14cae96 Use forwarded host when provided. fix #1922 2013-07-06 23:26:46 +02:00
Ruud 1c3e6ba930 Ignore current suggested results 2013-07-06 00:24:57 +02:00