Page 1 of 1

UMS 7.5.0 on Ubunutu 18.04

Posted: Fri Oct 19, 2018 9:58 pm
by anilw
Hi i have Odroid XU4 and i have Ubunutu 18.04 running with it...

i managed to install UMS-4.4.0 using the following link

viewtopic.php?f=10&t=2761

then i have installed UMS 7.5.0 on this as per the tutorial published above...
but when i start UMS using

Code: Select all

service ums start
i get the following error..

Code: Select all

Job for ums.service failed because the control process exited with error code. 
See "systemctl status ums.service" and "journalctl -xe" for details.
pls help me to fix this issue..

Also tell me how to add files to media library after the UMS is installed

waiting for your kind help

Re: UMS 7.5.0 on Ubunutu 18.04

Posted: Sat Oct 20, 2018 12:05 am
by boss
Did you create the init script. "/etc/init.d/ums"
If so, you should be starting it using that script.
EG:
/etc/init.d/ums start
/etc/init.d/ums stop
/etc/init.d/ums restart

Re: UMS 7.5.0 on Ubunutu 18.04

Posted: Wed Oct 31, 2018 7:03 pm
by anilw
ok noted.. can you psl help me to add media files in to the server..

my hard disk located at

Code: Select all

/media/odroid/Transcend
pls tell me how to add the above in tot he server (media library)

Re: UMS 7.5.0 on Ubunutu 18.04

Posted: Wed Oct 31, 2018 8:11 pm
by SubJunk
If you can't access the GUI you can add:

folders = /media/odroid/Transcend

to UMS.conf

Re: UMS 7.5.0 on Ubunutu 18.04

Posted: Thu Nov 01, 2018 12:57 am
by boss
You can also have more than one folder.
This is mine in Linux:
folders = /home/media_mnt/Images, /home/media_mnt/Music, /home/media_mnt/Music Videos, /home/media_mnt/Videos
So when you bring up UMS, you get a choice which one you want to go into from the start instead of going down the folder tree.

So if your drive was at: /media/odroid/Transcend
You might have something like:
folders = /media/odroid/Transcend/Images, /media/odroid/Transcend/Music, /media/odroid/Transcend/Music Videos, /media/odroid/Transcend/Videos

Re: UMS 7.5.0 on Ubunutu 18.04

Posted: Thu Nov 01, 2018 6:16 pm
by anilw
Hi tks for the reply...
this how i put my settings.. but the scanning happening only for the root folder...

strange...

can you pls give your UMS.config file and location of the file...

Re: UMS 7.5.0 on Ubunutu 18.04

Posted: Wed Nov 21, 2018 6:20 pm
by boss
Sorry for the late reply. I have been in hospital.
The location of my UMS.conf is:
/root/.config/UMS/

My actual UMS.conf file is attached.