• @snek_boi@lemmy.ml
    link
    fedilink
    32 years ago

    I actually need to standardize my code. I’ve got “learning F2” as something I want to do soon. The goal: use the exif data of my pictures to create [date in ISO 8601] - [original filename].[original file type termination]

    So a picture taken the third of march 2022 titled “asdf.jpg” would become “2022-3-3 - asdf.jpg”

    Help? lol

    • @Samsy@lemmy.mlOP
      link
      fedilink
      22 years ago

      I did this in the past and I would search through my notes… If I had notes ffs.

      • @snek_boi@lemmy.ml
        link
        fedilink
        12 years ago

        I’m using NixOS. Ext4 filesystem. As to language, I’m not entirely sure what you mean. If you refer to the character set in the filenames, I think there are no characters that deviate from the English alphabet, numbers, dashes, and underscores.

        • @cerberus@lemmy.world
          link
          fedilink
          English
          12 years ago

          Oh ok so you’re more so working with folder structure etc, so bash for when you plug-in a card?

          I’m thinking in more programmatic terms, there’s definitely some bash scripting you can execute. Or just go balls out and write a service that executes on systemctl