@fleximexi wrote:
Hello flexget-community,
on my IMBD-watchlist there are the following three movies (for test-purposes):
.imdb.com/title/tt3832096
.imdb.com/title/tt0413099
.imdb.com/title/tt0410696These three movies are also in my rss-feed.
However using "list_match" within my config below flexget is not able to do a proper matching with these three movies. I get only "undecided" results (see debug log below).
I would be happy if you could point me to my mistake within my config which I spend hours of creating it properly.
Thank you.
FleximexiMy Config looks like this:
tasks: movie: priority: 1 disable: - seen - seen_info_hash imdb_list: login: myusername password: mypassword list: watchlist accept_all: yes list_add: - movie_list: mymovies movie_download: priority: 10 manipulate: - title: replace: regexp: 'ae' format: 'ä' - title: replace: regexp: 'ue' format: 'ü' - title: replace: regexp: 'oe' format: 'ö' - title: replace: regexp: '.German|.DL|.1080p|.720p|.BluRay|.x264|.HDTV|.AC3|.Dubbed|.WebHD|.HD|.Web|.LD|.h264|.DOKU|.WS|.DOKU3D|.3D|.AC3D|.HDDVD|.DVD|DVD|.VC1|-(.*)' format: '' inputs: - rss: source-http imdb_lookup: yes list_match: from: - movie_list: mymovies action: accept exec: - echo text={{url}} >> "/mydownload_path/{{title}}.crawljob" - echo downloadFolder=/mydownload_path/{{title}} >> "/mydownload_path/{{title}}.crawljob" - echo deepAnalyseEnabled=true >> "/mydownload_path/{{title}}.crawljob" - echo autoStart=TRUE >> "/mydownload_path/{{title}}.crawljob" - echo enabled=TRUE >> "/mydownload_path/{{title}}.crawljob" - echo forcedStart=TRUE >> "/mydownload_path/{{title}}.crawljob" - echo autoConfirm=TRUE >> "/mydownload_path/{{title}}.crawljob" - echo addOfflineLink=TRUE >> "/mydownload_path/{{title}}.crawljob" - echo extractAfterDownload=TRUE >> "/mydownload_path/{{title}}.crawljob" - echo packageName={{title}} >> "/mydownload_path/{{title}}.crawljob"
Posts: 4
Participants: 1