SUMMARY STEPS TO REPRODUCE 1. Import from Discogs 2. Find data from an album with multi-track works i.e. https://www.discogs.com/Chicago-Symphony-Orchestra-Brass-Live/release/11622936 3. Import. OBSERVED RESULT Kid3 only brings in the track name for the first movement, but not the subsequent movements in a multi-movement work, even though the data is there in the discogs database. Have tried this with multiple albums with the same result. EXPECTED RESULT Should download track names for all the movements in a multi-movement work. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: 5.14.2 ADDITIONAL INFORMATION
Git commit 27d33a887c7eeb6b4273340fa5b49dc292782a7e by Urs Fleisch. Committed on 17/03/2021 at 14:59. Pushed by ufleisch into branch 'master'. Support sub tracks in Discogs import M +149 -79 src/plugins/discogsimport/discogsimporter.cpp https://invent.kde.org/multimedia/kid3/commit/27d33a887c7eeb6b4273340fa5b49dc292782a7e
(In reply to Urs Fleisch from comment #1) > Git commit 27d33a887c7eeb6b4273340fa5b49dc292782a7e by Urs Fleisch. > Committed on 17/03/2021 at 14:59. > Pushed by ufleisch into branch 'master'. > > Support sub tracks in Discogs import > > M +149 -79 src/plugins/discogsimport/discogsimporter.cpp > > https://invent.kde.org/multimedia/kid3/commit/ > 27d33a887c7eeb6b4273340fa5b49dc292782a7e Compiled and it appears to be working well now. Thank you.