Coder Social home page Coder Social logo

Comments (4)

gaieges avatar gaieges commented on June 17, 2024

Was the tasks stanza the only problem you had? (ie you didn't have one with the schedules right?) I think I have a different fix for this, one that's a bit cleaner I think, am curious if it works for you. Will create a PR in a sec. More focused on this as I'm guessing it's giving you more problems than the Vagrant thing for now :)

from flexget-daemon.

gaieges avatar gaieges commented on June 17, 2024

Give that change a try - let me know if it works in your use case

from flexget-daemon.

robgmills avatar robgmills commented on June 17, 2024

Yeah, I like that much better than using indent.

Result looks good.

Input

flexget_schedules:
  - tasks: "download-rss"
    interval:
      minutes: 5
flexget_tasks:
  download-rss:
    rss:
      url: "http://some.com/rss.rss"
      all_entries: no
    all_series: yes
    transmission:
      host: localhost
      port: 9091

Output

# write out schedules in proper format
schedules:
-   interval:
        minutes: 5
    tasks: download-rss


# write out tasks in proper format
tasks:
    download-rss:
        all_series: true
        rss:
            all_entries: false
            url: http://some.com/rss.rss
        transmission:
            host: localhost
            port: 9091

from flexget-daemon.

gaieges avatar gaieges commented on June 17, 2024

Awesome, will merge. Thanks for the report and engagement!

from flexget-daemon.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.