TheFox / flickr-cli

A command-line interface to Flickr. Upload and download photos, photo sets, directories via shell.
https://fox21.at
26 stars 9 forks source link

Modify Album/Set Meta Data #43

Open tacman opened 6 years ago

tacman commented 6 years ago

Is is possible to modify the album metadata, specifically the title and description?

Maybe something like

./flickr-cli album "OriginalAlbum" "Description" [--title "New Album Name"]

Are there ways to move albums to collections?

TheFox commented 6 years ago

Currently it's not possible.

tacman commented 6 years ago

Since the API supports it, if you'd like I can add that functionality in a separate branch and submit a PR

https://www.flickr.com/services/api/flickr.photosets.editMeta.html

I'm not sure what the arguments/options should be, though. It'd be convenient to use the set name OR the set ID.

On Mon, Feb 19, 2018 at 12:15 PM, Christian Mayer notifications@github.com wrote:

Currently it's not possible.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheFox/flickr-cli/issues/43#issuecomment-366754907, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl0QdyVZugdsDgayOBtQUXOsSZn5CC1ks5tWawZgaJpZM4SKxAv .

TheFox commented 6 years ago

Yes, please. Sounds great.