Dean Gardiner
45484461b5
Adjusted Matcher.chainMatch to support 'WEB DL' tags
2013-12-06 13:50:01 +13:00
Joel Kåberg
180b2bbffe
Merge pull request #2549 from fuzeman/tv_searcher
...
[TV] Searcher cleanup and matcher updates
2013-12-03 23:16:11 -08:00
Dean Gardiner
143dcad4f3
Fixed incorrect reference to library 'season' and 'episode' attributes.
2013-12-04 19:50:48 +13:00
Dean Gardiner
5ea7dc5920
Moved 'searcher.get_media_identifier' into season and episode libraries as 'library.identifier'
2013-12-04 17:15:08 +13:00
Dean Gardiner
3c675b5b8a
searcher and matcher now uses the new related_libraries and root_library from media instead of using extra db queries
2013-12-02 23:27:26 +13:00
Dean Gardiner
dc57d7b6d1
Added related_libraries to Library model.
2013-12-01 20:25:33 +13:00
Ruud
9ce8ffc14b
movie_id > media_id
2013-11-30 16:52:08 +01:00
Ruud
bab07a05e7
Merge branch 'refs/heads/develop' into tv
2013-11-30 16:48:52 +01:00
Ruud
46b2d6ba6e
movie_id > media_id
2013-11-30 16:48:46 +01:00
Ruud
efdf77ef6c
Merge branch 'refs/heads/develop' into tv
...
Conflicts:
couchpotato/core/media/movie/_base/main.py
couchpotato/core/plugins/release/main.py
couchpotato/core/plugins/renamer/main.py
2013-11-30 12:44:13 +01:00
Ruud
2fc4809821
Variable renaming movie to media
2013-11-30 12:41:06 +01:00
Ruud
bde6de1789
Move movie listing to media
2013-11-30 12:23:53 +01:00
Joel Kåberg
cddf47f113
move long subtitle text into formhint
2013-11-29 22:28:51 +01:00
Joel Kåberg
76f3f5253a
move long automation text into formhint
2013-11-29 22:14:28 +01:00
Joel Kåberg
d833a04293
move long texts into formhint
2013-11-29 22:10:02 +01:00
Dean Gardiner
ab81824f4c
Minor changes to matcher and added extra show searcher logging
2013-11-25 19:29:29 +13:00
Dean Gardiner
4eb73e3609
Renamed Release.movie references to Release.media
2013-11-25 19:28:43 +13:00
Ruud
cc3ebd79e8
Remove extensions from qualities
2013-11-24 23:17:18 +01:00
Ruud
3e035f84b1
Merge branch 'refs/heads/develop' into tv
...
Conflicts:
couchpotato/core/helpers/variable.py
couchpotato/core/media/_base/searcher/main.py
couchpotato/core/media/movie/searcher/main.py
couchpotato/core/plugins/quality/main.py
couchpotato/core/plugins/release/main.py
couchpotato/core/plugins/renamer/main.py
2013-11-24 23:13:25 +01:00
Ruud
3d5b33856f
Add some quality tests
2013-11-24 22:45:17 +01:00
Ruud
eaf2974f8d
Better frontend notification and GUI updating
2013-11-22 23:00:33 +01:00
Kate von Roeder
ab923cc592
Sort directories so that we scan them in alphabetical order as well (keeps things nice and well ordered!)
2013-11-20 18:47:09 -08:00
Ruud
0ce5c51c67
renamer.scan needs some files. fix #2481
2013-11-18 22:56:03 +01:00
Ruud
4242a5cedb
Merge branch 'develop_fixes' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_fixes
2013-11-17 21:16:35 +01:00
mano3m
8c41046836
more fixes
2013-11-17 21:10:07 +01:00
mano3m
c5e6ce0e48
Several sp fixes
2013-11-17 18:26:01 +01:00
Ruud
3ad527eb62
Allow 1080p in webrip quality
2013-11-17 00:24:09 +01:00
Ruud
0fafd83d76
Do some scoring with scene / nuked. fix #2009
2013-11-16 23:26:46 +01:00
Ruud
db4f7a216a
SP function wrapping whole variables
2013-11-16 13:32:00 +01:00
Ruud
a27673eaa4
Merge branch 'develop_clean_path' of git://github.com/mano3m/CouchPotatoServer into mano3m-develop_clean_path
2013-11-16 12:57:21 +01:00
Ruud
c1944c987d
Add some more double char replacements
2013-11-14 22:35:13 +01:00
Ruud
cdb889a985
Merge branch 'develop' of git://github.com/clinton-hall/CouchPotatoServer into clinton-hall-develop
2013-11-14 21:56:31 +01:00
Ruud
0c4851e436
Escape filename before using it in a regex. fixes #2430
2013-11-13 19:32:59 +01:00
Ruud
ce1b205993
Allow 720p tag for screener
2013-11-13 19:22:19 +01:00
Clinton Hall
b771aa303f
replace multiple separators. fixes #2448
2013-11-13 21:41:29 +10:30
Ruud
aa489bb709
Force name as string
2013-11-05 23:42:44 +01:00
Ruud
e119020016
Ignore releases without any info.
2013-11-05 22:16:26 +01:00
Ruud
9b92a3d396
Make sure the ignored files get used. fix #2425
2013-11-05 21:24:47 +01:00
Ruud Burger
48193b38c5
Merge pull request #2415 from mano3m/develop_fix_scanner
...
Cleanup file size code in scanner
2013-11-03 07:44:30 -08:00
mano3m
7b86fe5587
Default movie_folder to from folder
...
In case remote downloaders return a path that does not exist locally,
the movie_folder and files are updated to the from folder. Fixes #2412 ,
#1762 , #1667 , #1047
2013-11-02 11:20:34 +01:00
mano3m
5396343940
Cleanup file size code in scanner
2013-11-02 10:43:22 +01:00
mano3m
fa1baa73e8
Introduce path cleaning
...
A new function sp is introduced. It does the same as ss but also cleans
the path.
2013-11-02 10:15:50 +01:00
Ruud
47de84259d
Cleanup searcher PR
2013-10-30 22:51:26 +01:00
Ruud
98efe89833
Merge branch 'dev_searcher' of git://github.com/fuzeman/CouchPotatoServer into fuzeman-dev_searcher
2013-10-30 22:08:59 +01:00
Ruud
a1fd581bca
Add HD quality tags
2013-10-29 21:31:02 +01:00
Ruud
6a4bc1eb08
Don't add tags twice for dvd-r quality
2013-10-29 21:16:32 +01:00
Ruud
d275dfd8cc
Add br2dvd as DVD alternative. fix #1604
2013-10-27 20:16:03 +01:00
Ruud
4f4ba470e0
Prevent files keyerror for release_download files. fix #2392
2013-10-26 15:26:19 +02:00
Ruud
550051b3f6
Use order for quality allow calculation. fix #2396
2013-10-26 15:09:30 +02:00
Ruud
b149528406
Cleanup older releases calling the wrong function
2013-10-22 14:11:13 +02:00