flickru 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/flickru/version.rb +1 -1
- metadata +21 -17
data/lib/flickru/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: flickru
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- "Jes\xC3\xBAs Pardillo"
|
@@ -99,23 +99,24 @@ description: |
|
|
99
99
|
Videos are identified by case-insensitive extensions: AVI, MPEG, and MPG.
|
100
100
|
|
101
101
|
The following Flickr metadata for photos (as well as videos) is set:
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
102
|
+
(1) date-taken from the file (last) modification time
|
103
|
+
(2) private, visible by friends & family, hidden for public searches
|
104
|
+
(3) safety level to safe
|
105
|
+
(4) permission for friends & family to add comments to the photo and it's notes
|
106
|
+
(5) permission for nobody to add notes and tags to the photo
|
107
|
+
(6) for videos larger than the Flickr's longer than 90s (but shorter than 500MB,
|
108
|
+
Flickr's maximum permisible size), the description will contain an annotation
|
109
|
+
about its large duration.
|
110
|
+
(7) title, geolocation, and accuracy from the owner directory's name.
|
111
|
+
|
111
112
|
Owner directory name format is given by the format 'TITLE[@LOCATION[#PRECISION]]',
|
112
113
|
where:
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
114
|
+
(1) TITLE is the desired title for the photos directly stored in the directory
|
115
|
+
(2) LOCATION is the location of the stored photos specified as either:
|
116
|
+
(a) the Wikipedia page name (whitespaces allowed) of the location (if exists) or
|
117
|
+
(b) its coordinates LATITUDE,LONGITUDE
|
118
|
+
(3) PRECISION is the Flickr geolocation precision given by one of the following
|
119
|
+
case insentitive literals: street, city, region, country, world.
|
119
120
|
|
120
121
|
Photos are classified into a photoset (existing or not) entitled with the
|
121
122
|
second-level directory name containing the photo. The photoset is arranged by
|
@@ -123,6 +124,9 @@ description: |
|
|
123
124
|
|
124
125
|
To see some examples on the directory structure recognised by flickru, please
|
125
126
|
explore the subdirectories under var/ts.
|
127
|
+
|
128
|
+
Homepage: http://rubygems.org/gems/flickru
|
129
|
+
GitHub: http://github.com/jesuspv/flickru
|
126
130
|
|
127
131
|
email:
|
128
132
|
- dev@jesuspardillo.com
|
@@ -171,6 +175,6 @@ rubyforge_project:
|
|
171
175
|
rubygems_version: 1.8.11
|
172
176
|
signing_key:
|
173
177
|
specification_version: 3
|
174
|
-
summary: Command-line Flickr
|
178
|
+
summary: Command-line Flickr upload automator
|
175
179
|
test_files:
|
176
180
|
- spec/flickru_spec.rb
|