-
Notifications
You must be signed in to change notification settings - Fork 548
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 thumbnail to the audio only clip #3249
Conversation
If image is not present in audio file the thumbnail is still needed, otherwise it will be rendered as black rectangle in the Timeline.
Github working strange for me... Probably, I have missed semicolon at the end of the |
Such a perfect error in CI logs:
it was mentioned couple of times for linux PPA builds (for example, #3235 (comment) ) |
That happens when building (or running) newer code with an outdated
...Which, since we're currently up to Travis gets screwy sometimes. I'll restart the build, and it'll no doubt go through without incident. (Unless the PPA has actually gotten broken somehow.) |
Yup, as predicted, the restarted job flew right through with no issues. |
Strange that it happens. |
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.
Sorry, I meant to review this after restarting the build, then it slipped my mind.
Makes total sense to me. There's a tiny part of me that thinks we should let libopenshot handle the thumbnailing (even if it's just a matter of returning a static icon image), so we have the option to display embedded cover art as the thumbnail once that support is sorted out... but it's easy enough to make those changes in the future, if necessary. Cross that bridge when we come to it.
For now, an icon > a black rectangle, so that's pretty much a no-brainer.
Tested the PR branch, works nicely! Merging, thanks @SuslikV . |
The audio only files has thumbnail rendered as black rectangle in the Timeline (v2.5.0).
Screenshot is here: #3248