# MiniDLNA for YunoHost [![Integration level](https://dash.yunohost.org/integration/minidlna.svg)](https://dash.yunohost.org/appci/app/minidlna) ![Working status](https://ci-apps.yunohost.org/ci/badges/minidlna.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/minidlna.maintain.svg) [![Install MiniDLNA with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=minidlna) *[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install MiniDLNA quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview MiniDLNA is a lightweight [DLNA](https://fr.wikipedia.org/wiki/Digital_Living_Network_Alliance) server. It allows to easily share multimedia files with any compatible devices present on the LAN. MiniDLNA does not have a graphical interface, but does not require any special configuration. ## YunoHost specific features * Use shared Multimedia Directories * Linked to transmission, Nextcloud and all other app which use Multimedia Directories. **Shipped version:** 1.3.0~ynh1 ## Documentation and resources - Official app website: - YunoHost Store: - Report a bug: ## Developer info Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing). To try the `testing` branch, please proceed like that: ```bash sudo yunohost app install https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing --debug or sudo yunohost app upgrade minidlna -u https://github.com/YunoHost-Apps/minidlna_ynh/tree/testing --debug ``` **More info regarding app packaging:**