Search found 7 matches
- Tue Nov 24, 2020 5:51 am
- Forum: Help and Support
- Topic: Charset problem in folder names in UMS.conf [SOLVED]
- Replies: 4
- Views: 5592
Re: Charset problem in folder names in UMS.conf [SOLVED]
This isn't a bug, although one could argue it should be. It comes with Java and has been like this "since the beginning of time". They chose the standard encoding for the properties files before UTF-8 was "the de facto standard", and because of backwards compatibility they have never changed it ...
- Tue Nov 24, 2020 5:43 am
- Forum: Help and Support
- Topic: Charset problem in folder names in UMS.conf [SOLVED]
- Replies: 4
- Views: 5592
Re: Charset problem in folder names in UMS.conf [SOLVED]
A follow up on my other topic shed light on this
The .conf file is in java property file format and charset (Latin-1), so using the UCN sequence is a way of solving this.
I wonder whether editing the file directly in Latin-1 charset would be another way…
The .conf file is in java property file format and charset (Latin-1), so using the UCN sequence is a way of solving this.
I wonder whether editing the file directly in Latin-1 charset would be another way…
- Tue Nov 24, 2020 5:37 am
- Forum: Help and Support
- Topic: UMS.conf “folders”… not working ? [SOLVED]
- Replies: 7
- Views: 7514
Re: UMS.conf “folders”… not working ? [SOLVED]
Thanks
(By non-standard you mean non-ASCII, because é is perfectly standard to me
)
(By non-standard you mean non-ASCII, because é is perfectly standard to me

- Tue Nov 24, 2020 5:32 am
- Forum: Help and Support
- Topic: Charset problem in folder names in UMS.conf [SOLVED]
- Replies: 4
- Views: 5592
Charset problem in folder names in UMS.conf [SOLVED]
Hello
in my ~/.config/UMS/UMS.conf, I wrote
folders = /srv/video/séries
When I launch UMS, I see this
INFO 18:19:14.794 [main] Checking shared folder: "/srv/video/séries"
WARN 18:19:14.794 [main] "/srv/video/séries" does not exist. Please remove it from your shared folders list on the ...
in my ~/.config/UMS/UMS.conf, I wrote
folders = /srv/video/séries
When I launch UMS, I see this
INFO 18:19:14.794 [main] Checking shared folder: "/srv/video/séries"
WARN 18:19:14.794 [main] "/srv/video/séries" does not exist. Please remove it from your shared folders list on the ...
- Tue Nov 24, 2020 5:10 am
- Forum: Help and Support
- Topic: UMS.conf “folders”… not working ? [SOLVED]
- Replies: 7
- Views: 7514
Re: UMS.conf “folders”… not working ?
Another common cause is that you're not editing the config file in use. The location of the "active" configuration file can be found relatively early in the log.
YES!
That was it. I was editing the main UMS.conf file, I somehow missed the info saying I should edit the file in the ~/.config/UMS ...
- Tue Nov 24, 2020 2:27 am
- Forum: Help and Support
- Topic: UMS.conf “folders”… not working ? [SOLVED]
- Replies: 7
- Views: 7514
Re: UMS.conf “folders”… not working ?
Thanks
Of course, UMS was stopped before editing the UMS.conf
Of course, UMS was stopped before editing the UMS.conf
- Tue Nov 24, 2020 12:14 am
- Forum: Help and Support
- Topic: UMS.conf “folders”… not working ? [SOLVED]
- Replies: 7
- Views: 7514
UMS.conf “folders”… not working ? [SOLVED]
Hello all
I just installed UMS (9.8.2) in /opt/ums/ums , as a service on my headless Debian server, on its own user, ums, whose home directory is /opt/ums.
As I was watching debug.log, I noticed UMS was scanning its user folder, including UMS folders
All my videos are on /srv/video, so I edited ...
I just installed UMS (9.8.2) in /opt/ums/ums , as a service on my headless Debian server, on its own user, ums, whose home directory is /opt/ums.
As I was watching debug.log, I noticed UMS was scanning its user folder, including UMS folders
All my videos are on /srv/video, so I edited ...