After seven years since I started this repo, I decided to give this project some quality of life updates and modernizing the code base for Python 3.
Note: gopro_renamer
was originally developed for the HERO3 camera. Since then it seems that newer GoPro cameras may be using a different naming convention. If so, this tool may not be useful for you. Based on this GoPro support page, this tool should still apply to the following cameras: HD HERO2, HERO3, HERO3+, HERO (2014), HERO Session, HERO4, HERO5 Black, HERO5 Session, HERO (2018).
Changes
- Converted the project into a proper Python package
- This package is now available on PyPi and can be installed via pip:
pip install gopro-renamer==0.5.0
- Quality of life updates to the code base
- Added some unit tests
- Replaced Travis CI with Github Actions