MCPcopy Create free account

hub / github.com/BMorearty/exportiphoto / functions

Functions16 in github.com/BMorearty/exportiphoto

↓ 13 callersMethodstatus
(self, msg, force=False)
exportiphoto.py:456
↓ 10 callersMethodgetText
(element, default=None)
exportiphoto.py:223
↓ 6 callersMethoddePlist
Given a DOM node, convert the plist (fragment) it refers to and return the corresponding Python data structure. If interesti
exportiphoto.py:165
↓ 4 callersFunctionerror
(msg)
exportiphoto.py:514
↓ 2 callersMethodappleDate
(self, text)
exportiphoto.py:449
↓ 2 callersMethodbuild_import_album_dirs
(self, base_dir)
exportiphoto.py:487
↓ 1 callersMethodbuild_import_list
We are going to make some assumptions here. 1. The dest_dir is a directory of albums containing images, optionally the albums can be
exportiphoto.py:461
↓ 1 callersMethodclose
(self)
exportiphoto.py:45
↓ 1 callersMethodcopyImage
Copy an image from the library to a folder in the dest_dir. The name of the folder is based on folderName and folderDate; if
exportiphoto.py:323
↓ 1 callersMethodparseAlbumData
Parse an iPhoto AlbumData.xml file, keeping the interesting bits.
exportiphoto.py:97
↓ 1 callersMethodread
(self, bufsize=2**20)
exportiphoto.py:42
↓ 1 callersMethodwalk
Walk through the events or albums (depending on the value of albums) in this library and apply each function in the list funcs to eac
exportiphoto.py:231
↓ 1 callersMethodwritePhotoMD
Write the metadata from the library for imageId to filePath. If filePath is None, write it to the photo in the library. If us
exportiphoto.py:393
Method__init__
(self, filename)
exportiphoto.py:39
Method__init__
(self, albumDir, destDir, use_album=False, use_date=False, use_faces=False, use_metadata=Fals
exportiphoto.py:49
FunctioncopyImage
(imageId, folderName, folderDate)
exportiphoto.py:628