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.

    • PoisonedPrisonPanda
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      1 year ago

      yeah but in 80% of the time the less complex solutions are more quickly resolved using chatgpt.

      waiting for another human is not instantaneous.

      • PoisonedPrisonPanda
        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.