Package Details: mpz 2.0.8-0

Git Clone URL: https://aur.archlinux.org/mpz.git (read-only, click to copy)
Package Base: mpz
Description: Music player for the large local collections
Upstream URL: https://github.com/olegantonyan/mpz
Keywords: audio multimedia music music-player
Licenses: GPL3
Provides: mpz
Submitter: oleg_antonyan
Maintainer: oleg_antonyan
Last Packager: oleg_antonyan
Votes: 3
Popularity: 0.000000
First Submitted: 2020-09-25 05:40 (UTC)
Last Updated: 2026-05-23 05:12 (UTC)

Latest Comments

1 2 3 Next › Last »

dpvpro commented on 2025-12-15 13:29 (UTC)

Now it works

oleg_antonyan commented on 2025-12-15 11:50 (UTC)

Perfect. Fix in the latest master.

It happened b/c "current_library" is bigger than number of "library_paths" in ~/.config/mpz/local.yml and there was no out-of-bounds check. You can set "current_library" to 0 and it should start working.

Please let me know if it worked, I'll make 2.0.1 release, which will also include dynamic linkage to libmpdclient and few other small fixes.

dpvpro commented on 2025-12-15 10:25 (UTC)

https://0x0.st/PrAN.txt

my output

oleg_antonyan commented on 2025-12-14 19:15 (UTC)

I was unable to reproduce. But made a few changes related to potentially unsafe multi-threading. Could you please try master branch?

git clone https://github.com/olegantonyan/mpz.git
cd mpz
cmake --preset debug-qt6 
cmake --build build/debug-qt6

then run it under gdb:

gdb build/debug-qt6/mpz
run

if/when crashed - type "bt full" in gdb promt and copy-paste the output

dpvpro commented on 2025-12-14 16:52 (UTC) (edited on 2025-12-14 16:52 (UTC) by dpvpro)

OS - Arch Linux

CPU - Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz

Previous version mpz works fine

oleg_antonyan commented on 2025-12-14 12:39 (UTC)

@dpvpro need more info, which OS/cpu, does previous version work, etc

dpvpro commented on 2025-12-14 08:58 (UTC) (edited on 2025-12-14 08:58 (UTC) by dpvpro)

user@lan-lucky ~> mpz
config file:  "/home/user/.config/mpz/global.yml"
config file:  "/home/user/.config/mpz/local.yml"
system language: "en" config language: "" | transaltions load: false
ModusOperandi initilized in ModusOperandi::MODUS_LOCALFS
fish: Job 1, 'mpz' terminated by signal SIGSEGV (Address boundary error)

FabioLolix commented on 2025-12-13 15:50 (UTC)

==> ERRORE: l'array OPTIONS contiene l'opzione sconosciuta '!optipng' ==> ERRORE: l'array OPTIONS contiene l'opzione sconosciuta '!upx'

@simona reported on the wrong page; mpz don't even have options=()

simona commented on 2025-12-13 15:36 (UTC)

==> ERRORE: l'array OPTIONS contiene l'opzione sconosciuta '!optipng' ==> ERRORE: l'array OPTIONS contiene l'opzione sconosciuta '!upx'

dpvpro commented on 2025-10-19 11:54 (UTC)

You can leave it as is but I needed to clean package cache for right work.