<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/flickrit/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/flickrit/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 18 May 2018 16:41:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/flickrit/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Kirk Waingrow</title><link>https://sourceforge.net/p/flickrit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,6 @@
-
 **DESCRIPTION**:

-flickrit was written to upload images to Flickr.com in varis ways.
+**flickrit** was written to upload images to Flickr.com in varis ways.
 Primarily when you have hundreds of images to upload at once.

 For Example: My personal method after returning from a photo shoot
@@ -40,7 +39,7 @@

 **USING FLICKRIT**:

-flickrit uploads the filename in its original form. All words in the filename
+**flickrit** uploads the filename in its original form. All words in the filename
 are converted to "tags". Meta-charaters and the file extension are stripped out
 when the tags are created.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kirk Waingrow</dc:creator><pubDate>Fri, 18 May 2018 16:41:48 -0000</pubDate><guid>https://sourceforge.netce98c3d078dd71db27be3c931d8561d68e8e2202</guid></item><item><title>Home modified by Kirk Waingrow</title><link>https://sourceforge.net/p/flickrit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,92 @@
-Welcome to your wiki!

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+**DESCRIPTION**:

-The wiki uses [Markdown](/p/flickrit/wiki/markdown_syntax/) syntax.
+flickrit was written to upload images to Flickr.com in varis ways.
+Primarily when you have hundreds of images to upload at once.

-[[members limit=20]]
-[[download_button]]
+For Example: My personal method after returning from a photo shoot
+* Copy all the photos into a directory
+
+* Change (script included) the names of all the filenames, from IMG_XXX to XXX
+   $ change "IMG_" ""
+
+* Append (script included) photo shoot common descriptions to all photos
+   $ append " - California 2018 landscape"
+
+* Using an image viewer to review images, add any additional descriptors to the filename
+   from: 001 - California 2018 landscape.jpg
+     to: 001 - California 2018 landscape waterfall swim model.jpg
+
+* flickrit -d
+
+In the end, the image with the filename:
+   001 - California 2018 landscape mountains waterfall swim model.jpg
+is uploaded to flickr with the following attached tags:
+   001 California 2018 landscape mountains waterfall swim model
+
+
+--------------------------
+
+**INSTALLATION**:
+
+1. Make sure that flickr_upload is properly installed and test
+        http://search.cpan.org/~cpb/Flickr-Upload/flickr_upload
+
+2. Place flickrit in your shell execution: $PATH
+
+3. Modify varialble FUPLOAD to point to the flickr_upload perl script
+
+--------------------------
+
+**USING FLICKRIT**:
+
+flickrit uploads the filename in its original form. All words in the filename
+are converted to "tags". Meta-charaters and the file extension are stripped out
+when the tags are created.
+
+Syntax: flickrit [OPTION] "DIRECTORY|FILE" "TAG1 TAG2 ..."
+
+OPTIONS:
+-b  Process a batch file listing image files to upload
+-d  Process all image files in the current directory
+-f  Upload a single image file
+-r  Recursively process all image files in current and sub-directories
+
+If prompted for "Tags", enter additional tags, or leave blank.
+
+**EXAMPLES**:
+
+  Processing a batch file - Create a file with a list of images:
+    $ cd /images/travel
+    $ find Ireland &amp;gt; /tmp/ireland.txt
+       Ireland/0101 - Dublin Guinnes tour beer selfie Steve.jpg
+       ...
+       Ireland/0220 - Dublin Nandos Restaurant chicken awesome.jpg
+
+    $ flickr -b /tmp/ireland.txt
+
+    Note: Since the directory is included in each name, it will also be added as a tag.
+
+---
+
+  Process files in the current directory
+    $ flickrit -d
+
+---
+
+  Upload a single file.
+    $ flickrit -f "0220 - Dublin Nandos Restaurant chicken awesome.jpg"
+
+----
+
+  Recursively process all image files in current and sub-directories
+    $ flickrit -r
+
+  Sample: This collect collect images from all sub-directories under Ireland
+          (Belfast, Dublin, Galway, Kilarney, etc...)
+    $ cd /images/travel/Ireland
+    $ flickrit -r
+    Tags: Ireland
+
+   Note: Since the sub-directory will be included in the name it will also
+   be added as a tag. So tags will have: Ireland Befast [and filename]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kirk Waingrow</dc:creator><pubDate>Fri, 18 May 2018 16:41:27 -0000</pubDate><guid>https://sourceforge.net7941961c86a9f5f417cf379a5b6a1962db9b68f4</guid></item><item><title>Home modified by Kirk Waingrow</title><link>https://sourceforge.net/p/flickrit/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/flickrit/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/kiria/"&gt;Kirk Waingrow&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-5afef913dd85f4723e682462" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kirk Waingrow</dc:creator><pubDate>Fri, 18 May 2018 16:02:27 -0000</pubDate><guid>https://sourceforge.netdbdca3a4b906edd629d9fa50aecb93e73c887e46</guid></item></channel></rss>