You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to join my flac collection grouping the files by their metadata using the Output splitting tool. With big enough joblists (e.g. 1000 tracks) the app closes unexpectedly. This doesn't happen for small enough joblists (e.g. 100 tracks). I've tried the Flatpak stable and the AppImage stable and continuous releases. Also could reproduce the problem on Windows with the stable release.
To Reproduce
Steps to reproduce the behavior:
Open fre:ac
Load a big joblist of flac files
Select FLAC encoder with default settings
Enable Create cue sheet and Encode to single file
Open the Output splitting tool, select Split by metadata
Pattern to compare: <albumartist>,<album>,<year>,<disc>
I think it might be an issue of resource handling. If I disable 'Parallel processing', then although slower it runs succesfully on bigger joblists. It will still crash if I add all the files at once, but I managed to get the job done by batches. Given this, I think it could be related to #563.
I guess it wouldn't hurt to mention that I have without issues converted my whole collection to AAC and Opus using fre:ac, so this specific job of merging FLACs seems to trigger the problem more easily.
Describe the bug
I'm trying to join my flac collection grouping the files by their metadata using the Output splitting tool. With big enough joblists (e.g. 1000 tracks) the app closes unexpectedly. This doesn't happen for small enough joblists (e.g. 100 tracks). I've tried the Flatpak stable and the AppImage stable and continuous releases. Also could reproduce the problem on Windows with the stable release.
To Reproduce
Steps to reproduce the behavior:
<albumartist>,<album>,<year>,<disc>
<albumartist>/<year> - <album> CD<disc(2)>
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information)
Additional context
Also tried with the AppImages and on Windows, similar outcome.
The text was updated successfully, but these errors were encountered: