-
Notifications
You must be signed in to change notification settings - Fork 289
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
Remove Kdenlive adapter for split out #1438
Remove Kdenlive adapter for split out #1438
Conversation
6c4a8b9
to
72c0248
Compare
It's fantastic to see the adapter hosted at kde.org! What's the nature of the test failure stemming from the AAF documentation block? |
It is due to
This is the (shortened) output of the test:
|
I'm approving, but I'd like to get a response from more of the TSC since this is a structural change to the project. |
Since the AAF plugin hasn't yet moved to its own repo, it would be good to get the plugin authors to have a look at the documentation issue, and perhaps resolve the AAF documentation bug as a separate PR. |
Note this PR which moves the AAF adapter to its own repo: |
The AAF adapter is still in the repo, you shouldn't have to delete those docs. The CI shows errors where that doc is missing: So I'm wondering if maybe some stale local state led to needing to delete it locally? They definitely should be there still. I think everything else about this PR is good to go. |
@jlskuz I can replicate the docs behavior if I mess up my local install of pyaaf2. Does |
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio Related AcademySoftwareFoundation#1378 Signed-off-by: Julius Künzel <[email protected]>
72c0248
to
24eaed2
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1438 +/- ##
==========================================
- Coverage 86.38% 78.65% -7.73%
==========================================
Files 201 201
Lines 20854 21758 +904
Branches 2298 4421 +2123
==========================================
- Hits 18014 17114 -900
- Misses 2244 2399 +155
- Partials 596 2245 +1649
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
That command worked just fine. It turned out that I just force pushed the fix, it should be okay now. |
Thank you! |
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio Related AcademySoftwareFoundation#1378 Signed-off-by: Julius Künzel <[email protected]> Signed-off-by: Michele Spina <[email protected]>
Summarize your change.
As part of the ongoing outlining process of contrib adapters, this removes the Kdenlive adapter from the core repository. As discussed with the Kdenlive team (of which @vpinon, the original author, is part), the code has been moved to the KDE GitLab https://invent.kde.org/multimedia/kdenlive-opentimelineio
Related #1378
See also discussion in #1390
NOTE: while removing the section about AAF from docs/tutorials/otio-plugins.md is theoretically not part of this PR, it is required to make the tests pass.