aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/batchaddmedia.py
Commit message (Collapse)AuthorAgeFilesLines
* The script now officially works! It works in many different situations, whethertilly-Q2014-03-231-19/+111
| | | | | | | | the media is to be uploaded is stored locally or on the web. Still have to clean up the code and look for errors. I may also refactor some of this into a functi- on to be used with a GUI frontend in another project. Lastly, I need to merge this with the metadata branch I've been working on, and convert the metadata.csv information into the proper format for the new metadata column.
* This branch will create a commandline bulk-upload script. So far, I have writtentilly-Q2014-03-231-0/+110
the code to read csv files into a usable dictionary.