Alexander Sokolov

Results 160 comments of Alexander Sokolov

Qt6 support added in commit 201e53dc1f14578dbeae581d10dab9d27f6cd091

Publisher in Release 11.4.0

Unfortunately I don't have enough time to support this project.

I think I know what the problem is: After conversion, the files from 4 disks will be saved in one directory. For disks 2-4 you didn't set "Start number", so...

The disk number must be in the directory, i.e. `%d.%n - %t` won't work, but `%d/%n - %t` will clear the errors. Perhaps I need to improve the checks and...

Thanks for your issue! I found two problems in my code: 1. Small one, the {%d/} template isn't handled correctly. 2. The overlap check does not take into account the...

I changed the check, now the program checks that tracks from different discs are not mixed. If you are interested, you can check the new version using the [AppImage](https://github.com/flacon/flacon/actions/runs/8860211921/artifacts/1453356144).

> Recommend an increment in release numbering This is not a release yet, this is a "nightly build". A new release will be coming soon. The user messages have changed,...