polyfloyd / rust-id3

A rust library for reading and writing ID3 metadata
MIT License
245 stars 47 forks source link

Added support for Private Frames (PRIV) #113

Closed Orange-Murker closed 1 year ago

Orange-Murker commented 1 year ago

PRIV frames are often used in HLS

polyfloyd commented 1 year ago

Thanks! This change looks good to me. Please run rustfmt and prefix the commit message with feat: to satisfy the CI :)

Orange-Murker commented 1 year ago

Ah. My bad. Should be fixed now.