SHARED.conf and ignoring files
Posted: Wed Jun 12, 2024 11:09 am
I am looking for the doco for SHARED.conf. My googles aren't good enough to find such.
Specifically, I have the following stanza in SHARED.conf.
I would like to exclude every directory below /T01/pictures that is named "half", regardless of depth of the directory.
I would also like to prevent UMS from sending OpenSubtitles hashes for every .AVI and .MOV under this directory - they are all going to return 503 or 404 because they are home videos.
Specifically, I have the following stanza in SHARED.conf.
Code: Select all
{
"file": "/T01/pictures",
"monitored": true,
"metadata": true,
"active": true,
"type": "Folder"
}
I would also like to prevent UMS from sending OpenSubtitles hashes for every .AVI and .MOV under this directory - they are all going to return 503 or 404 because they are home videos.