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

Schedules config

$
0
0

@Ridoli wrote:

Hi,
I've got a problem with flexget not executing the tasks in daemon mode.

if i run command

flexget execute

all the tasks work fine and there's no problem.

But if i use daemon mode only some of them are being executed

Here is part of my code:

        tasks:

          Series:
            priority: 3
            template:
              - transmissionrpc
              - tv-series
            thetvdb_lookup: yes
            inputs:
            - rss: RSSSOURCE
            set:
              path: /home/osmc/Downloads/Series/ 
              
          Movies-Queue: 
            priority: 4
            inputs:
            - imdb_list:
                login: IMDBMAIL
                password: IMDBPASS
                list: watchlist
            accept_all: yes
            list_add:
              - movie_list: IMDB
            imdb_lookup: yes
            exists_movie:
              - /media/NAS/00Videos/Peliculas VO/   
          Movies-Download:  
            priority: 5
            torrent_alive: 10
            template:
              - transmissionrpc
            discover:
              what:
                - movie_list: IMDB
              from:
                - kat:
                    category: movies
                    verified: yes
            quality: 720p+ !cam
            imdb_lookup: no
            content_size:
              min: 500
              max: 5000      
            list_queue:
              - movie_list: IMDB
            set:
              path: '/home/osmc/Downloads/Movies/'  
              label: movies

        schedules:
          - tasks: [Series, Movies-Queue, Movies-Download]
            schedule:
              minute: 15,45
              hour: 00,06,08

Movies-Download is being executed correctly but Series and Movies-Queue are not.
I have checked flexget.log but nothing is being written there.

¿Does anyone knows how to solve it? Thanks in advance.

Posts: 4

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles