Replies: 5 comments 16 replies
-
Did a little more digging and looks like the TrackMatch object does not include album information. Here's the information contained in
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately, this information is not readily available—and it's not clear how to get it. #229 discusses the issues—namely, it's not clear which album we should be pulling the information from (in MB, recordings can appear on multiple releases). |
Beta Was this translation helpful? Give feedback.
-
So, I was able to get this working and it works after I add Let me know if this approach is acceptable and I can create a PR. |
Beta Was this translation helpful? Give feedback.
-
Just to close this out - #4405 adds this feature for Spotify tagger. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I was looking at the code and could not figure out why we are not adding
album
(or release) information when importing singletons. It appears to me that we can passself.match.info.album
value in the return object here. This value can then be applied in theapply_item_metadata
function here.Not sure if this is just an oversight or if I am missing something.
Beta Was this translation helpful? Give feedback.
All reactions