From c574efbf8ef6d4eba2c16439095f8df9ab709e8f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 17 Aug 2020 09:31:27 +0200 Subject: [PATCH] fix path --- README.md | 2 +- README_fr.md | 2 +- conf/navidrome.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbf1ecd..be0f0cb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Navidrome is an open source web-based music collection server and streamer. It g ## Configuration -You can configure Navidrome by editing this file `/var/lib/navidrome/navidrome.toml` using the [documentation](https://www.navidrome.org/docs/usage/configuration-options/) +You can configure Navidrome by editing this file `/var/lib/navidrome/navidrome.toml` using the [documentation](https://www.navidrome.org/docs/usage/configuration-options/). The music is to be stored in the folder `/home/yunohost.navidrome/Music`. diff --git a/README_fr.md b/README_fr.md index 5bf633a..d703040 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Navidrome est un serveur et un streamer de collection de musique en ligne open s ## Configuration -Vous pouvez configurer Navidrome en modifiant le fichier `/var/lib/navidrome/navidrome.toml` et en vous aidant de la [documentation](https://www.navidrome.org/docs/usage/configuration-options/) +Vous pouvez configurer Navidrome en modifiant le fichier `/var/lib/navidrome/navidrome.toml` et en vous aidant de la [documentation](https://www.navidrome.org/docs/usage/configuration-options/). La musique est à stocker dans le dossier `/home/yunohost.navidrome/Music`. diff --git a/conf/navidrome.toml b/conf/navidrome.toml index 05aacf2..bb88ff4 100644 --- a/conf/navidrome.toml +++ b/conf/navidrome.toml @@ -1,7 +1,7 @@ LogLevel = "INFO" Address = "127.0.0.1" Port = "__PORT__" -BaseURL = "/__PATH_URL__" +BaseURL = "__PATH_URL__" ScanInterval = "90s" TranscodingCacheSize = "150MiB" MusicFolder = "/home/yunohost.__APP__/Music"