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
Hello, in this issue I have told the user that stagger is not able to change images embedded in an mp3, and provided a workaround. Am I right about this?
And, if I am, would you be willing to provide some guidance towards a PR implementing this?
The text was updated successfully, but these errors were encountered:
Stagger does support adding/changing/removing album art; initializing an APIC frame (or setting the "picture" property of a tag) with a value containing the filename of a JPEG or PNG file should work.
It is also possible to retrieve image data stored in the tag and to update it to data stored in memory, without writing it out to a file — the unit test suite contains examples how to that.
Ha! good to know :) I'll try to work out how to expose this functionality through greg, and let you know if I am not able to find my way through the relevant code.
Hello, in this issue I have told the user that stagger is not able to change images embedded in an mp3, and provided a workaround. Am I right about this?
And, if I am, would you be willing to provide some guidance towards a PR implementing this?
The text was updated successfully, but these errors were encountered: