Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
e9b2870e
Commit
e9b2870e
authored
Jun 25, 2017
by
Eliot Berriot
Browse files
Fixed a typo in track importing instructions
parent
4f5f3839
Pipeline
#72
passed with stages
in 2 minutes and 45 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
demo/download-tracks.sh
View file @
e9b2870e
...
...
@@ -5,7 +5,6 @@ set -e
echo
"This will download tracks from zip archives listed in
$1
"
LIST_CONTENT
=
$(
cat
$1
)
echo
"
$LIST_CONTENT
"
mkdir
-p
data/music
cd
data/music
...
...
docs/importing-music.rst
View file @
e9b2870e
...
...
@@ -12,7 +12,7 @@ least an ``artist``, ``album`` and ``title`` tag, you can import those tracks as
.. code-block:: bash
docker-compose --rm
run
api python manage.py import_files "/music/**/*.ogg" --recursive --noinput
docker-compose
run
--rm api python manage.py import_files "/music/**/*.ogg" --recursive --noinput
.. note::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment