Title basically, I need to parse the date modified, the time and seconds in order to reconstruct the filenames in the format of an android phone’s camera roll.

I should be able to make the script once I know how to parse the metadata is all

  • Gutless2615@ttrpg.network
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    1 year ago

    It literally is. This is a great use case for going down the chat gpt approach. It will help you throw together a script for this quickly.

    • Last@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      You may have to be a little assertive when talking to ChatGPT though. It’s the dumbest genius. Don’t let it wiggle out of doing the actual work for you. Demand that it produce a script.

      • PoisonedPrisonPanda@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        1 year ago

        for simple code snippets chatgpt can give you a really nice performance boost. plain routines where there is more syntax to write than actual cognitive thinking to do can be perfectly outsourced.