Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

radarr_list quality gets ignored

$
0
0

@Nille wrote:

Hi there,

I am trying to download movies that are in radarr from rss feed.
I tried several ways to accomplish this, an it does work.
The feed does only have 4k movies. Some of my radarr movies shall not be downloaded in 4k, thats why I used only_use_cutoff_quality.
Well, it does not taken into account what quality is set in radarr. It fetches the downloads no matter what.
How can I accomplish that the quality of the radarr_list is being accept, but none other?

This is my config:

Task:        
     discover:
            what:
                - radarr_list:
                    base_url: http://localhost
                    port: 7878
                    api_key: 
                    only_monitored: yes
                    include_data: yes
                    only_use_cutoff_quality: yes
            from:
                - search_rss:
                    url: 'https://XXXXX/movies.xml'
                    title: link 
                    link: dl_shareonline
        list_match:
            from:
                - radarr_list:
                    base_url: http://localhost
                    port: 7878
                    api_key: 
                    only_monitored: yes
                    include_data: yes
                    only_use_cutoff_quality: yes
        parsing:
            movie: guessit
        seen:
            fields: [title]
        regexp:
            reject:
                - complete

Does anyone have an idea how to make it only accept the movie if 4k is actually the quality_req in radarr?

Cheers!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles