diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..b33367a --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,3 @@ +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. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..2400e98 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,2 @@ +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. \ No newline at end of file diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 72c4a15..7536da5 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,5 +1,7 @@ ### Configuration +At first run, UMS will ask you to create an admin user. This can be disable later on in the settings + Once installed, UMS will create config file in `/home/yunohost.app/ums/.config/UMS/` All settings are pretty well documented directly in the files. @@ -8,9 +10,8 @@ The default setting will use the shared multimedia directory by default (located ### Limitations - No multi-instance + - No User integration with Yunohost - work only on its own subdomain (ums.mydomain.tld, not on mydomain.tld/ums) - - No user management - - Not tested that much ### Other infos diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 8783bbd..894107a 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,5 +1,7 @@ ### Configuration +A la première connexion, UMS vous demandera de créer un user administrateur. Cela peut-être désactivé plus tard dans les réglages. + Une fois installé, tous les réglages peuvent être trouvés dans `/home/yunohost.app/ums/.config/UMS/` Les réglages sont plutôt bien documentés, vous pouvez les changer directement dans le fichier. Le réglage par défaut utilisera le répertoire multimédia 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". @@ -7,8 +9,8 @@ Le réglage par défaut utilisera le répertoire multimédia partagé (situé da ### Limitations - pas de multiinstance + - Pas d'intégration des utilisateurs avec Yunohost - fonctionne uniquement en sous-domaine (ums.mydomain.tld, et non mydomain.tld/ums) - - pas de gestion d'utilisateur - pas énormément testé ### Autres infos diff --git a/doc/screenshots/screenshot.gif b/doc/screenshots/screenshot.gif deleted file mode 100644 index fe56a01..0000000 Binary files a/doc/screenshots/screenshot.gif and /dev/null differ diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..bb81eaa Binary files /dev/null and b/doc/screenshots/screenshot.png differ