<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mediagoblin.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stoppoker</id>
	<title>GNU MediaGoblin Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mediagoblin.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Stoppoker"/>
	<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/Special:Contributions/Stoppoker"/>
	<updated>2026-04-21T08:14:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=GMG_FAQ&amp;diff=1478</id>
		<title>GMG FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=GMG_FAQ&amp;diff=1478"/>
		<updated>2014-02-07T16:38:36Z</updated>

		<summary type="html">&lt;p&gt;Stoppoker: /* Is it possible to upload many files at a time? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE:&#039;&#039;&#039; 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 &#039;&#039;etc&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Is it possible to upload many files at a time? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;As of 2013-09-08:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* There is at least one script for that, based on the API, [https://github.com/joar/automgtic automgtic by joar]. It might not work now in some way due to API changes.&lt;br /&gt;
&lt;br /&gt;
* There is experimental support for a [http://piwigo.org/ Piwigo] compatible API, usable with [http://yorba.org/shotwell/ Shotwell]; see &amp;quot;[http://saz.im/blog/shotwell-mg.html Using Shotwell with Mediagoblin]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
&lt;br /&gt;
== There is an SQL error ==&lt;br /&gt;
If you&#039;ve changed configuration (like enabling a plug-in) or updated the code, you may need to run a dbupdate, please see [http://docs.mediagoblin.org/siteadmin/deploying.html#install-mediagoblin-and-virtualenv]. The database must be readable (and probably writeable).&lt;br /&gt;
&lt;br /&gt;
== Authentication is disabled after an update ==&lt;br /&gt;
&lt;br /&gt;
Add this to the [plugins] section of mediagoblin_local.ini:&lt;br /&gt;
&amp;lt;pre&amp;gt;[[mediagoblin.plugins.basic_auth]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See mediagoblin.ini and [http://lists.mediagoblin.org/pipermail/devel/2013-July/000610.html] for examples of more.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
=== Why did you [http://issues.mediagoblin.org/ticket/557 switch] from MongoDB to SQL? ===&lt;br /&gt;
There are some notes at&lt;br /&gt;
* [[Scaling Down]]&lt;br /&gt;
* [[SQL Database Backend]]&lt;/div&gt;</summary>
		<author><name>Stoppoker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=GMG_FAQ&amp;diff=1477</id>
		<title>GMG FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=GMG_FAQ&amp;diff=1477"/>
		<updated>2014-02-06T20:20:24Z</updated>

		<summary type="html">&lt;p&gt;Stoppoker: /* Is it possible to upload many files at a time? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE:&#039;&#039;&#039; 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 &#039;&#039;etc&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Is it possible to upload many files at a time? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;As of 2013-09-08:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* There is at least one script for that, based on the API, [https://github.com/joar/automgtic automgtic by joar]. It might not work now in some way due to API changes.&lt;br /&gt;
&lt;br /&gt;
* There is experimental support for a [http://piwigo.org/ Piwigo] compatible API, usable with [http://yorba.org/shotwell/ Shotwell]; see &amp;quot;[http://saz.im/blog/shotwell-mg.html Using Shotwell with Mediagoblin]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I can&#039;t no more files upload, and nowhere it&#039;s been explained, I&#039;m a beginner of this technic monster!--[[User:Stoppoker|Stoppoker]] ([[User talk:Stoppoker|talk]]) 15:20, 6 February 2014 (EST)&lt;br /&gt;
&lt;br /&gt;
== There is an SQL error ==&lt;br /&gt;
If you&#039;ve changed configuration (like enabling a plug-in) or updated the code, you may need to run a dbupdate, please see [http://docs.mediagoblin.org/siteadmin/deploying.html#install-mediagoblin-and-virtualenv]. The database must be readable (and probably writeable).&lt;br /&gt;
&lt;br /&gt;
== Authentication is disabled after an update ==&lt;br /&gt;
&lt;br /&gt;
Add this to the [plugins] section of mediagoblin_local.ini:&lt;br /&gt;
&amp;lt;pre&amp;gt;[[mediagoblin.plugins.basic_auth]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See mediagoblin.ini and [http://lists.mediagoblin.org/pipermail/devel/2013-July/000610.html] for examples of more.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
=== Why did you [http://issues.mediagoblin.org/ticket/557 switch] from MongoDB to SQL? ===&lt;br /&gt;
There are some notes at&lt;br /&gt;
* [[Scaling Down]]&lt;br /&gt;
* [[SQL Database Backend]]&lt;/div&gt;</summary>
		<author><name>Stoppoker</name></author>
	</entry>
	<entry>
		<id>https://wiki.mediagoblin.org/index.php?title=GMG_FAQ&amp;diff=1476</id>
		<title>GMG FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.mediagoblin.org/index.php?title=GMG_FAQ&amp;diff=1476"/>
		<updated>2014-02-06T20:06:29Z</updated>

		<summary type="html">&lt;p&gt;Stoppoker: /* Is it possible to upload many files at a time? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NOTE:&#039;&#039;&#039; 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 &#039;&#039;etc&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Is it possible to upload many files at a time? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;As of 2013-09-08:&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* There is at least one script for that, based on the API, [https://github.com/joar/automgtic automgtic by joar]. It might not work now in some way due to API changes.&lt;br /&gt;
&lt;br /&gt;
* There is experimental support for a [http://piwigo.org/ Piwigo] compatible API, usable with [http://yorba.org/shotwell/ Shotwell]; see &amp;quot;[http://saz.im/blog/shotwell-mg.html Using Shotwell with Mediagoblin]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 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]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I can&#039;t no more files upload, and nowhere it&#039;s been explained, I&#039;m a beginner of this technic monster!&lt;br /&gt;
&lt;br /&gt;
== There is an SQL error ==&lt;br /&gt;
If you&#039;ve changed configuration (like enabling a plug-in) or updated the code, you may need to run a dbupdate, please see [http://docs.mediagoblin.org/siteadmin/deploying.html#install-mediagoblin-and-virtualenv]. The database must be readable (and probably writeable).&lt;br /&gt;
&lt;br /&gt;
== Authentication is disabled after an update ==&lt;br /&gt;
&lt;br /&gt;
Add this to the [plugins] section of mediagoblin_local.ini:&lt;br /&gt;
&amp;lt;pre&amp;gt;[[mediagoblin.plugins.basic_auth]]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See mediagoblin.ini and [http://lists.mediagoblin.org/pipermail/devel/2013-July/000610.html] for examples of more.&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
=== Why did you [http://issues.mediagoblin.org/ticket/557 switch] from MongoDB to SQL? ===&lt;br /&gt;
There are some notes at&lt;br /&gt;
* [[Scaling Down]]&lt;br /&gt;
* [[SQL Database Backend]]&lt;/div&gt;</summary>
		<author><name>Stoppoker</name></author>
	</entry>
</feed>