mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
Auto-update README
This commit is contained in:
parent
b9d984fd7c
commit
d56998212e
2 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ 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.17.0
|
||||
**Shipped version:** 10.18.0
|
||||
|
||||
|
||||
|
||||
|
@ -29,10 +29,10 @@ A DLNA, UPnP and HTTP(S) Media Server
|
|||
|
||||
### Configuration
|
||||
|
||||
Once installed, UMS will create config file in `/home/ums/.config/UMS/`
|
||||
Once installed, UMS will create config file in `/home/yunohost.app/ums/.config/UMS/`
|
||||
|
||||
All settings are pretty well documented directly in the files.
|
||||
The default setting will use the shared multimedia directory by default (located into `/home/yunohost.multimedia/share`), you may change this setting in `/home/ums/.config/UMS/UMS.conf` with the setting "folders"
|
||||
The default setting will use the shared multimedia directory by default (located into `/home/yunohost.multimedia/share`), you may change this setting in `/home/yunohost.app/ums/.config/UMS/UMS.conf` with the setting "folders"
|
||||
|
||||
### Limitations
|
||||
|
||||
|
@ -47,7 +47,7 @@ If you can't find the server on a renderer, you may try the following trouble sh
|
|||
- Wait a little bit : the first start up will intialized the database and if you have a lot of media, this may take a while
|
||||
- Wait a little more : the server will broadcast an ALIVE message every 30 sec, so it may take this long for a renderer to find it
|
||||
- check if the service ums is running in the yunohost admin
|
||||
- check on which network interface the server is annoucing : You may find the network and address used in `/home/ums/.config/UMS/debug.log` or `/var/log/ums/ums.log`. Search for a line like `Using address /192.168.0.54 found on network interface: name:enp0s3 (enp0s3)`
|
||||
- check on which network interface the server is annoucing : You may find the network and address used in `/home/yunohost.app/ums/.config/UMS/debug.log` or `/var/log/ums/ums.log`. Search for a line like `Using address /192.168.0.54 found on network interface: name:enp0s3 (enp0s3)`
|
||||
The subnet to be used should be the same as your renderer (ie : if your TV is on 192.168.0.X and ums on 192.168.1.X, this will not work)
|
||||
|
||||
On small device (Raspberry for example), transco may be requiring too much power : try some alternate transcoder.
|
||||
|
|
10
README_fr.md
10
README_fr.md
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Un Serveur Multimedia DLNA, UPnP et HTTP(S)
|
||||
|
||||
**Version incluse :** 10.17.0
|
||||
**Version incluse :** 10.18.0
|
||||
|
||||
|
||||
|
||||
|
@ -25,16 +25,16 @@ Un Serveur Multimedia DLNA, UPnP et HTTP(S)
|
|||
|
||||
### Configuration
|
||||
|
||||
Une fois installé, tous les réglages peuvent etre trouver dans `/ums/.config/UMS/`
|
||||
Une fois installé, tous les réglages peuvent etre trouver dans `/home/yunohost.app/ums/.config/UMS/`
|
||||
Les réglages sont plutot bien documentés, vous pouvez les changer directement dans le fichier.
|
||||
Le réglage par défaut utilisera le répertoire multimedia partagé (situé dans `/home/yunohost.multimedia/share`). Vous pouvez changer ce réglage dans le fichier `/home/ums/.config/UMS/UMS.conf` sur le réglage "folders".
|
||||
Le réglage par défaut utilisera le répertoire multimedia partagé (situé dans `/home/yunohost.multimedia/share`). Vous pouvez changer ce réglage dans le fichier `/home/yunohost.app/ums/.config/UMS/UMS.conf` sur le réglage "folders".
|
||||
|
||||
### Limitations
|
||||
|
||||
- pas de multiinstance
|
||||
- fonctionne uniquement en sous-domaine (ums.mydomain.tld, et non mydomain.tld/ums)
|
||||
- pas de gestion d'utilisateur
|
||||
- Pas énormément testée
|
||||
- Pas énormément testé
|
||||
|
||||
### Other infos
|
||||
|
||||
|
@ -42,7 +42,7 @@ Si vous ne trouvez pas le serveur sur vos renderer, vous pouvez essayer les truc
|
|||
- Attendez un petit peu : lors du premier démarrage, UMS va indexer tous vos médias et ceci peut prendre un certain temps si vous en avez beaucoup
|
||||
- Attendez encore un peu : le serveur s'annonce par un message ALIVE toutes les 30 sec, donc cela peut prendre tout ce temps avant qu'un renderer ne le trouve
|
||||
- Vérifiez bien que le service ums tourne dans l'interface d'administration de yunohost
|
||||
- Vérifiez sur quel interface réseau ums s'annonce. Vous pouvez trouver l'adresse utilisée et le réseau dans `/home/ums/.config/UMS/debug.log` ou `/var/log/ums/ums.log`. Cherchez une ligne ressemblant à `Using address /192.168.0.54 found on network interface: name:enp0s3 (enp0s3)`. Le sous-réseau utilisé doit être le même que le renderer (ie : si votre TV est sur 192.168.0.X et ums sur 192.168.1.X, cela ne marchera pas)
|
||||
- Vérifiez sur quel interface réseau ums s'annonce. Vous pouvez trouver l'adresse utilisée et le réseau dans `/home/yunohost.app/ums/.config/UMS/debug.log` ou `/var/log/ums/ums.log`. Cherchez une ligne ressemblant à `Using address /192.168.0.54 found on network interface: name:enp0s3 (enp0s3)`. Le sous-réseau utilisé doit être le même que le renderer (ie : si votre TV est sur 192.168.0.X et ums sur 192.168.1.X, cela ne marchera pas)
|
||||
|
||||
Sur de petits appareils (par exemple un raspberry), la transco peut demander trop de puissance, n'hésiter par à utiliser des transcodeur alternatifs.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue