Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin System (Dynamic Detector CLI) #240

Open
Breakthrough opened this issue Sep 4, 2021 · 0 comments
Open

Plugin System (Dynamic Detector CLI) #240

Breakthrough opened this issue Sep 4, 2021 · 0 comments

Comments

@Breakthrough
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant