Flexget / Flexget

The official FlexGet repository
http://www.flexget.com
MIT License
1.72k stars 471 forks source link

movie_list without CLI #3966

Closed alannssantos closed 1 day ago

alannssantos commented 5 months ago

has some way to add the movie in the config file instead of the CLI mode, using discover?

I'm using it that way, but I'd like to keep everything in the config file.

tasks:
  Movies:
    discover:
      what:
        - movie_list: movies
      from:
        - yts: yes
      interval: 15 minutes
      release_estimations: ignore
    list_match:
      from:
        - movie_list: movies
    quality:
      - 1080p
      - bluray|webrip
    imdb_lookup: yes
    transmission: yes
github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 30 days.

gazpachoking commented 1 day ago

You want to add movies to your movie_list via a task? Sure, that can be done via the list_add plugin.