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

Need help in local list & add it later to imdb

$
0
0

@Addicted wrote:

  add_movie_queue:
    priority: 4
    template:
      - no_global
    imdb_list:
      login: '{{secrets.imdb.user}}'
      password: '{{secrets.imdb.pass}}'
      list: watchlist
    accept_all: yes
    imdb_lookup: yes
    list_add:
      - movie_list: ToDownload
    list_queue:
      - imdb_list:
        login: '{{secrets.imdb.user}}'
        password: '{{secrets.imdb.pass}}'
        list: watchlist
  discover_movie:
    priority: 7
    discover:
      what:
        - movie_list: ToDownload
      from:
        - search_rss: https://yts.ag/rss/{{search_term| re_replace('\ \(\d\d\d\d\)', '')}}/all/all/4
        - rarbg: 
            category: [44, 45]
            ranked: True
    quality:
      - 1080p
      - 720p
    content_size:
      min: 550
      max: 4200
      strict: no
    list_add:
      - movie_list: OnDisk
    list_queue:
      - movie_list: ToDownload
  add_OnDisk_to_imdb:
    priority: 8
    template:
      - no_global
    movie_list: OnDisk
    imdb_lookup: yes
    accept_all: yes
    list_add:
      - imdb_list:
          login: '{{secrets.imdb.user}}'
          password: '{{secrets.imdb.pass}}'
          list: OnDisk
    list_queue:
      - movie_list: OnDisk

Please Ignore indentation error if any.That may have arised only during coping.
& global output plugin is transmission.

So here what i want to perform
add_movie_queue:
->import list from imdb & add all to ToDownload
discover_movie:
->Search movie from ToDownload list & download it if passed through filter
->Accepted entries has to be removed from ToDownload
->Accepted entries has to be added to OnDisk
add_OnDisk_to_imdb:
->import list from local OnDisk & add it to imdb OnDisk

Why?
i want to trigger "add_movie_queue" & "add_OnDisk_to_imdb" few times While "discover_movie" More times.
I also want to keep track of what has been found & added to transmission & also keep watch list clean.

Now i have doubts.when "add_movie_queue" was triggered without "no_global" , error message was shown as movie's url was being added to transmission.
So i have doubts what will happen to "discover_movie" as accepted entries are torrent & i'm trying to create a list "OnDisk" from accepted entries.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles