GitXplorerGitXplorer
l

pic-rename

public
4 stars
1 forks
3 issues

Commits

List of commits on branch master.
Unverified
49a050423d6ff2592970202dd151e2a60e637500

caveat about iTunes slowness

lljw1004 committed 2 years ago
Unverified
920b7296691e5d11773e3c5112f1d7670cfe967b

added 'logout' button

lljw1004 committed 2 years ago
Unverified
ae71ac0834bc63b0813283f60269d0aee7c13175

uses a proxy to get redirect

lljw1004 committed 2 years ago
Unverified
bc3ec1acd2a20708a043ee0b85b874c6e78341c7

first [incomplete] version of "playlist"

lljw1004 committed 2 years ago
Unverified
f78d565eb875f1ac14faab15576a54302262371f

update readme

lljw1004 committed 2 years ago
Unverified
2b1f90b238c8a4c17e06e2383d6e3e93c9a194cb

html version

lljw1004 committed 2 years ago

README

The README file for this repository.

pic-rename.py

  • Online: https://unto.me/pic-rename/ (works on a OneDrive folder)
  • Command-line: `pic-rename.py ` (works on files you've downloaded locally)

This tool renames photos to this kind of format:

  • Year - LocalTime(24hr) - Place.ext
  • 2021.01.25 - 21.05.49 - 24th Avenue East, Washington.heic
  • 2019.12.20 - 12.34.12 - Black Sun, Volunteer Park, Seattle, Washington.jpg
  • 2013.01.30 - 00.01.01 - The Butchart Gardens, Central Saanich, Vancouver Island, British Columbia, Canada.mp4
  • 2018.05.06 - 13.15.03 - Champ de Mars, Eiffel Tower, Paris, Ile-de-France, France.mov
  • 2011.04.30 - 15.30.01 - Angkor Wat, Siem Reap, Cambodia.png

The place-names are obtained by sending the photo's GPS coordinates to OpenStreetMaps servers; if the photo lacks GPS location then it just uses the original filename. The times are meant to be the local time at the place where the photo was taken, but some older phones and cameras only store the UTC time.