Automatically organize your GoPro or action camera video files into neatly arranged folders based on their chapter numbers with this Python script. It supports .MP4, .LRV, and .THM files and includes a handy undo feature for easy reverts.
- Automatic Organization: Automatically sorts all video files into chapters, keeping single files alone
- Supports Multiple File Types: Handles .MP4, .LRV, and .THM files.
- Undo Functionality: Easily revert changes to the original file structure.
Before you get started, make sure you have:
- Python 3.x installed on your system.
- Basic knowledge of navigating the command line.
- Clone this repository or download the script directly.
- Place
main.pyin the directory containing your video files. - BACKUP YOUR FILES I am not responsible for any data error/loss... There shouldn't be any but BACKUP YOUR FILES ALWAYS!
- Open CMD prompt leading to that same folder
- run
python main.pyfor all of your files to get organized - Any Issue? Run
python main.py -undoLastto undo everything
To organize your files, open your command prompt or terminal, navigate to the script's directory, and execute:
python main.pyπ This command will create folders based on chapter numbers and move the relevant files into these folders.
Made a mistake or need to revert? No problem! Just run:
python main.py -undoLast- π‘ Always back up your files before running the script to avoid accidental data loss.
- π The script modifies file locations within its directory; it does not alter file contents.
Contributions are welcome! π Please fork the repository and submit a pull request with your improvements.
You are allowed to edit, just please credit me/this github page please