icloud-photos-downloader/icloud_photos_downloader

remove download directory from progress-bar

Open

#173 opened on Oct 16, 2020

View on GitHub
 (11 comments) (2 reactions) (1 assignee)Python (502 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (5,348 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Currently the full download path is shown in the progress bar line. If the download path given by "-d" is pretty long, this leads to a "flickering" for longer filenames. To reduce this I suggest removing everything given by "-d" from the path and only show the directory sub-structure+filename and omit the base dir as it is given out on INFO the line before anyways.

I'd like some opinions before implementing

Contributor guide