Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Trakt-source + rss-source + list_match -> no matches

$
0
0

@fleximexi wrote:

hello community,

I'm stucked at this moment. I am trying to setup a simple flexget-script for movies for 2 weeks now, without any success.I searched for solutions in different forums, but it doesn't work.

I'm using flexget with cron on a NAS (no deamon). I have the current version of flexget (latest update).

What I am trying to setup is simple:
1. Flexget should first check on trackt.tv my movielist called watchlist.
2. It should save the movie-names from there in the list called "mymovies".
3. Afterwards it should get all entries of my RSS-source.
4. Using "list_match" flexget should create the matching between "mymovies" and my rss-source-entries.
5. Afterwards it should create a file for jdownloader that contains all information required for the download. That file should be saved in the jdownloader's watchfolder.

The isuues:
1. Flexget does not find the matching between "mymovies" and my rss-source. For test-purposes I added movies in my trackt-watchlist which also appear in the RSS-source. The result: nothing matched, nothing accepted as download.
2. When I use "accept_all: yes" flexget just accept all entries from the RSS-source without focusing just on the matching ones with the "mymovies"-list.

What is it that I am missing here?
What am I doing wrong?

This is my config-file:

tasks:
  movie:
    trakt_list:
      username: myusername
      list: watchlist
      strip_dates: yes
      type: movies
    list_add:
      - movie_list: mymovies
    rss: public-proper-rss-source
    imdb_lookup: yes
    list_match:
      from:
        - movie_list: mymovies
      action: accept
      single_match: yes
    exec: 
      - echo text={{url}} >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo downloadFolder=/path_ to/download/{{title}} >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo deepAnalyseEnabled=true >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo autoStart=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo enabled=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo forcedStart=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo autoConfirm=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo addOfflineLink=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo extractAfterDownload=TRUE >> "/path_ to/watchfolder/{{title}}.crawljob"
      - echo packageName={{title}} >> "/path_ to/watchfolder/{{title}}.crawljob"

Thanks for any help,
fleximexi

Posts: 5

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles