-
Notifications
You must be signed in to change notification settings - Fork 0
Virtual Folders
Into your UMS.conf configuration file found in your profile repository, you will find some values related to the folders, as virtual_folders =
Virtual folders allow you to combine real folders into virtual ones and give them custom names. Will be ignored if 'virtual_folders_file' is used. Example: VFolderName1|Folder1Path,Folder2Path;VFolderName2|Folder1Path
Note: Backslashes must be doubled. For example, if you have a folder named "SubFolder" inside "ParentFolder", write it like: ParentFolder\SubFolder
This value is empty by default.
And virtual_folders_file =
Give the location of your virtual folders configuration file, which contains a json-formatted list of virtual folders.
The file will be loaded from your profile directory. See VirtualFolders.conf in your profile directory for an example of syntax.
JSON-validators can be useful for making sure the code of your file is valid, an example of which is jsonlint.com.
When this file is used, the string above (virtual_folders
) will be ignored.
This value is empty by default.
- Next: Transcoding Settings
- Previous: Navigation / Share settings
- Top: Index