ReadyMedia, formerly known as MiniDLNA, is a lightweight media server that allows you to share media files, such as music, videos, and photos, with devices connected to your home network. In this tutorial, we'll walk you through the steps to install ReadyMedia on Manjaro, a popular Linux distribution.
Before we begin, make sure you have the following:
CTRL + ALT + T
or searching for "terminal" in the application launcher.$ sudo pacman -Syu
$ sudo pacman -S minidlna
$ sudo touch /etc/minidlna.conf
nano
:$ sudo nano /etc/minidlna.conf
media_dir=A,/path/to/music
media_dir=V,/path/to/videos
media_dir=P,/path/to/photos
You can specify multiple directories by repeating the media_dir
line and changing the directory path and type (A for audio, V for video, and P for photos).
7. Uncomment and edit the following line to set the server's name (in this example, we'll use "My ReadyMedia Server"):
friendly_name=My ReadyMedia Server
CTRL + X
, then Y
, then ENTER
.$ sudo systemctl start minidlna
$ sudo systemctl enable minidlna
$ systemctl status minidlna
If the server is running, you'll see output that resembles the following:
● minidlna.service - MiniDLNA
Loaded: loaded (/usr/lib/systemd/system/minidlna.service; enabled; vendor preset: disabled)
Active: active (running)
ReadyMedia is now installed and ready to use. You should be able to access your media files from any device connected to your home network. Happy streaming!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!