How to setup popularimeter for id3v2? #401
Unanswered
subframe7536
asked this question in
Q&A
Replies: 1 comment 6 replies
-
So I have been thinking of a way to add a generic let mut tag = Id3v2Tag::new();
tag.insert(Frame::new(
"POPM",
FrameType::Popularimeter(Popularimeter {
email: String::new(),
rating: 255,
counter: 0,
}),
FrameFlags::default(),
).unwrap()); Note that |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for your great work!
I used to ask for wasm version in #400 and now I am building one myself but dont know how to setup
POPM
frame for id3v2My code is here and I want to achieve something like
Any suggestion is highly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions