<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://blog.cihar.com/styles/feed.css"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/">
<channel>
<title>Photo uploader</title>
<link>http://blog.cihar.com/archives/photo_uploader/</link>
<description>Random thoughts about everything…</description>
<dc:language>en-us</dc:language>
<dc:creator>Michal Čihař</dc:creator>
<dc:date>2008-03-21T12:18:23+01:00</dc:date>
<admin:generatorAgent rdf:resource="http://nanoblogger.sourceforge.net" />
<item>
<link>http://blog.cihar.com/archives/2008/03/21/photo_uploader_0_6/</link>
<title>Photo uploader 0.6</title>
<dc:date>2008-03-21T12:17:46+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Photo uploader, Coding</dc:subject>
<description>
<![CDATA[<p>Even though I don't feel really good due to personal life, I decided to
relelase <a href="http://cihar.com/software/photo-uploader/">Photo uploader</a> 0.6. If you don't know this tool yet, it is
helper to upload photos (or images) over net. It was created when I
became too lazy to upload hundreds of photos to digilab, but generally
it can support any service which allows you uploading of whatever using
HTML forms.</p>

<p>News in this release:</p>

<ul>
<li>Added support for iTesco.cz.</li>
</ul>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2007/12/11/photo_uploader_0_5/</link>
<title>Photo uploader 0.5</title>
<dc:date>2007-12-11T12:53:24+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Photo uploader, Coding</dc:subject>
<description>
<![CDATA[<p>Good news everyone, new version of <a href="http://cihar.com/software/photo-uploader/">Photo uploader</a> has been just
released. If you don't know this tool yet, it is helper to upload photos (or
images) over net. It was created when I became too lazy to upload
hundreds of photos to digilab, but generally it can support any service
which allows you uploading of whatever using HTML forms.</p>

<p>News in this release:</p>

<ul>
<li>Added generic helper for ILikePhoto service.</li>
<li>Added some error checking.</li>
<li>Fixed handling of wrong parameters passed (non files).</li>
</ul>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2007/11/07/photo_uploader_0_4/</link>
<title>Photo uploader 0.4</title>
<dc:date>2007-11-07T09:46:24+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Photo uploader, Coding</dc:subject>
<description>
<![CDATA[<p>Good news everyone, new version of <a href="http://cihar.com/software/photo-uploader/">Photo uploader</a> has been just
released. If you don't know this tool yet, it is helper to upload photos (or
images) over net. It was created when I became too lazy to upload
hundreds of photos to digilab, but generally it can support any service
which allows you uploading of whatever using HTML forms.</p>

<p>News in this release:</p>

<ul>
<li>Fixed crash.</li>
<li>Added uloz.to service.</li>
</ul>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2007/10/08/photo_uploader_0_3/</link>
<title>Photo uploader 0.3</title>
<dc:date>2007-10-08T12:24:32+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Photo uploader, Coding</dc:subject>
<description>
<![CDATA[<p>Good new everyone, new version of <a href="http://cihar.com/software/photo-uploader/">Photo uploader</a> has been just
born. If you don't know this tool yet, it is helper to upload photos (or
images) over net. It was created when I became too lazy to upload
hundreds of photos to digilab, but generally it can support any service
which allows you uploading of whatever using HTML forms.</p>

<p>News in this release:</p>

<ul>
<li>It is possible to get session ID from API.</li>
<li>Added support for opening in user defined browser.</li>
<li>Now parses ~/.photo-upload and uses it as defaults.</li>
<li>Support for uploading to imageshack.us.</li>
</ul>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2007/09/26/first_success_with_photo_uploader/</link>
<title>First success with Photo uploader</title>
<dc:date>2007-09-26T23:54:51+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Photo uploader, Coding</dc:subject>
<description>
<![CDATA[<p>Today I did really big stress testing of <a href="http://cihar.com/software/photo-uploader/">Photo uploader</a> - I needed
to upload 400 photos (total size somewhere near 600 MiB). And it worked
without problems! I could not imagine that I would have to upload so
much files using web forms or some damn slow Windows application.</p>

<p>Also since last announcement uploader development went on. It now supports 4
services (all in Czechia for now), I added some documentation and man
page. Also version 0.1 has been released yesterday (but it does not yet
contain mentioned updates), with plan to release 0.2 somewhere next
week.</p>

<p>And as I got quite a lot of requests for GUI - I do not plan to write
one myself (or at least not soon). So if you want one, please write it.
As all hard work is done by phoupl module, it can be easily embedded
into some simple image viewer written in Python.</p>]]>
</description>
</item>
<item>
<link>http://blog.cihar.com/archives/2007/09/25/uploading_photos_to_minilab/</link>
<title>Uploading photos to minilab</title>
<dc:date>2007-09-25T12:10:48+01:00</dc:date>
<dc:creator>Michal Čihař</dc:creator>
<dc:subject>Photo uploader, Coding</dc:subject>
<description>
<![CDATA[<p>I was looking for some easier solution than using web forms, but no
minilab seems to support Linux here. Windows applications I tried so far
does not seem to work in Wine, so this is also not an option. Only thing
that seems to work is Picassa, but it is quite big tool to make just
uploading photos and it is anyway some beast using Wine.</p>

<p>So the only option was to write something myself. Using cURL from Python
is quite easy so I hacked simple script to upload photos to minilab
using PycURL. It currently supports only <a href="http://foto.droxi.cz/">Droxi</a>, but it might be
later extended to support others. The code is also now a bit fragile as
it does almost none error checking, but I was able to upload first set
of photos to minilab and continue order in browser.</p>

<p>You can download my proof of concept code at <a href="http://cihar.com/software/photo-uploader/">Photo uploader page</a>,
but don't expect anything clever from it, but it should basically work
:-).</p>]]>
</description>
</item>
</channel>
</rss>
