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

Finish ID3v2 abstractions #22

Open
thebigmunch opened this issue Feb 24, 2020 · 0 comments
Open

Finish ID3v2 abstractions #22

thebigmunch opened this issue Feb 24, 2020 · 0 comments

Comments

@thebigmunch
Copy link
Owner

No description provided.

thebigmunch added a commit that referenced this issue Feb 26, 2020
* Add ID3v2Comment class to encapsulate each comment.
* Change ID3v2CommentFrame to have only value attribute
  that contains a single comment.
* Change 'easy' representation to "comments" that contains
  a list of ID3v2Comment instances.
thebigmunch added a commit that referenced this issue Feb 26, 2020
* Add ID3v2Comment class to encapsulate each comment.
* Change ID3v2CommentFrame to have only value attribute
  that contains a single comment.
* Change ID3v2Frames to present a list of comments for "comment" key.
thebigmunch added a commit that referenced this issue Mar 2, 2020
thebigmunch added a commit that referenced this issue Mar 4, 2020
* Add ``ID3v2GeneralEncapsulatedObject`` class.
* Change ``ID3v2GEOBFrame`` to have only value attribute.
  that contains a single comment.
* Change ``ID3v2Frames`` to present a list of general
  encapsulated objects for ``GEOB`` key.
thebigmunch added a commit that referenced this issue Mar 4, 2020
* Add ``ID3v2PrivateInfo`` class.
* Change ``ID3v2PrivateFrame`` to have only value attribute.
  that contains a single private information object.
* Change ``ID3v2Frames`` to present a list of private info
  objects for ``PRIV`` key.
thebigmunch added a commit that referenced this issue Mar 4, 2020
* Add ``ID3v2UserURLLink`` class.
* Change ``ID3v2UserURLLinkFrame`` to have only value attribute.
  that contains a single user URL link object.
* Change ``ID3v2Frames`` to present a list of user URL link
  objects for ``WXXX`` key.
thebigmunch added a commit that referenced this issue Mar 4, 2020
* Add ``ID3v2UserText`` class.
* Change ``ID3v2UserTextFrame`` to have only value attribute.
  that contains a single user text object.
* Change ``ID3v2Frames`` to present a list of user text
  objects for ``TXXX`` key.
thebigmunch added a commit that referenced this issue Mar 5, 2020
* Add ``ID3v2UserText`` class.
* Change ``ID3v2UserTextFrame`` to have only value attribute.
  that contains a single user text object.
* Change ``ID3v2Frames`` to present a list of user text
  objects for ``TXXX`` key.
thebigmunch added a commit that referenced this issue Mar 5, 2020
thebigmunch added a commit that referenced this issue Mar 5, 2020
* Add ``ID3v2Lyrics``, ``ID3v2SynchronizedLyrics``,
  and ``ID3v2UnsynchronizedLyrics`` classes.
* Change ``ID3v2SynchronizedLyricsFrame``
  and``ID3v2UnsynchronizedLyricsFrame``
  to have only value attribute
  that contains a single lyrics object.
* Change ``ID3v2Frames`` to present a list of lyrics
  objects for ``SYLT``/``USLT`` keys.
thebigmunch added a commit that referenced this issue Apr 9, 2020
thebigmunch added a commit that referenced this issue Apr 9, 2020
thebigmunch added a commit that referenced this issue Apr 9, 2020
thebigmunch added a commit that referenced this issue Apr 11, 2020
* ``ID3v2RecommendedBuffer``
* ``ID3v2RecommendedBufferFrame``
thebigmunch added a commit that referenced this issue Apr 11, 2020
* Remove ``ID3v2LyricsTimestampFormat``
* Remove ``ID3v2TempoTimestampFormat``
thebigmunch added a commit that referenced this issue Apr 11, 2020
* ``ID3v2Event``.
* ``ID3v2Events``.
* ``ID3v2EventTypes``.
* ``ID3v2EventTimingCodesFrame``.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant