Help with flexget config please

Post Reply
blackvenom

Help with flexget config please

Post by blackvenom »

I have a flexget config file for TV Shows which works as expected. I am now trying to add the imdv_list item into it to download items from my watch list. This however doesn't seem to work and when I run the config file in test mode it tells me it returns no results from my watchlist even though I know there are 4 films in it. Any help would be superb. Thanks :D

The code is below

Code: Select all

schedules:
  # Run every task every 2 minutes
  - tasks: '*'
    interval:
      minutes: 2

templates:

  imdb_grab:
    movie_queue: yes
    deluge: yes

  tv:
    series:
      720p:
        - Banshee
        - The Blacklist
        - Boardwalk Empire
        - CSI Crime Scene Investigation
        - Homeland
        - Person of Interest
        - Revenge
        - Suits
        - The Walking Dead
    deluge: yes
    prowl:
      apikey: f3563ea95d515e4075bb2e6e463d9687aeae2b8d
      event: TV Series

tasks:

  IMDB Watchlist Entries:
    imdb_list:
      user_id: ur25911634
      list: watchlist
    accept_all: yes
    queue_movies: yes
#      quality: 1080p bluray dts

#  IMDB Watchlist:
#    rss: https://iptorrents.com/torrents/rss?u=1274314;tp=0bad7bd8c8792dfb2740ef2c28687656;l48;download
#    template: imdb_grab

  IPT TV Shows:
    rss: https://iptorrents.com/torrents/rss?l5;u=1274314;tp=0bad7bd8c8792dfb2740ef2c28687656;download
    template: tv

  IPT Bookmarked Torrents:
    rss: https://iptorrents.com/torrents/rss?bookmarks;l;u=1274314;tp=0bad7bd8c8792dfb2740ef2c28687656;download
    accept_all: yes
gazpachoking
Moderator
Moderator
Posts: 315
Joined: Sat Aug 18, 2007 2:28 pm
Location: Pittsburgh, USA

Re: Help with flexget config please

Post by gazpachoking »

An imdb update broke the imdb_list plugin for a bit, in the latest version it should be working again though.
Post Reply