From 9bfa53df3d6a35ee14d7003469127dced1b47a8b Mon Sep 17 00:00:00 2001 From: Amos Blanton Date: Thu, 15 Apr 2021 14:30:36 +0200 Subject: [PATCH] Clarify custom paths needed to import collections of music files in Readme. (#134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update readme to indicate custom import path Yunohost installations of Funkwhale use a different path for file imports than those indicated in the Funkwhale documentation.. (/var/www/Funkwhale/import). We should therefore indicate to the admin user what that path is, and steps necessary to use it. Addresses #132. * Fix bash highlighting. * Update README.md Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 410335c..370da1a 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,15 @@ Installation requires a dedicated domain or subdomain. Installing in a subpath i ## Admin The admin uses the login you provided at installation. The password is the same you use for YunoHost. - The admin interface is accessible at the address: `your.domain.fr/api/admin` +To add a collection of music files to a library in your YunoHost installation of Funkwhale, create a symlink to your collection titled "import" in `/var/www/funkwhale` +```console +foo@bar:~$sudo ln -s /your/music/collection /var/www/funkwhale/import +``` +The files can then be added to your library from the *uploading* tab in a music library under the heading **Import music from your server**. + + # State of this package * The following have been tested with this package and work fine: