[HOW To] changing configs in UMS.conf
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 To] changing configs in UMS.conf
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
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
Re: [HOW To] changing configs in UMS.conf
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
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