GMG FAQ: Difference between revisions
Jump to navigation
Jump to search
(auth plugin) |
(multiupload update) |
||
Line 1: | Line 1: | ||
== Is it possible to upload many files at a time? == |
== Is it possible to upload many files at a time? == |
||
[…there was at least one script or plug-in for that, based on the API…] |
|||
''As of 2013-09-08:'' |
|||
There is at least one script for that, based on the API, [https://github.com/joar/automgtic automgtic by joar]. |
|||
pythonsnake has made [https://github.com/pythonsnake/MediaDwarf/tree/486_multiupload a branch for multiupload] in his repo. Source: [http://www.reddit.com/r/linux/comments/1lselg/mediagoblin_050_released_with_help_from_opw_and/cc3lgu6] |
|||
== There is an SQL error == |
== There is an SQL error == |
Revision as of 10:58, 8 September 2013
Is it possible to upload many files at a time?
As of 2013-09-08:
There is at least one script for that, based on the API, automgtic by joar.
pythonsnake has made a branch for multiupload in his repo. Source: [1]
There is an SQL error
If you've changed configuration (like enabling a plug-in) or updated the code, you may need to run a dbupdate, please see [2].
Authentication is disabled after an update
Add this to the [plugins] section of mediagoblin_local.ini:
[[mediagoblin.plugins.basic_auth]]
See mediagoblin.ini and [3] for examples of more.