GoProX icon indicating copy to clipboard operation
GoProX copied to clipboard

Enhancement: Rename SD card volume label to HERO11-8909 format

Open fxstein opened this issue 8 months ago • 0 comments

Summary

Add functionality to rename the SD card volume label of a particular camera to the following format: HERO11-8909, where the short version of the model is followed by a dash and the last 4 digits of its serial number.

Requirements

  • Detect the camera model and serial number from the SD card or connected camera.
  • Generate the new volume label in the format: <ShortModel>-<Last4Serial> (e.g., HERO11-8909).
  • Rename the SD card volume label accordingly (using the appropriate system command, e.g., diskutil on macOS).
  • Ensure the process is robust and handles errors (e.g., missing serial, unsupported model).
  • Add documentation and usage instructions.

Motivation

This will standardize SD card naming for easier identification and management, especially in multi-camera workflows.

Acceptance Criteria

  • The SD card volume label is renamed to the correct format for supported cameras.
  • Errors are handled gracefully and reported to the user.
  • Documentation is updated.

Assign to: @fxstein

fxstein avatar Jun 20 '25 13:06 fxstein