Kyle Fazzari
Kyle Fazzari
> If this is helpful or a needlessly complex optimization remains up for debate. Any discussion is helpful! Sadly it's out of my realm of expertise, so I will defer...
@pachulo issues won't be touched by the stale bot if they're triaged to use one of [these labels](https://github.com/nextcloud-snap/nextcloud-snap/blob/master/.github/workflows/stale.yml#L20).
I'm glad to hear you're following the older channels-- I'm not, which makes it easier than I'd care to admit to not take care of them as I should. However,...
I'd love to, but it basically requires writing my own CI system on top of snapcraft. I've actually done pieces of that in the past for the snap builder, but...
Here's a [blog post](https://kyrofa.com/posts/a-better-way-to-review-github-pull-requests-for-snaps/) describing that snap builder, in case anyone is curious.
Thank you for the heads up, we'll take a look.
Seems reasonable, just keep in mind that the writable areas are pretty limited due to confinement, so we need to handle errors well.
> Regarding the security record of ffmpeg: [is not ideal](https://ffmpeg.org/security.html) [...]. I don't mind seeing CVEs. In fact, I would be _concerned_ if a project intended for consuming media files...
@pachulo the static build is interesting, but it makes my mind go a different direction with this. Have you looked into how the preview providers find and use ffmpeg? If...
Sorry for the delay @pachulo. > OK, it seems that nextcloud only looks for ffmpeg in the $PATH of the Apache server, and it's location cannot be configured, so I...