index
:
mediagoblin.git
master
MediaGoblin is a free software media publishing platform that anyone can run, with Plyr player for default, search and without nodejs
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mediagoblin
/
gmg_commands
/
batchaddmedia.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove remaining imports/calls to six not automatically removed by pyupgrade.
Ben Sturmfels
2021-03-05
1
-7
/
+1
*
Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.
Ben Sturmfels
2021-03-05
1
-3
/
+2
*
Add basic duplicate prevention for batchaddmedia.
Ben Sturmfels
2019-09-18
1
-3
/
+18
*
batchaddmedia: Simplify the Python 2 & 3 unicode handling.
Ben Sturmfels
2019-09-12
1
-59
/
+12
*
Remove unicode literals in batchaddmedia.
Ben Sturmfels
2019-09-12
1
-13
/
+13
*
Fix URL-based importing with batchaddmedia command.
Ben Sturmfels
2019-09-12
1
-2
/
+18
*
Port batchaddmedia command to Python 3
Simen Heggestøyl
2017-10-16
1
-3
/
+9
*
Handle collection in batchaddmedia command
Simen Heggestøyl
2017-10-16
1
-0
/
+2
*
Remove dead code in batchaddmedia.py
Simen Heggestøyl
2017-10-16
1
-4
/
+1
*
Fix #928 - cleanup to avoid duplicated get_upload_file_limits
Loic Dachary
2016-07-25
1
-4
/
+1
*
Collection changes and migration for federation
Jessica Tallon
2015-10-07
1
-1
/
+0
*
Fix some unit tests and bugs
Jessica Tallon
2015-08-24
1
-1
/
+1
*
Change codebase to query or create correct User model
Jessica Tallon
2015-07-31
1
-1
/
+4
*
Change all unicode() calls with six.text_type().
Berker Peksag
2015-06-25
1
-1
/
+2
*
Port "gmg batchaddmedia" command to Python 3.
Berker Peksag
2014-10-02
1
-20
/
+26
*
Used the codecs library to read the csv file in batchaddmedia as unicode.
Natalie Foust-Pilcher
2014-06-21
1
-5
/
+18
*
Adjusted batchaddmedia to make use of more internal nodes. Added to the docs.
tilly-Q
2014-05-13
1
-8
/
+9
*
Removed unused imports.
tilly-Q
2014-05-13
1
-2
/
+1
*
Prepared for input without an 'id' column and made all of the internal nodes
tilly-Q
2014-05-13
1
-7
/
+4
*
Added documentation for the batchaddmedia gmg tool to the mediagoblin docs.
tilly-Q
2014-05-12
1
-3
/
+9
*
Modified the batchaddmedia script so that it only looks for one csv file instead
tilly-Q
2014-05-12
1
-77
/
+46
*
Cleaned up the 'batchaddmedia' command a bit
tilly-Q
2014-05-12
1
-3
/
+11
*
Updating batchaddmedia to use new metadata tools
Christopher Allan Webber
2014-05-07
1
-87
/
+12
*
Removing unused variables
Christopher Allan Webber
2014-05-07
1
-3
/
+0
*
Removing build_json_ld_metadata
Christopher Allan Webber
2014-05-07
1
-16
/
+1
*
The URL format checker now works correctly
Christopher Allan Webber
2014-05-07
1
-33
/
+44
*
In the middle of some major changes
tilly-Q
2014-04-21
1
-5
/
+21
*
Fixed a problem that was causing errors in batch uploading remote files.
tilly-Q
2014-04-21
1
-1
/
+1
*
I had imported requests twice
tilly-Q
2014-04-21
1
-1
/
+0
*
Made it possible to submit media with the metadata provided
tilly-Q
2014-04-21
1
-0
/
+1
*
Added the 'requests' library as a dependency and switched over to using it to
tilly-Q
2014-04-21
1
-5
/
+4
*
Fixed incorrectly coded references to filesystem paths
tilly-Q
2014-04-21
1
-7
/
+3
*
Fixed a bad get of 'dcterms:rights' and am throwing away the idea of an external
tilly-Q
2014-04-21
1
-10
/
+11
*
Wrote more comprehensive error messages.
tilly-Q
2014-04-21
1
-7
/
+21
*
Fixed a minor error in the batch upload script and modified the json-ld context.
tilly-Q
2014-04-21
1
-4
/
+5
*
Fixed up some fatal errors. Is still not ready.
tilly-Q
2014-04-21
1
-22
/
+24
*
Added exception handling into the metadata format checking function.
tilly-Q
2014-04-21
1
-2
/
+18
*
Began work on metadata validation
tilly-Q
2014-04-21
1
-0
/
+33
*
Changed some of the print messages as well as tweaked the order of
tilly-Q
2014-04-21
1
-13
/
+17
*
I made it so the command no longer requires the "Target type" to be provided,
tilly-Q
2014-04-21
1
-22
/
+33
*
Minor change in the wording of argparsing.
tilly-Q
2014-04-21
1
-2
/
+2
*
The script now officially works! It works in many different situations, whether
tilly-Q
2014-04-21
1
-19
/
+111
*
This branch will create a commandline bulk-upload script. So far, I have written
tilly-Q
2014-04-21
1
-0
/
+110