evandrojr / minidlna-portable

Minidlna working in Linux Mint 21

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minidlna-portable

Minidlna is great, but it was not working for me on Linux Mint 21. So I compiled from source and released the binary. Might work for Ubuntu 22.04.

Dependencies for Linux Mint 21:

sudo apt install libid3tag0

Installation

sudo -i
crontab -e

add this line:

@reboot [path-this-folder]/minidlnad -f [path-this-folder]/minidlna.conf

Edit minidlna.conf:

media_dir=[path-to-your-media-files]

Source

I've got the source code from https://sourceforge.net/projects/minidlna/

About

Minidlna working in Linux Mint 21


Languages

Language:C 95.7%Language:M4 2.1%Language:Shell 1.1%Language:Roff 0.8%Language:Makefile 0.2%Language:sed 0.0%