PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

[scene_manager] Allow setting delimiters for CSV output

Open Breakthrough opened this issue 1 year ago • 0 comments

Allows setting delimiters for both rows and columns for the write_scenes_list function as well as in the config file for the list-scenes command. #423

Outstanding Tasks:

  • [ ] Add CLI tests that verify output with goldens
  • [ ] Ensure CLI only allows 1-character separators are allowed (see TODO in code)
    • This is a limitation by the Python CSV module so this will only be enforced by the CLI to provide correct error messages to end users

Breakthrough avatar Sep 30 '24 03:09 Breakthrough