From 9ae12badc8a91c7fc974525f3abd207fee209168 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Fri, 11 Jan 2019 10:31:13 +0100
Subject: [PATCH] Fix #620: documented how to create library ID

---
 docs/importing-music.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/importing-music.rst b/docs/importing-music.rst
index d3335acd32..bbb21c1adc 100644
--- a/docs/importing-music.rst
+++ b/docs/importing-music.rst
@@ -26,6 +26,8 @@ to the ``/music`` directory on the container:
     docker-compose run --rm api python manage.py import_files $LIBRARY_ID "/music/**/*.ogg" --recursive --noinput
 
 .. note::
+    You'll have to create a library in the Web UI before to get your library ID. Simply visit
+    https://yourdomain/content/libraries/ to create one.
 
     Library IDs are available in library urls or sharing link. In this example:
     https://funkwhale.instance/content/libraries/769a2ae3-eb3d-4aff-9f94-2c4d80d5c2d1,
-- 
GitLab