资 源 简 介
Obra is a PowerShell drive for SmugMug. It provides a command-line interface with access to PowerShell cmdlets for programmatic use. It exposes albums as directories, media as files, and EXIF data as properties.
Obra makes it trivial to examine the list of albums, the dimensions of media, and the size of media for example.
Obra is a read/write interface, and uses standard CLI commands to create, delete, and rename albums; delete and rename media; and read and write album or media data.
Getting Started
After installing Obra, start a session by clicking the PowerShell icon under the Obra program folder. After the PowerShell session has launched execute the following command to mount the SmugMug drive. Replace user@example.org with the email address used to authenticate with SmugMug. Once done, delete the drive with the Remove-PSDrive cmdlet.
PS> New-PSDrive -name smugmug -psprovider smugmug -root smugmug: -c