Is there any way to set the content type and selecting the scraper using config files?
A non-interactive way to do it
“`
{
“jsonrpc”: “2.0”,
“method”: “VideoLibrary.SetPath”,
“params”: {
“path”: “/path/to/your/movies”,
“content”: “movies”,
“scraper”: “metadata.themoviedb.org”,
“scan_recursive”: true,
“exclude”: false
},
“id”: 1
}
“`
, but can this be done using config files?