home.social

#id3v1 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #id3v1, aggregated by home.social.

  1. 🎵 AudioMeta Python 1.1.0 is out !

    Library & CLI for audio metadata (MP3, FLAC, WAV).

    New:
    - opt-in include_raw_binary_data
    - MusicBrainz Artist ID (read/write + CLI).
    - Breaking: include_cover/--no-cover removed; use include_raw_binary_data=True for raw/cover.

    PyPI: pypi.org/project/audiometa-pyt
    GitHub: github.com/BehindTheMusicTree/

    #Python #audio #metadata #MusicBrainz #MP3 #FLAC #WAV #RIFF #ID3V1 #ID3V2

  2. 🎵 AudioMeta Python 1.1.0 is out !

    Library & CLI for audio metadata (MP3, FLAC, WAV).

    New:
    - opt-in include_raw_binary_data
    - MusicBrainz Artist ID (read/write + CLI).
    - Breaking: include_cover/--no-cover removed; use include_raw_binary_data=True for raw/cover.

    PyPI: pypi.org/project/audiometa-pyt
    GitHub: github.com/BehindTheMusicTree/

    #Python #audio #metadata #MusicBrainz #MP3 #FLAC #WAV #RIFF #ID3V1 #ID3V2

  3. The #ID3v1 tag occupies 128 bytes, beginning with the string TAG 128 bytes from the end of the file.

    The #ID3v2 tags are of variable size, and usually occur at the start of the file, which aids streaming media.

    A #cover #artwork would be in the later format, so that after truncating the beginning of the file to the announced size, the remaining end of the file match the torrent pieces:
    • pastebin.com/p4mPWNmF (PHP)
    • pastebin.com/Y67UW7KA (Python)