How do I specify shared folders? [Solved]
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
How do I specify shared folders? [Solved]
There used to be a section in UMS.conf to specify shared folders (I believe I was last using UMS 10):
I'm not seeing that in the latest version. Was it renamed to something else?
Code: Select all
# Shared folders
# --------------
# Either define a list of specific folders containing media to be shared or
# allow the system to browse the whole disk of the server. The GUI provides a
# system navigation to generate a list of folders. The list should contain a
# comma-separated list of absolute path names, or leave it empty to let the
# system find media.
# Default: ""
folders =
Last edited by crimson30 on Tue Apr 15, 2025 5:58 am, edited 2 times in total.
Re: Shared folders
This section was moved into a separate SHARED.conf along with virtual folders and web content.
If you upgraded from an old version this will still be in your UMS.conf but will not be there is you do a fresh install.
If you upgraded from an old version this will still be in your UMS.conf but will not be there is you do a fresh install.
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.
Re: Shared folders
I did a fresh install.
I don't see SHARED.conf anywhere. Not in the tarball (UMS-Linux-14.11.0-x86_64.tgz) and starting it as a service doesn't seem to generate it.
I don't see SHARED.conf anywhere. Not in the tarball (UMS-Linux-14.11.0-x86_64.tgz) and starting it as a service doesn't seem to generate it.
Last edited by crimson30 on Tue Apr 15, 2025 5:59 am, edited 1 time in total.
Re: How do I specify shared folders?
With Linux
SHARED.conf is in /userfolder/.config/.config/UMS/SHARED.conf
If that file is not already there, it should be created when UMS is started.
The format (if you want to manually edit SHARED.conf) is:
[
{
"file": "/mnt/media/Images",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
},
{
"file": "/mnt/media/Music",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
},
{
"file": "/mnt/media/Music Videos",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
},
{
"file": "/mnt/media/Videos/Movies",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
},
{
"file": "/mnt/media/Videos/TV Series",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
}
]
Or, you can do it from the web interface.
SHARED.conf is in /userfolder/.config/.config/UMS/SHARED.conf
If that file is not already there, it should be created when UMS is started.
The format (if you want to manually edit SHARED.conf) is:
[
{
"file": "/mnt/media/Images",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
},
{
"file": "/mnt/media/Music",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
},
{
"file": "/mnt/media/Music Videos",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
},
{
"file": "/mnt/media/Videos/Movies",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
},
{
"file": "/mnt/media/Videos/TV Series",
"monitored": false,
"metadata": true,
"active": true,
"type": "Folder"
}
]
Or, you can do it from the web interface.
Re: How do I specify shared folders?
It is created when you set up the shared folders, you can use the web interface to set them up.
http://localhost:9001/shared should take you there directly.
It will be saved in your profile configuration folder and not the installed folder, but I don't know the location on Linux.
*this will look a little different as this is the v15alpha
http://localhost:9001/shared should take you there directly.
It will be saved in your profile configuration folder and not the installed folder, but I don't know the location on Linux.
*this will look a little different as this is the v15alpha
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.
Re: How do I specify shared folders?
Thanks!
I ended up going the very lazy route of just using 11.6 instead. It works great
I ended up going the very lazy route of just using 11.6 instead. It works great