Support merge with multiple name matches #272

Open
opened 2025-01-18 14:22:27 +01:00 by wojtek · 0 comments
Owner

It is relatively easy to trigger

thread 'main' panicked at src/core/collection/merge.rs:119:21:
assertion `left == right` failed: multiple secondaries unsupported
  left: 2
 right: 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

All that is needed is:

  1. Fetch all albums of an artist where there is a pair (or more) of album/ep/single with an identical name
  2. Add a new album to the library with the same name
It is relatively easy to trigger ``` thread 'main' panicked at src/core/collection/merge.rs:119:21: assertion `left == right` failed: multiple secondaries unsupported left: 2 right: 1 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` All that is needed is: 1. Fetch all albums of an artist where there is a pair (or more) of album/ep/single with an identical name 2. Add a new album to the library with the same name
wojtek added this to the v1.0.0-beta.1 milestone 2025-01-18 14:22:27 +01:00
wojtek added the
enhancement
label 2025-01-18 14:22:27 +01:00
wojtek added this to the Beta release project 2025-01-18 14:22:27 +01:00
wojtek moved this to To Do in Beta release on 2025-01-18 14:22:39 +01:00
wojtek moved this to To Do in Beta release on 2025-01-18 14:22:43 +01:00
wojtek moved this to To Do in Beta release on 2025-01-18 14:22:47 +01:00
wojtek moved this to To Do in Beta release on 2025-01-18 14:22:49 +01:00
wojtek moved this to To Do in Beta release on 2025-01-18 14:22:52 +01:00
wojtek moved this to To Do in Beta release on 2025-01-18 14:22:54 +01:00
Sign in to join this conversation.
No Milestone v1.0.0-beta.1
No project Beta release
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wojtek/musichoard#272
No description provided.