@lloydie11 wrote:
Hello,
I have a number of tasks designed to try and get the highest quality movie, however it seems to be rejecting alot due to the fact Bluray does not match my quality requirement, which i thought i'd adjusted.
Basically at any of the tasks, if they are bluray thats' fine.
The final task with priority 7, should accept anything if it's not been found by then with at least a 720p including DVDRip etc. no other conditions.
For example, even though this doesn't state 1080, we know Bluray should be so wouldn't mind this being accepted. Do i simply need to add the h264 to all my tasks?
get_movies_NO_YIFY_1080p REJECTED:
Chaos 2005 BRRip H264 Wrathby quality plugin because bluray h264 does not match quality requirement [<Requirements(1080p+ !cam)>, <Requirements(1080p+ bluray !cam)>]
Any ideas?
tasks: fill_movie_queue: priority: 2 trakt_list: username: lloydie11 list: MCM type: movies list_add: - movie_list: trakt accept_all: yes get_movies_NO_YIFY_1080p: priority: 3 quality: - 1080p+ !cam - 1080p+ bluray !cam # regexp: # reject: # - YIFY # - \b3-?D\b: {from: title} # - cam # - FRENCH magnets: no content_filter: reject: - '*.avi' - '*.wmv' - '*.rar' - '*cam*' content_size: max: 15360 min: 700 # assume_quality: 1080p bluray #in case of REALLY long titles # quality: 1080p+ template: - download-movie - transmit-movies get_movies_1080p: priority: 4 magnets: no content_filter: reject: - '*.avi' - '*.wmv' - '*.rar' - '*cam*' content_size: max: 15360 min: 700 # assume_quality: 1080p bluray #in case of REALLY long titlesi quality: - 1080p !cam - 1080p bluray !cam # regexp: # reject: # - \b3-?D\b: {from: title} # - cam # - FRENCH # quality: 1080p+ movie_queue: add template: - download-movie - transmit-movies get_movies_NO_YIFY_720p: priority: 5 magnets: no content_filter: reject: - '*.avi' - '*.wmv' - '*.rar' - '*cam*' content_size: max: 15360 min: 700 # assume_quality: 720p bluray #in case of REALLY long titles quality: - 720p+ !cam - 720p+ bluray !cam # regexp: # reject: # - YIFY # - \b3-?D\b: {from: title} # - cam # - FRENCH # quality: 720p+ template: - download-movie - transmit-movies get_movies_720p: priority: 6 magnets: no content_filter: reject: - '*.avi' - '*.wmv' - '*.rar' - '*cam*' content_size: max: 15360 min: 700 # assume_quality: 720p bluray #in case of REALLY long titles quality: - 720p !cam - 720p bluray !cam # regexp: # reject: # - \b3-?D\b: {from: title} # - cam # - FRENCH # quality: 720p+ template: - download-movie - transmit-movies get_movies_other: priority: 7 magnets: no content_filter: reject: - '*.avi' - '*.wmv' - '*.rar' - '*cam*' content_size: max: 15360 min: 700 quality: - 720p+ !cam - dvdrip !cam template: - download-movie - transmit-movies move_done:
Thanks
Posts: 7
Participants: 3