Skip to content

Add download feature to Photo library - #582

Merged
Hellowlol merged 4 commits into
masterfrom
photo_download
Nov 1, 2020
Merged

Add download feature to Photo library#582
Hellowlol merged 4 commits into
masterfrom
photo_download

Conversation

@blacktwin

@blacktwinblacktwin commented Oct 10, 2020

Copy link
Copy Markdown
Collaborator

Addressing Issue #579

photoAlbums=plex.library.section('Photos').all()
photo=photoAlbums[0]
photo.download(showstatus=True)
photoAlbums[2].download(showstatus=True, keep_original_name=True)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)

@Hellowlol
Hellowlol merged commit 380fd78 into masterNov 1, 2020
@jjlawrenjjlawren mentioned this pull request Nov 1, 2020
@blacktwin
blacktwin deleted the photo_download branch November 16, 2020 13:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@blacktwin@jjlawren@Hellowlol