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

Add sort-by-media #5

Closed
pakx opened this issue May 31, 2023 · 1 comment
Closed

Add sort-by-media #5

pakx opened this issue May 31, 2023 · 1 comment

Comments

@pakx
Copy link
Owner

pakx commented May 31, 2023

Similar to sorting by group or title, add sort-by-media.

This would show media as the grouping title, and its clips as members, sorted by start-time.

Thus, assuming the following:

clip = a.mp4, "clip 1", start=10, stop = 15
clip = a.mp4, "clip 2", start=0, stop = 5
clip = b.mp4, "clip A", start=0, stop = 5

clips-list would show:

a.mp4
clip 2 [0-5]
clip 1 [10-15]
b.mp4
clip A [0-5

@pakx
Copy link
Owner Author

pakx commented Jun 3, 2023

fixed in v0.4.0

@pakx pakx closed this as completed Jun 3, 2023
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