digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

Possible to disable download? #87

Closed kkatayama closed 1 year ago

kkatayama commented 1 year ago

I would like to set up deemon to monitor Artists and get Email notifications, but I don't want it to automatically download anything.

I was thinking of setting the deemix path to /dev/null.

    "deemix": {
        "path": "/dev/null",
        "arl": "",
        "check_account_status": false
    },

Would this work, or should I go about this with a different approach?

digitalec commented 1 year ago

This can be achieved using deemon refresh --skip-download.

See this doc or refresh --help for more info.

kkatayama commented 1 year ago

OMG, I am so sorry I didn't see that in the docs.

digitalec commented 1 year ago

Not a problem!