I’m curious if there is a Comic/Image organizer that can help change titles to a huge selection of comics and manga that are all over the place with titles? Also setup a folder system on my hdd.

  • @Crazytrixsta@beehaw.org Here is my renaming script, if you’re interested: https://pastebin.com/dWXRdhYB

    You can run it with -h to get the list of optional arguments. You can also just run it as-is and it will attempt to auto-detect and cleanup the filenames. I highly suggest running it with the --prompt flag until you’re comfortable with how it’s going to rename stuff. That will make it ask you each time before it renames anything.

    $> python3 rename.py -h
    usage: rename.py [-h] [-n NAME] [--prompt]
    
    options:
      -h, --help  show this help message and exit
      -n NAME     name of the manga
      --prompt    prompt for each filename update confirmation
    

    Use the -n name flag when all the files are the same series, and let it do auto-detect if they’re not.