mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
commit
dc95bf325d
3 changed files with 11 additions and 11 deletions
|
@ -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.
|
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.
|
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.8.0~ynh2
|
**Shipped version:** 13.8.1~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez 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.
|
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.
|
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.8.0~ynh2
|
**Version incluse :** 13.8.1~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Universal Media Server"
|
||||||
description.en = "A DLNA, UPnP and HTTP(S) Media Server"
|
description.en = "A DLNA, UPnP and HTTP(S) Media Server"
|
||||||
description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)"
|
description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)"
|
||||||
|
|
||||||
version = "13.8.0~ynh2"
|
version = "13.8.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["Krakinou"]
|
maintainers = ["Krakinou"]
|
||||||
|
|
||||||
|
@ -56,14 +56,14 @@ ram.runtime = "350M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.0/UMS-13.8.0-arm64.tgz"
|
arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.1/UMS-13.8.1-arm64.tgz"
|
||||||
arm64.sha256 = "66c07d385f1b1e7d0f9f06097216268b9cd6ded7df37ccb502cbe75bad7ba4b5"
|
arm64.sha256 = "545d5a7ca186f6d2414f659a2314b7f726f281c0c4620772f203d7c78a6c4016"
|
||||||
amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.0/UMS-13.8.0-x86_64.tgz"
|
amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.1/UMS-13.8.1-x86_64.tgz"
|
||||||
amd64.sha256 = "214dda41f1c5d41df3cc11b4f9a29f6adbe61e4e9e643e8e1b92dcca307eeeb0"
|
amd64.sha256 = "ed61ef9d71e3032438a46ccd2822ae8fa163cab2312a337247f10b0a7395d9a7"
|
||||||
armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.0/UMS-13.8.0-armhf.tgz"
|
armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.1/UMS-13.8.1-armhf.tgz"
|
||||||
armhf.sha256 = "b9dce551ae83c5c15cb0635880b6d1e7ab104f21ce08114e081be63230f2cea7"
|
armhf.sha256 = "19b790cecb0a472fd031ef4455ec8d4c5f2d52e1d72693ca060ecfd174a153ef"
|
||||||
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.0/UMS-13.8.0-x86.tgz"
|
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.1/UMS-13.8.1-x86.tgz"
|
||||||
i386.sha256 = "825eca1211c96d49147bbd1613e24e3b0a94a545403d41428f17cba3cfe71c22"
|
i386.sha256 = "3d0d8a11b1b7888e7f4ad6efa16131b27251baca102ea5dcc03525e1e6fce8cc"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue