SHARED.conf and ignoring files
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
SHARED.conf and ignoring files
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.
Re: SHARED.conf and ignoring files
Maybe these options in UMS.conf is what you need for ignoring folders.
I don't think it is applied to individual files though so you should keep personal videos in a separate folder
I'm not sure if these are exact names or if you can add a pattern to match many folders.
You can also turn off metadata for certain folders by setting "metadata": false, in the SHARED.conf for that folder.
I thought there was an option in web settings for this but there isn't
There is also a lot of information about privacy and security in the knowledge base.
I don't think it is applied to individual files though so you should keep personal videos in a separate folder
Code: Select all
# Ignored folders
# ---------------
# A comma-separated list of folders to ignore.
# Example: C:\\IgnoredFolder1,C:\\IgnoredFolder2
# Default: ""
folders_ignored =
# Ignored folder names
# --------------------
# A comma-separated list of folder names (regardless of their location) to ignore.
# Example: IgnoredFolder1,IgnoredFolder2
# Default: ".unwanted"
folder_names_ignored =
You can also turn off metadata for certain folders by setting "metadata": false, in the SHARED.conf for that folder.
I thought there was an option in web settings for this but there isn't
There is also a lot of information about privacy and security in the knowledge base.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.