Skip to content

Instantly share code, notes, and snippets.

@ricklentz
Created May 12, 2017 03:43
Show Gist options
  • Save ricklentz/6a2d07b4819f15ef9e6f99808a0383bc to your computer and use it in GitHub Desktop.
Save ricklentz/6a2d07b4819f15ef9e6f99808a0383bc to your computer and use it in GitHub Desktop.
Set up minidlna
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