forked from UniversalMediaServer/UniversalMediaServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
40 lines (25 loc) · 1.43 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Installers for Windows and macOS and tarballs for Linux can be found at:
https://www.universalmediaserver.com
To install UMS from the tarball on Linux, open a terminal and enter the
following commands (set VERSION to the version you're installing):
Note: These instructions have been tested on Ubuntu 22.04, but something similar
should work on most Unix distributions)
1. Install the dependencies (this only needs to be done once):
All releases of UMS come with Java Runtime Environment bundled, except for
the ARM architecture releases. You will need to ensure you have JRE 17 installed.
Next, add some other pre-reqs:
sudo apt-get install mediainfo dcraw vlc-bin mplayer mencoder
you can also optionally install dcraw: `sudo apt-get install dcraw`
2. Download the tarball e.g.:
Get the direct link from https://www.universalmediaserver.com
Your operating system and architecture should be automatically detected so
that you get the correct download. If for some reason you get the wrong file,
you can manually select a file by clicking the big arrow to the right of the
download buttons.
3. Extract the tarball into a ums-$VERSION directory:
tar xzvf ums-$VERSION.tgz
4. Run (note: UMS should NOT be run as root):
cd ums-$VERSION
./UMS.sh
UMS accesses some files in the `ums-$VERSION/` directory (the working directory).
Other files will be looked for in `~/.config/UMS`