@stevenle34 wrote:
Good evening all,
I'm admitedly new to this and new to forum posting in general. I've spent the last month reading configs, and wikis and cannot seem to create a working config for my purpose.
I have a movie_list called movies that I added via CLI (There was probably a more automated way than: $ for i in
cat movies.txt
; do flexget movie-list add $i; done) Anyway it has about 1000 items and I want to use it as a filter. So that when I use an rss as input, it will search for and download the titles in the list.I have tried this many different ways and started and scrapped many different configs, but I can't seem to get it working.
I guess this is where I should post my current configtasks: collect: rss: https://www.limetorrents.info/searchrss/2017%201080p/ content_size: min: 400 max: 12000 strict: no regexp: reject: - 'cam' - 'japanese' - 'chinese' - 'korean' - 'korea' - 'china' - 'japan' - 'kor' - 'jap' - 'chi' - 'xxx' - /\w\d{2}\w\d{2}/gm - "^(ABC \\(JA\\)|Animax|AT-X|Chubu-Nippon Broadcasting|Fuji TV|jTBC|MBS|NTV(?: \\(JP\\))?|Teletama|Tokyo Broadcasting System|Tokyo MX|TV Asahi|TV Tokyo)$" - "^(KBS TV[12]|MBC|OCN|Olive|OnStyle|SBS|tvN)$" disable: - 'seen' - 'seen_info_hash' list_match: from: - movie_list: movies action: accept remove_on_match: no single_match: no quality: 720p+ imdb_lookup: no download: ~/upload-test/
Now I have two problems that I would appreciate any guidence on.
1: When it scans, it would seemingly go run imdb lookup on all files available in the rss feed, rather than just the items on the list "movies"
2: After a few runs now, when I try to run again, instead of it taking 5 minutes like usual, it only takes a few seconds, only 2 things popup and get rejected as they have "KOREA" in the name, and the rest are undecuded (about 48) I have tried running $: f'lexget execute --dumb undecided and got the below information (just posting 1 entry as they are all the same) but didnt get much help with it.
title : Papillon 2017 WEB-DL 1080p mkv url : http://itorrents.org/torrent/8A386FFAB1550E3C22F2128962F4303CF7D1BDE3.torrent?title=Papillon-2017-WEB-DL-1080p-mkv original_url : http://itorrents.org/torrent/8A386FFAB1550E3C22F2128962F4303CF7D1BDE3.torrent?title=Papillon-2017-WEB-DL-1080p-mkv description : Seeds: 75 , Leechers 8 id : papillon 2017 movie_name : Papillon movie_parser : <MovieParseResult(data=Papillon 2017 WEB-DL 1080p mkv,name=Papillon,year=2017,id=papillon 2017,quality=1080p webdl,proper=0,release_group=None,status=OK)> movie_year : 2017 proper : False proper_count : 0 quality : 1080p webdl release_group : None rss_pubdate : 2018-11-06 03:27:49 task : collect type : application/x-bittorrent
ANy help or guidence or "You are making this too complicated throw out the whole config and do these basic two steps to get everything running"'s would be greatly appreciated.
Also if it helps:
$: flexget -V
2.16.0
Latest release: 2.17.7
Posts: 1
Participants: 1