Patrick Hoette

Results 10 comments of Patrick Hoette

Been trying to get this to work with lutris wine. I wrote the following bash script to start `EveVision.exe`: ```bash if [[ $(pgrep EveVision) == "" ]] ; then export...

If you need me to try something let me know what and how and I will give it a shot. Not stellar with windows stuff but know my way around...

I saw some [mention](https://www.reddit.com/r/ffmpeg/comments/i3iv2q/comment/g0dji25/?utm_source=share&utm_medium=web2x&context=3) online that FFMPEG might not be able to add cover art to Opus files which would explain the video data. Seeing as ogg does offer support...

Removing lines 872, 873, 875 & 876 fixed it for me. So presumably changing these to be conditional on not having the opus format selected will fix the issue. Its...

I solved this issue by changing line 40 of `Program.swift` to: ```swift formatter.dateFormat = "hh:mm a" ``` and then used the following in my JSON: ```json [ { "fileName": "light.jpg",...

I actually use this all the time as it's (IMO) nicer to read and also helps reduce the visual nesting a bit which Compose can get a bit heavy on....

Easiest would be to just publish to Jitpack.io like we are now but getting into the maven repository would be nicer.

Maven Central publishing will require us to jump through some hoops. A detailed artivle with instructions can be found [here](https://h4pehl.medium.com/publish-your-gradle-artifacts-to-maven-central-f74a0af085b1)

See as Kover still hasn't made any progress on proper Android support this will probably be Jacoco for now. This does depend on #51.