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
I know this issue isn't directly relevant to mutagen but I am at my wits end trying to figure out what I'm doing wrong. That said, you can close this issue for irrelevancy without a second thought.
Details
The project I used to work on spotDL/spotify-downloader depended on mutagen. I'm currently working on transitioning the work into Dart (as it's multiplatform native.) This has meant that I've had to try and build a custom implementation of the ID3v2.
Preface
I know this issue isn't directly relevant to mutagen but I am at my wits end trying to figure out what I'm doing wrong. That said, you can close this issue for irrelevancy without a second thought.
Details
The project I used to work on spotDL/spotify-downloader depended on mutagen. I'm currently working on transitioning the work into Dart (as it's multiplatform native.) This has meant that I've had to try and build a custom implementation of the ID3v2.
Here is my implementation that attempts to follow the spec via waybackmachine:
I realize the syntax is different, but I hope it's similar enough that you can point out where I'm going wrong (windows refuses to read my tag data.)
Update
The text was updated successfully, but these errors were encountered: