From: Andrew Browning Date: Sun, 8 Oct 2017 20:19:16 +0000 (-0400) Subject: Update batchaddmedia csv description docs [5458] X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=92cdb1de906ffc0b629f8217e8099c786c0940bc;p=mediagoblin.git Update batchaddmedia csv description docs [5458] Commit c0ea2bad changed the expected location column header of csv files used by the batchaddmedia command from 'media:location' to 'location'. This change updates the docs to match. --- diff --git a/docs/source/siteadmin/commandline-upload.rst b/docs/source/siteadmin/commandline-upload.rst index 69098312..dc83ed28 100644 --- a/docs/source/siteadmin/commandline-upload.rst +++ b/docs/source/siteadmin/commandline-upload.rst @@ -57,7 +57,7 @@ it is a bit more complex. This is an example of what a script may look like. The important part here is that you have to create the 'metadata.csv' file.:: - media:location,dcterms:title,dcterms:creator,dcterms:type + location,dcterms:title,dcterms:creator,dcterms:type "http://www.example.net/path/to/nap.png","Goblin taking a nap",,"Image" "http://www.example.net/path/to/snore.ogg","Goblin Snoring","Me","Audio"