-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
75 lines (66 loc) · 3.92 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
===============================================================================
flickrfs - Virtual Filesystem for flickr
Copyright (C) 2005 Manish Rai Jain <[email protected]>
This program can be distributed under the terms of the GNU GPL version 2, or
its later versions.
DISCLAIMER: The API Key and Shared Secret are provided by the author in
the hope that it will prevent unnecessary trouble to the end-user. The
author will not be liable for any misuse of this API Key/Shared Secret
through this application/derived apps/any 3rd party apps using this key.
===============================================================================
===================DOCUMENTATION===========================================
Please refer to http://manishrjain.googlepages.com/flickrfs for up-to-date
documentation.
-Manish
================================================================================
Note that following is just a release log.
Please check out the latest documentation at: http://flickrfs.sourceforge.net
v0.9 - Initial release
v1.0 - Features added
v1.1 -
- fixed bug if photo title=='', then flickrfs crashes.
- Including API Key
- Support for spaces in tags while uploading
- Permissions support while Uploading (mode=abc - a=7(always),
b=(friends=5 | family=6 | none=4), c=(5=public | 4=private)
Difficult? just remember this:
755 - public
754 - friends only
764 - family only
774 - both friends and family
v1.1.9 -
- Direct access to metadata. (named as .imagename.meta)
- Easily edit title, description, tags, as well as license.(Tested with sed,vim,gedit)
- Permissions shown are actual friends/family/public permissions. According to mapping specified in v1.1
- Allows chmod command to change of permissions.
- Allows direct access to the whole stream.
- Shows upto 500 images for stream, sets, and tags.
- Normal user mount and access allowed.
- Addition of extension to image name.
- CHANGE OF LOCATION: log file will be stored in ~/.flickrfs (instead of /var/log/flickrfs).
- bug fix: sets_thread crash while retrieving sets information in account having no sets.
CVS -
- bugfix: SF bug 1352527: unhandled exception in thread during startup
- bugfix: generalized fix for thread crashes which logs the traceback from the crash.
- bugfix: turn unicode strings from flickrfs into utf8.
- bugfix: supply auth to photoset call so that non-public photosets are listed.
- feature: use 'last update' as mtime and 'date uploaded' as ctime.
- bugfix: supply auth in streams_thread so non-public photos are listed.
- bugfix: supply auth in tags_thread/personal dir so non-public photos are listed.
- feature: public photos now also have metadata files.
- bugfix: photos whose titles already end with the image extension no longer get an extra
copy of the extenion name tacked on.
- bugfix: fixed inability to retrieve certain photos.
- bugfix: added missing import of 'sys' module (only used during certain error exits)
- 20080127RDM bugfix: added fuse-python 0.2 compatibility by setting the
python_fuse_api to 0.1.
- 20080128RDM bugfix: use only one thread to populate photos in sets,
rather than one thread per set. This seems to fix the problem of
having no photos appear when there are lots of sets.
- 20080128RDM bugfix: handle the case of the photo not having an
'originalformat' property in getPhotoInfo (default to jpg).
- 20080129RDM bugfix: removed limit of 500 images per directory
in the 'sets' directory. Bug still exists for other directories.
- 20080131RDM feature: made the logging message formats more consistent, and
made fuller use of the python logging facility features.
- 20080131RDM bugfix: log exceptions in timerThread if they happen