Skip to content

Plugin System (Dynamic Detector CLI) #240

Description

@Breakthrough

Description of Problem & Solution
Right now one cannot dynamically add detectors to the command line. This prevents having additional detectors be "installed" from other packages, and requires users to run/install PySceneDetect from source if they want to add a new one to the command line.

Proposed Implementation:
See https://packaging.python.org/guides/creating-and-discovering-plugins/ for some possibilities.

Essentially, one should be able to register a detector, which PySceneDetect can then iterate over, and register in the command line when initialized. This could even be extended to backends/input methods, outputs, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions