Closed kkatayama closed 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
/dev/null
"deemix": { "path": "/dev/null", "arl": "", "check_account_status": false },
Would this work, or should I go about this with a different approach?
This can be achieved using deemon refresh --skip-download.
deemon refresh --skip-download
See this doc or refresh --help for more info.
refresh --help
OMG, I am so sorry I didn't see that in the docs.
Not a problem!
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
.Would this work, or should I go about this with a different approach?