-
Notifications
You must be signed in to change notification settings - Fork 282
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
1748 Video Support in V1.0: part 1/3 : support MatroskaViedo #2413
Conversation
mohamedchebbii
commented
Nov 5, 2022
Hello @kevinbackhouse , |
Thank you @kevinbackhouse ,
Is there something that I can do in my side to fix that ; or It's an issue with the CI ? |
Codecov Report
@@ Coverage Diff @@
## main #2413 +/- ##
==========================================
- Coverage 65.43% 64.54% -0.89%
==========================================
Files 118 120 +2
Lines 21661 21992 +331
Branches 10467 10597 +130
==========================================
+ Hits 14173 14194 +21
- Misses 5296 5600 +304
- Partials 2192 2198 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
I approved your contributions so that now the CI jobs should trigger automatically each time you push something new into your branch.
I do not have any knowledge about the metadata format in video files, but I provided some general feedback about the code your wrote.
In general it looks quite good and with some minor improvements I would be happy to accept the changes 👍
Hello @piponazo, |
Thank you @kevinbackhouse and @piponazo for your reviews on this PR. I was wondering if you had any additional comments on it? |
The Ubuntu CI fails to install. The last message before death concerns geotag. My PR #2437 suffers the same fate. |
Hi @mohamedchebbii, @benmccann . Sorry for the late response. I just re-approved the changes so that the CI would retrigger the jobs, and there are some failures in the windows builds. I would be happy to approve the changes once all the CI jobs pass. |
Hi @piponazo , |
I see @piponazo mentioned above (#2413 (review)) that the CI should trigger automatically:
It seems like that's not happening for whatever reason. I'm not quite sure how to set that up on GitHub, but I believe that after you have a commit in a repo it will begin happening automatically, so since this PR is so close perhaps the easiest solution is just to trigger it manually and merge it if it passes. Then hopefully the CI will run automatically on your other pending PRs |
Hello @benmccann , |
Finally all CI jobs are passing and the code looks good to me. Is it fine to merge this now? Or do you expect to merge the 3 related PRs together? |
HI @piponazo , |