Skip to content

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

@fxstein

Description

@fxstein

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: - (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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions