Philipp Wolfer

Results 252 comments of Philipp Wolfer

Not sure if a real progressbar is feasible, depends on whether I can get a meaningful progress from the file conversion. But the button already changes to a "Rendering…" label...

I had a quick look into this. Currently I am calling ImageMagick convert as a command. It has a `-monitor' option, but at least for GIF conversion it is not...

If somebody wants to work on this feel free to give it a go.

Just as an update: With the use of gifski (#212) there is a nice progress bar output on console we could use to gather progress details.

There is now at least a spinner during the processing, this will be in the 1.2.0 release. I will see if it is feasible to get progress information in a...

@complexlogic A reworked replaygain plugin would be very welcomed indeed :+1: In the past there had been talk about providing plugins that either use [loudgain](https://github.com/Moonbase59/loudgain) or [regainer](https://github.com/kepstin/regainer) as the backend...

I honestly don't see a single advantage in running the audio decoding in-process. Picard used to do this with the old fingerprinting before AcoustID, and it only caused trouble. If...

I might very well be biased by the experience with old fingerprinting, because back than in addition to the crashes it caused in Picard it also was a PITA to...

A partial workaround seems to be setting `SOURCE_DIR="."`, this allows building the binary package. Unfortunately this then causes a problem building the source package, so you have to run haikuporter...

I think it is a useful feature, especially during development. I maintain a development package recipe for my application, which allows me to always ensure the packaging stays up-to-date. When...