Created
May 12, 2017 03:43
-
-
Save ricklentz/6a2d07b4819f15ef9e6f99808a0383bc to your computer and use it in GitHub Desktop.
Set up minidlna
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt autoremove | |
sudo vim /etc/minidlna.conf | |
media_dir=PV,/media/cbios/PhotosVideos/2017London | |
inotify=yes | |
notify_interval=300 | |
sudo ufw allow 8200 | |
sudo minidlnad -R -f /etc/minidlna.conf | |
http://localhost:8200/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment