From 21b587e2f61223db99f049d00e434f79dbd02c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:30:37 +0200 Subject: [PATCH 01/15] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7574763..757df9c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ Not relevant. * x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/minidlna%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/minidlna/) * ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/minidlna%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/minidlna/) -* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/minidlna%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/minidlna/) ## Limitations From cb5e9b45648f683f99a28999ed497d719e252428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:30:55 +0200 Subject: [PATCH 02/15] Update README_fr.md --- README_fr.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 34ae5a3..2d4dbae 100644 --- a/README_fr.md +++ b/README_fr.md @@ -41,7 +41,6 @@ Non applicable. * x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/minidlna%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/minidlna/) * ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/minidlna%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/minidlna/) -* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/minidlna%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/minidlna/) ## Limitations From cad803dc0468ad05e08db0cccb03e909721d17cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:31:05 +0200 Subject: [PATCH 03/15] Update app_minidlna_fr.md --- app_minidlna_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_minidlna_fr.md b/app_minidlna_fr.md index aa04874..8785279 100644 --- a/app_minidlna_fr.md +++ b/app_minidlna_fr.md @@ -11,7 +11,7 @@ Minidlna partage le dossier /home/yunohost.multimedia/share, qui est commun à c Si [transmission](https://github.com/YunoHost-Apps/transmission_ynh) est installé, les médias téléchargés seront disponible en dlna. -### Comment consulter et lire les fichiers multimédias partagés par minidlna? +### Comment consulter et lire les fichiers multimédias partagés par MiniDLNA? Pour voir et lire les fichiers multimédias, il suffit de disposer d'un client compatible DLNA/UPNP. La majorité des décodeurs TV fourni par les FAI sont compatible DLNA, il suffit de chercher les sources de médias externe. From c472a807b20971cee76272d937b177773a1378bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:31:21 +0200 Subject: [PATCH 04/15] Update scripts/actions/install_backports --- scripts/actions/install_backports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions/install_backports b/scripts/actions/install_backports index bfaabd1..5bab82e 100755 --- a/scripts/actions/install_backports +++ b/scripts/actions/install_backports @@ -33,7 +33,7 @@ fi #================================================= # RE-INSTALL MINIDLNA FROM BACKPORTS #================================================= -ynh_script_progression --message="Re-installing minidlna from backports..." --weight=9 +ynh_script_progression --message="Re-installing MiniDLNA from backports..." --weight=9 # Remove the current version of minidlna ynh_package_remove minidlna From 902c9e1bf1dfd78050021f71acbbd0d49c2dad7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:31:33 +0200 Subject: [PATCH 05/15] Update scripts/actions/install_standard --- scripts/actions/install_standard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/actions/install_standard b/scripts/actions/install_standard index ddaca6e..76f34e6 100755 --- a/scripts/actions/install_standard +++ b/scripts/actions/install_standard @@ -31,7 +31,7 @@ fi #================================================= # RE-INSTALL MINIDLNA FROM STABLE #================================================= -ynh_script_progression --message="Re-installing minidlna from stable..." --weight=9 +ynh_script_progression --message="Re-installing MiniDLNA from stable..." --weight=9 # Remove the current version of minidlna ynh_package_remove minidlna From 64c9b62b5604ba2fa691c1620a6d39fd278432ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:31:49 +0200 Subject: [PATCH 06/15] Update scripts/backup --- scripts/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup b/scripts/backup index 0a22646..628da6c 100644 --- a/scripts/backup +++ b/scripts/backup @@ -47,7 +47,7 @@ ynh_backup --src_path="/etc/sysctl.d/90-inotify_minidlna.conf" #================================================= # BACKUP OF MINIDLNA CONFIGURATION #================================================= -ynh_script_progression --message="Backing up minidlna configuration..." +ynh_script_progression --message="Backing up MiniDLNA configuration..." ynh_backup --src_path="/etc/minidlna.conf" From cf5110432be654fdec11924d08908cd9db555009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:32:05 +0200 Subject: [PATCH 07/15] Update app_minidlna_fr.md --- app_minidlna_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_minidlna_fr.md b/app_minidlna_fr.md index 8785279..5192161 100644 --- a/app_minidlna_fr.md +++ b/app_minidlna_fr.md @@ -6,7 +6,7 @@ Il permet de partager très simplement les fichiers multimédias avec tout les a Minidlna ne dispose pas d'une interface graphique, mais ne nécessite pas de configuration particulière. ### Quels fichiers multimédias sont partagés? -Minidlna partage le dossier /home/yunohost.multimedia/share, qui est commun à chaque utilisateur dans le dossier /home/$USER/Multimedia/Share. +MiniDLNA partage le dossier `/home/yunohost.multimedia/share`, qui est commun à chaque utilisateur dans le dossier `/home/$USER/Multimedia/Share`. [Plus d'informations sur les dossiers multimedia ici.](https://github.com/YunoHost-Apps/yunohost.multimedia) Si [transmission](https://github.com/YunoHost-Apps/transmission_ynh) est installé, les médias téléchargés seront disponible en dlna. From 45ffbce1c2c574aadd7034ae564133672d82e620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:32:15 +0200 Subject: [PATCH 08/15] Update app_minidlna.md --- app_minidlna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_minidlna.md b/app_minidlna.md index ad8f366..b574cd3 100644 --- a/app_minidlna.md +++ b/app_minidlna.md @@ -19,7 +19,7 @@ This is also true for the latest generation game consoles connected to internet. Some TV and blu-ray player are also DLNA compatible. -In any case, it is generally sufficient to seek external sources, USB etc, to find the DLNA server, displayed under the name **Yunohost DLNA**. +In any case, it is generally sufficient to seek external sources, USB etc., to find the DLNA server, displayed under the name **YunoHost DLNA**. There are a multitude of DLNA client for all platforms, including the following [not exhaustive list](https://en.wikipedia.org/wiki/List_of_UPnP_AV_media_servers_and_clients#UPnP_AV_clients). In general, a DLNA client does not require any special configuration to access the media sharing. From 36fbb1defdd999cb2fb9c4ca48a236783c728f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:32:27 +0200 Subject: [PATCH 09/15] Update app_minidlna.md --- app_minidlna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_minidlna.md b/app_minidlna.md index b574cd3..17a13a1 100644 --- a/app_minidlna.md +++ b/app_minidlna.md @@ -11,7 +11,7 @@ Minidlna is sharing the folder /home/yunohost.multimedia/share, which is common If [transmission](https://github.com/YunoHost-Apps/transmission_ynh) is installed, the downloaded media will be available in dlna. -### How to view and play media files shared by minidlna? +### How to view and play media files shared by MiniDLNA? To view and play media files, all you need is a compatible client DLNA/UPNP. The majority of set-top boxes provided by ISPs are DLNA compatible, simply look for sources of external media. From 50a8364e98847654912d6060a8fe74cb373032cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:32:40 +0200 Subject: [PATCH 10/15] Update app_minidlna.md --- app_minidlna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_minidlna.md b/app_minidlna.md index 17a13a1..b503aec 100644 --- a/app_minidlna.md +++ b/app_minidlna.md @@ -9,7 +9,7 @@ Minidlna does not have a graphical interface, but does not require any special c Minidlna is sharing the folder /home/yunohost.multimedia/share, which is common to each user in /home/$USER/Multimedia/Share. [More information about multimedia files here.](https://github.com/YunoHost-Apps/yunohost.multimedia) -If [transmission](https://github.com/YunoHost-Apps/transmission_ynh) is installed, the downloaded media will be available in dlna. +If [Transmission](https://github.com/YunoHost-Apps/transmission_ynh) is installed, the downloaded media will be available in DLNA. ### How to view and play media files shared by MiniDLNA? To view and play media files, all you need is a compatible client DLNA/UPNP. From 649cae4c4c58607cd296a3d7fed874021db2c33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:32:49 +0200 Subject: [PATCH 11/15] Update app_minidlna.md --- app_minidlna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_minidlna.md b/app_minidlna.md index b503aec..b7515af 100644 --- a/app_minidlna.md +++ b/app_minidlna.md @@ -6,7 +6,7 @@ It allows to easily share multimedia files with any compatible devices present o Minidlna does not have a graphical interface, but does not require any special configuration. ### What multimedia files are shared? -Minidlna is sharing the folder /home/yunohost.multimedia/share, which is common to each user in /home/$USER/Multimedia/Share. +MiniDLNA is sharing the folder `/home/yunohost.multimedia/share`, which is common to each user in `/home/$USER/Multimedia/Share`. [More information about multimedia files here.](https://github.com/YunoHost-Apps/yunohost.multimedia) If [Transmission](https://github.com/YunoHost-Apps/transmission_ynh) is installed, the downloaded media will be available in DLNA. From cb154470a6274a615e6dadc72b76ce592befa1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:33:02 +0200 Subject: [PATCH 12/15] Update app_minidlna.md --- app_minidlna.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_minidlna.md b/app_minidlna.md index b7515af..0f13211 100644 --- a/app_minidlna.md +++ b/app_minidlna.md @@ -3,7 +3,7 @@ Minidlna is a lightweight [dlna](https://fr.wikipedia.org/wiki/Digital_Living_Network_Alliance) server. It allows to easily share multimedia files with any compatible devices present on the LAN. -Minidlna does not have a graphical interface, but does not require any special configuration. +MiniDLNA does not have a graphical interface, but does not require any special configuration. ### What multimedia files are shared? MiniDLNA is sharing the folder `/home/yunohost.multimedia/share`, which is common to each user in `/home/$USER/Multimedia/Share`. From 0b3a195a755ae091cf243edbec80c4824d9fecd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:33:15 +0200 Subject: [PATCH 13/15] Update scripts/install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2ebc3c6..ffbe857 100644 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ ynh_multimedia_build_main_dir #================================================= # INSTALL MINIDLNA #================================================= -ynh_script_progression --message="Installing minidlna..." --weight=45 +ynh_script_progression --message="Installing MiniDLNA..." --weight=45 if [ ${version:0:1} = "B" ] then From 57a619bae39a7f099ecb7990bddf3a344ad018b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:33:28 +0200 Subject: [PATCH 14/15] Update scripts/restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 73f8ad3..4649c1d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -47,7 +47,7 @@ ynh_multimedia_build_main_dir #================================================= # INSTALL MINIDLNA #================================================= -ynh_script_progression --message="Installing minidlna" --weight=45 +ynh_script_progression --message="Installing MiniDLNA" --weight=45 if [ ${version:0:1} = "B" ] then From 8c52c44bc09111b9e4983a7c482f66728461ed93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 4 Oct 2020 10:33:46 +0200 Subject: [PATCH 15/15] Update scripts/remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 153301e..b82ecd1 100755 --- a/scripts/remove +++ b/scripts/remove @@ -67,4 +67,4 @@ fi # END OF SCRIPT #================================================= -ynh_script_progression --message="Removal of $app completed" --last +ynh_script_progression --message="Removal of MiniDLNA completed" --last