mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
commit
070df37378
4 changed files with 38 additions and 39 deletions
24
README.md
24
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Universal Media Server for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ums)  
|
||||
[](https://dash.yunohost.org/appci/app/ums)  
|
||||
[](https://install-app.yunohost.org/?app=ums)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,13 +17,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
A DLNA, UPnP and HTTP(S) Media Server
|
||||
|
||||
**Shipped version:** 10.20.0
|
||||
|
||||
|
||||
|
||||
**Shipped version:** 10.21.1
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -54,21 +51,22 @@ On small device (Raspberry for example), transco may be requiring too much power
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: www.universalmediaserver.com
|
||||
* Official admin documentation: https://github.com/UniversalMediaServer/UniversalMediaServer/wiki
|
||||
* Upstream app code repository: https://github.com/UniversalMediaServer
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_ums
|
||||
* Report a bug: https://github.com/YunoHost-Apps/ums_ynh/issues
|
||||
* Official app website: <www.universalmediaserver.com>
|
||||
* Official admin documentation: <https://github.com/UniversalMediaServer/UniversalMediaServer/wiki>
|
||||
* Upstream app code repository: <https://github.com/UniversalMediaServer>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_ums>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/ums_ynh/issues>
|
||||
|
||||
## 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:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
30
README_fr.md
30
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Universal Media Server pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ums)  
|
||||
[](https://dash.yunohost.org/appci/app/ums)  
|
||||
[](https://install-app.yunohost.org/?app=ums)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Universal Media Server rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -13,13 +17,10 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Un Serveur Multimedia DLNA, UPnP et HTTP(S)
|
||||
|
||||
**Version incluse :** 10.20.0
|
||||
|
||||
|
||||
|
||||
**Version incluse :** 10.21.1
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -48,21 +49,22 @@ Sur de petits appareils (par exemple un raspberry), la transco peut demander tro
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : www.universalmediaserver.com
|
||||
* Documentation officielle de l'admin : https://github.com/UniversalMediaServer/UniversalMediaServer/wiki
|
||||
* Dépôt de code officiel de l'app : https://github.com/UniversalMediaServer
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_ums
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/ums_ynh/issues
|
||||
* Site officiel de l'app : <www.universalmediaserver.com>
|
||||
* Documentation officielle de l'admin : <https://github.com/UniversalMediaServer/UniversalMediaServer/wiki>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/UniversalMediaServer>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ums>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/ums_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ums_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/ums_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade ums -u https://github.com/YunoHost-Apps/ums_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
"en": "A DLNA, UPnP and HTTP(S) Media Server",
|
||||
"fr": "Un Serveur Multimedia DLNA, UPnP et HTTP(S)"
|
||||
},
|
||||
"version": "10.20.0~ynh1",
|
||||
"version": "10.21.1~ynh1",
|
||||
"url": "www.universalmediaserver.com",
|
||||
"upstream": {
|
||||
"version": "10.20.0",
|
||||
"version": "10.21.1",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"website": "www.universalmediaserver.com",
|
||||
"admindoc": "https://github.com/UniversalMediaServer/UniversalMediaServer/wiki",
|
||||
|
|
|
@ -9,29 +9,28 @@ pkg_dependencies="mediainfo dcraw p7zip"
|
|||
|
||||
mach=`uname -m`
|
||||
|
||||
sha256_arm64=89b662b321ea30d69bc67d603f807f1cac3ad96b34efdf76928e42822d4c1d6a
|
||||
sha256_armel=5cf3522442459aaef80deed1a40e673179ec59936ad3c16901d9a29d430342d4
|
||||
sha256_armhf=632de1a4a54ef1a88a2a45d38212f7463e95cd6185a709e047103ceea70d0bf7
|
||||
sha256_x86_64=55be296603b94a26c35906cba005509448b367a4bbe182d90958b5f14f088906
|
||||
sha256_x86=29231aa88d3789f58c5274e578d1ea0e16ea930ca61ca3f056c18615d4d7c6c3
|
||||
sha256_arm64=23b1bb23118cf0128c752c4e19afb2ad7f3a3830d24b4755f5fb8ebcf42e5c0d
|
||||
sha256_armel=0785e8a3e3078a3956cf05b1f41b3f63e57df2e840f4e9a0af929e688cef0244
|
||||
sha256_armhf=031ca6ac177212abd91b2cf8de39a6c09804935e0c775392ea78271023d770ab
|
||||
sha256_x86_64=b6238039647660c23f3376c6524167fc845c4ca5ad5a5c13b21259ac7c96af20
|
||||
sha256_x86=27e9d29297b3fb54e0c5db26f42e8dba218f38c8ee8eaa661db5d490a0fc2081
|
||||
|
||||
case "$mach" in
|
||||
"armv6l" ) mach="armel"
|
||||
sha256=$sha256_armel
|
||||
#for some reason, jre is not in the tarball
|
||||
pkg_dependencies="$pkg_dependencies openjdk-8-jre" ;;
|
||||
pkg_dependencies="$pkg_dependencies openjdk-11-jre" ;;
|
||||
"armv7l" ) if [ $(dpkg --print-architecture) = "armhf" ]; then
|
||||
mach="armhf"
|
||||
sha256=$sha256_armhf
|
||||
pkg_dependencies="$pkg_dependencies openjdk-8-jre"
|
||||
else
|
||||
mach="armel"
|
||||
sha256=$sha256_armel
|
||||
pkg_dependencies="$pkg_dependencies openjdk-8-jre"
|
||||
fi ;;
|
||||
fi
|
||||
pkg_dependencies="$pkg_dependencies openjdk-11-jre";;
|
||||
"armv8l" ) mach="arm64"
|
||||
sha256=$sha256_arm64
|
||||
pkg_dependencies="$pkg_dependencies openjdk-8-jre" ;;
|
||||
pkg_dependencies="$pkg_dependencies openjdk-11-jre" ;;
|
||||
"aarch64" ) mach="arm64"
|
||||
sha256=$sha256_arm64
|
||||
pkg_dependencies="$pkg_dependencies openjdk-11-jre" ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue