Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/ums_ynh
UniversalMediaServer : A DLNA, UPnP and HTTP(S) Media Server packaged for YunoHost
https://github.com/yunohost-apps/ums_ynh
ums yunohost yunohost-apps
Last synced: about 2 months ago
JSON representation
UniversalMediaServer : A DLNA, UPnP and HTTP(S) Media Server packaged for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/ums_ynh
- Owner: YunoHost-Apps
- License: gpl-2.0
- Created: 2021-04-06T18:37:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T23:02:12.000Z (about 2 months ago)
- Last Synced: 2024-11-08T00:17:25.429Z (about 2 months ago)
- Topics: ums, yunohost, yunohost-apps
- Language: Shell
- Homepage:
- Size: 8.77 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Universal Media Server for YunoHost
[![Integration level](https://dash.yunohost.org/integration/ums.svg)](https://ci-apps.yunohost.org/ci/apps/ums/) ![Working status](https://ci-apps.yunohost.org/ci/badges/ums.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ums.maintain.svg)
[![Install Universal Media Server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ums)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Universal Media Server 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
Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices.
The program streams or transcodes many different media formats with little or no configuration. It is powered by FFmpeg, MediaInfo, OpenSubtitles, Crowdin, MEncoder, tsMuxeR, AviSynth, VLC and more, which combine to offer support for a wide range of media formats.**Shipped version:** 14.6.0~ynh1
## Screenshots
![Screenshot of Universal Media Server](./doc/screenshots/screenshot.png)
## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/ums_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/ums_ynh/tree/testing --debug
or
sudo yunohost app upgrade ums -u https://github.com/YunoHost-Apps/ums_ynh/tree/testing --debug
```**More info regarding app packaging:**