Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ₯ GoPro Chapter Organizer

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.

✨ Features

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

πŸ“‹ Prerequisites

Before you get started, make sure you have:

  • Python 3.x installed on your system.
  • Basic knowledge of navigating the command line.

πŸš€ Installation

  1. Clone this repository or download the script directly.
  2. Place main.py in the directory containing your video files.
  3. BACKUP YOUR FILES I am not responsible for any data error/loss... There shouldn't be any but BACKUP YOUR FILES ALWAYS!
  4. Open CMD prompt leading to that same folder
  5. run python main.py for all of your files to get organized
  6. Any Issue? Run python main.py -undoLast to undo everything

πŸ›  Usage

Organizing Files

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.

Undoing Organization

Made a mistake or need to revert? No problem! Just run:

python main.py -undoLast

⚠️ Notes

  • πŸ›‘ 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.

🀝 Contribution

Contributions are welcome! 🌟 Please fork the repository and submit a pull request with your improvements.

πŸ“œ License

You are allowed to edit, just please credit me/this github page please

About

Automatically organizes GoPro video files into folders based on chapter numbers, with easy undo functionality.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages