Skip to content
/ Frickr Public

Unwrap Flickr data dump to folder structure with EXIF metdata

License

Notifications You must be signed in to change notification settings

klinkby/Frickr

Repository files navigation

Frickr

Summary

Unwrap Flickr data dump to album folder structure with embedded EXIF metdata.

Features

In Flickr takeout zip archives, the photo metadata is stored in separate json files. This tool inject the metadata from json into the actual images as EXIF properties.

Build

Written in C# with dotnet 8 it should run on Linux, macOS, Windows.

Clone the repository and compile the source with:

dotnet build

Receipt

  1. Request your data from Flickr account settings.
  2. Wait for Flickr to prepare the data dump for you.
  3. Download all the files to a local folder.
  4. Extract all the zip files to a single folder.
  5. Run the tool (if you omit the extraction folder parameter, it will default to the current folder).
dotnet run {extraction folder}

Bugs?

Please feel free to submit pull request if you find a bug.

Legal notice

This repository or its author is in no way affiliated with Flickr. Make sure to create safe backups of your data files before running Frickr. See also MIT License.

About

Unwrap Flickr data dump to folder structure with EXIF metdata

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages