Antonio Larrosa

Results 11 issues of Antonio Larrosa

Opening https://www.discogs.com/Ryuichi-Sakamoto-Year-Book-1985-1989/release/11652104 gives a problem because undefined (release.discs[discindex]) doesn't have a format member in line 721 `release.discs[discindex].format.match(/(Vinyl|Cassette)/) ...` This fixes the problem (it leaves the medium empty and stores its...

When the EnableHiDPI config option is set, Qt doesn't automatically change the dpi of the screen. This requires manual configuration leaving in the meantime too small fonts for users with...

**Describe the bug** When opening an .ods or .odt file, the error message: ``` Document loading failed Failed to load Nextcloud Office - please try again later ``` appears with...

I have a flac file that causes acoustid to freeze when doing: ``` import acoustid acoustid.fingerprint_file('01.flac') ``` If I press Ctrl-C, I get the following backtrace: ``` Traceback (most recent...

I noticed the plugins directory contains some free books to extract language characteristics (n-grams) that I guess are used for the autocomplete feature. In the case of Spanish, I saw...

These commits fix #41, #31, #32, #34, #36, #37, #38, #39 and #40

When there's an unsupported number of bits per sample or an invalid number of samples per block, don't only print an error message using the error handler, but actually stop...

This fixes #33 (also reported at https://bugzilla.opensuse.org/show_bug.cgi?id=1026981 and https://blogs.gentoo.org/ago/2017/02/20/audiofile-global-buffer-overflow-in-decodesample-ima-cpp/)

Specifying the highlevel parameter in the MusicExtractor constructor raised a RuntimeError exception because the value of `highlevel.svm_models` wasn't being set with the right type. Since Pool::set doesn't support a vector...

Added support for callbacks when getting values so there's no need to keep a variable updated and so we can provide the current media position throught mpris' Position property Added...