• 3 Posts
  • 171 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle



  • a more obscure option is exiftool – and documention

    • setup an input folder and a destination folder beforehand
    • copy photos from phone to input folder
    • bonus: decide on separate suffix or initials for each of you
    exiftool -progress -d <destination-folder>/%Y%m%d-%H%M%S-<suffix>.%%le "-filename<CreateDate" <input-folder>
    
        -progress
            verbose and shows an [x/y] progress
        -d <destination-folder>/%Y-%m-%d-%H%M%S-<suffix>.%%le
            renames to YYYY-mm-dd-HHMMSS-sfx.ext format
            and lowercases the extension
        "-filename<CreateDate"
            uses the image creation date (from EXIF metadata) for the above naming scheme
    












  • Alpine Linux + LabWC – as I update my hardware, I seem to end up paring down my software – the more powerful the computer is, the less use I make of its capabilities 🤷 – I’ve worked with Macs and Windows, and settled on Linux more for its simplicity than anything – I don’t have any problem with MacOS or Windows themselves so much as the companies behind them

    Alpine is a nice, clean, lightweight distro that works surprisingly well on a desktop despite the whingers complaining it’s for containers only … Pop!_OS ⇒ Debian Stable ⇒ Alpine (with Gentoo back in the dawn of history)

    LabWC is the spiritual successor to Openbox, a nice simple stacking window manager that I’ve added a handful of tiling keybinds – I’ve added utility programs as I’ve wanted them rather than going for the cohesiveness of a proper desktop environment … Gnome ⇒ Xfce ⇒ LabWC (and with Openbox way back when)