aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/commandline-upload.rst
diff options
context:
space:
mode:
authorSimen Heggestøyl <simenheg@gmail.com>2017-10-15 13:33:36 +0200
committerBoris Bobrov <breton@cynicmansion.ru>2017-10-16 18:22:30 +0300
commit4727ee109ee66c959d3e1bd72b47cc0ff8dd4fdd (patch)
treef3648e32c4e250c900c2f2c52c04e587ce1e2c6d /docs/source/siteadmin/commandline-upload.rst
parent3eadd6705e9ad5ee39042a130d7b3fdd74200d68 (diff)
downloadmediagoblin-4727ee109ee66c959d3e1bd72b47cc0ff8dd4fdd.tar.lz
mediagoblin-4727ee109ee66c959d3e1bd72b47cc0ff8dd4fdd.tar.xz
mediagoblin-4727ee109ee66c959d3e1bd72b47cc0ff8dd4fdd.zip
Handle collection in batchaddmedia command
Make the batchaddmedia command look for a 'collection-slug' column, that for each row may specify the slug of a collection that the media should be added to. This matches the '--collection-slug' argument of the addmedia command.
Diffstat (limited to 'docs/source/siteadmin/commandline-upload.rst')
-rw-r--r--docs/source/siteadmin/commandline-upload.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/siteadmin/commandline-upload.rst b/docs/source/siteadmin/commandline-upload.rst
index 913e7e6c..756f5fa8 100644
--- a/docs/source/siteadmin/commandline-upload.rst
+++ b/docs/source/siteadmin/commandline-upload.rst
@@ -87,6 +87,7 @@ just as easy to provide this information through the correct metadata columns.
- **license** is used to set a license for your piece a media for MediaGoblin's use. This must be a URI.
- **title** will set the title displayed to MediaGoblin users.
- **description** will set a description of your media.
+- **collection-slug** will add the media to a collection, if a collection with the given slug exists.
Metadata columns
----------------