https://github.com/yunohost-apps/minidlna_ynh
MiniDLNA (ReadyMedia) package for YunoHost
https://github.com/yunohost-apps/minidlna_ynh
minidlna yunohost yunohost-apps
Last synced: about 1 month ago
JSON representation
MiniDLNA (ReadyMedia) package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/minidlna_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2016-02-27T21:56:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T11:33:55.000Z (12 months ago)
- Last Synced: 2025-04-23T15:13:40.446Z (about 1 month ago)
- Topics: minidlna, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 194 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniDLNA for YunoHost
[](https://dash.yunohost.org/appci/app/minidlna)  
[](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:**