Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
/ minidlna Public archive

Repository containing MiniDLNA with my own patches. See the README for more info.

License

Unknown, Unknown licenses found

Licenses found

Unknown
COPYING
Unknown
LICENCE.miniupnpd
Notifications You must be signed in to change notification settings

xavery/minidlna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an unofficial, abandoned fork

This project is now abandoned : I have since moved to using MPD which suits my usecase much better. The repository will remain readonly for those who find my modifications worthwhile.

This is my own fork which is not supported in any way by the original authors. It contains modifications that I use in my own installation of minidlna, which may be exclusive to my own setup and thus might not work in your case, or you might find them annoying.

No compatibility guarantees (in terms of working with other hardware, or the program's database format) are made. Be prepared to rebuild your DB from scratch or your devices not suddenly working with this particular version.

You are of course by all means welcome to use these sources : if you do, I'll appreciate the feedback. Thanks in advance!

MiniDLNA project
(c) 2009 Justin Maggard
Portions (c) 2006-2007 Thomas Bernard
webpage: http://sourceforge.net/projects/minidlna/

This directory contains the MiniDLNA daemon software.
This software is subject to the conditions detailed in
the LICENCE file provided with this distribution.

Parts of the software including the discovery code are
licensed under the BSD revised license which is detailed
in the LICENSE.miniupnpd file provided with the distribution.
More information on MiniUPnPd can be found at http://miniupnp.free.fr.


The MiniDLNA daemon is an UPnP-A/V and DLNA service which
serves multimedia content to compatible clients on the network.
See http://www.upnp.org/ for more details on UPnP
and http://www.dlna.org/ for mode details on DLNA.

Prerequisites
==================

- libexif
- libjpeg
- libid3tag
- libFLAC
- libvorbis
- libsqlite3
- libavformat (the ffmpeg libraries)


Justin Maggard