Closed dgcampea closed 3 years ago
Might be related to #1019, 1985786.
That did not work properly before, but the effect was different; MPD always relied on the target song to be part of the database, because only that allows MPD to merge tags of the target song and the data from the CUE sheet. With the change you cited, virtual CUE tracks now disappear completely, instead of just being incomplete.
Using .mpdignore
for that is not a good solution, but I admit that there is no other way to do it. I'll try to come up with a better solution for you.
Bug report
Describe the bug
If the file referenced by a CUE file is added to .mpdignore, the virtual tracks are also removed from MPD db. The motivation to ignore a CUE referenced file is to avoid "duplicate" entries, where both the virtual tracks and the "monolithic track" are duplicated in the db. On 0.22.6 and lower, the virtual tracks used to be preserved.
Expected Behavior
Only the referenced file is ignored, CUE virtual tracks are preserved.
Actual Behavior
Both the referenced file and virtual tracks are removed from db.
Reproduction
Version