1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00

Merge pull request #79 from YunoHost-Apps/testing

Add new transcoder to package
This commit is contained in:
Krakinou 2023-08-20 23:07:53 +02:00 committed by GitHub
commit 22548460ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 9 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
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:** 13.5.0~ynh2
**Shipped version:** 13.5.0~ynh3
## Screenshots

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Universal Media Server est un serveur multimédia UPnP compatible DLNA. Il peut partager des vidéos, de l'audio et des images avec la pluparts des équipements modernes.
Le programme stream ou transcode de nombreux formats média différents avec peu ou pas de configuration. Il utilise par FFmpeg, MediaInfo, OpenSubtitles, Crowdin, MEncoder, tsMuxeR, AviSynth, VLC et d'autres, qui se combinent pour offrir une grande variété de formats.
**Version incluse :** 13.5.0~ynh2
**Version incluse :** 13.5.0~ynh3
## Captures décran

View file

@ -0,0 +1 @@
This new package version brings new transcoders in the dependencies : vlc, mencoder & mplayer.

View file

@ -5,7 +5,7 @@ name = "Universal Media Server"
description.en = "A DLNA, UPnP and HTTP(S) Media Server"
description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)"
version = "13.5.0~ynh2"
version = "13.5.0~ynh3"
maintainers = ["Krakinou"]
@ -21,7 +21,7 @@ architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "270M"
disk = "1G"
ram.build = "350M"
ram.runtime = "350M"
@ -67,10 +67,10 @@ ram.runtime = "350M"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "*-arm64.tgz"
autoupdate.asset.amd64 = "*-x86_64.tgz"
autoupdate.asset.armhf = "*-armhf.tgz"
autoupdate.asset.i386 = "*-x86.tgz"
autoupdate.asset.arm64 = ".*-arm64.tgz"
autoupdate.asset.amd64 = ".*-x86_64.tgz"
autoupdate.asset.armhf = ".*-armhf.tgz"
autoupdate.asset.i386 = ".*-x86.tgz"
[resources.ports]
main.default = 9001
@ -90,4 +90,4 @@ ram.runtime = "350M"
main.auth_header=false
[resources.apt]
packages = "mediainfo dcraw"
packages = "mediainfo dcraw mencoder mplayer vlc"