GMG FAQ

From GNU MediaGoblin Wiki
Revision as of 16:36, 3 October 2014 by Mnalis (talk | contribs) (→‎Is it possible to upload many files at a time?: -- local files, gmg batchaddmedia)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

NOTE: MediaGoblin is in heavy development, so the answers in this FAQ are very likely to be incomplete or obsolete. Please use the documentation, git, mailing list, IRC etc.

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. It might not work now in some way due to API changes.
  • if you have files already on the server, you can use "gmg batchaddmedia" in the local shell to import media in Mediagoblin

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]. The database must be readable (and probably writeable).

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.

Development

Why did you switch from MongoDB to SQL?

There are some notes at