[HOW To] changing configs in UMS.conf

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
nmhf
Posts: 6
Joined: Thu Nov 28, 2013 10:33 am

[HOW To] changing configs in UMS.conf

Post by nmhf »

Hi,

I tried to change some configs in ums.conf and it seems that they aren't being recognized.

Example:
I stopped UMS.sh

and after that I only change:
# Server Name
# --------------
# The server name is displayed in the renderer before the profile name.
# Default: "Universal Media Server"
server_name = "NF uPnP Server"

saved ums.conf and restar ums.sh.

In TV I'm able to see Universal Media Server instead of NF uPnP Server.

What am I doing wrong?

Thanks
nmhf
Posts: 6
Joined: Thu Nov 28, 2013 10:33 am

Re: [HOW To] changing configs in UMS.conf

Post by nmhf »

I'm sorry for this post but after I check logs, I was able to understand that sh file will look to a different UMS.conf in ./config/UMS folder.

Below an example and it works :)

cubie@Cubian:~$ cat /home/cubie/.config/UMS/UMS.conf
cred.path = /home/cubie/.config/UMS/UMS.cred
uuid = 12345678-aaaa-aaaa-aaaa-01234567890
server_name = "NF uPnP Server"
folders = /mnt/exthdd
Post Reply