Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BMorearty/exportiphoto
/ functions
Functions
16 in github.com/BMorearty/exportiphoto
⨍
Functions
16
◇
Types & classes
3
↓ 13 callers
Method
status
(self, msg, force=False)
exportiphoto.py:456
↓ 10 callers
Method
getText
(element, default=None)
exportiphoto.py:223
↓ 6 callers
Method
dePlist
Given a DOM node, convert the plist (fragment) it refers to and return the corresponding Python data structure. If interesti
exportiphoto.py:165
↓ 4 callers
Function
error
(msg)
exportiphoto.py:514
↓ 2 callers
Method
appleDate
(self, text)
exportiphoto.py:449
↓ 2 callers
Method
build_import_album_dirs
(self, base_dir)
exportiphoto.py:487
↓ 1 callers
Method
build_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 callers
Method
close
(self)
exportiphoto.py:45
↓ 1 callers
Method
copyImage
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 callers
Method
parseAlbumData
Parse an iPhoto AlbumData.xml file, keeping the interesting bits.
exportiphoto.py:97
↓ 1 callers
Method
read
(self, bufsize=2**20)
exportiphoto.py:42
↓ 1 callers
Method
walk
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 callers
Method
writePhotoMD
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
Function
copyImage
(imageId, folderName, folderDate)
exportiphoto.py:628