Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of flags #47

Open
n10v opened this issue Feb 12, 2020 · 1 comment
Open

Add support of flags #47

n10v opened this issue Feb 12, 2020 · 1 comment

Comments

@n10v
Copy link
Owner

n10v commented Feb 12, 2020

The version is followed by the ID3v2 flags field, of which currently
four flags are used.

a - Unsynchronisation

 Bit 7 in the 'ID3v2 flags' indicates whether or not
 unsynchronisation is applied on all frames (see section 6.1 for
 details); a set bit indicates usage.

b - Extended header

 The second bit (bit 6) indicates whether or not the header is
 followed by an extended header. The extended header is described in
 section 3.2. A set bit indicates the presence of an extended
 header.

c - Experimental indicator

 The third bit (bit 5) is used as an 'experimental indicator'. This
 flag SHALL always be set when the tag is in an experimental stage.

d - Footer present

 Bit 4 indicates that a footer (section 3.4) is present at the very
 end of the tag. A set bit indicates the presence of a footer.

http://id3.org/id3v2.4.0-structure

@n10v
Copy link
Owner Author

n10v commented Feb 12, 2020

Click 👍 if you need support of this feature. Click 👎 - if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant