# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-eyed3 VERSION= 0.9.7 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Python audio data toolkit (ID3 and MP3) (3.11) SDESC[v12]= Python audio data toolkit (ID3 and MP3) (3.12) HOMEPAGE= https://eyeD3.nicfit.net/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/e1/33/b8b37a2d1a59d4f2856bf46ab54293cfc1b187532cba21512d60a6bac602 DISTFILE[1]= eyed3-0.9.7-py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON DISTNAME= eyed3-0.9.7.dist-info GENERATED= yes [PY311].RUN_DEPENDS_ON= python-coverage:single:v11 python-deprecation:single:v11 python-filetype:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-coverage:single:v12 python-deprecation:single:v12 python-filetype:single:v12 [PY312].USES_ON= python:v12,wheel post-install: ${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/examples [FILE:3119:descriptions/desc.single] Status ------ :alt: Latest Version :alt: Project Status :alt: Build Status :alt: License :alt: Supported Python versions :alt: Coverage Status About ----- eyeD3_ is a Python tool for working with audio files, specifically MP3 files containing ID3_ metadata (i.e. song info). It provides a command-line tool (eyeD3) and a Python library (import eyed3) that can be used to write your own applications or plugins that are callable from the command-line tool. For example, to set some song information in an mp3 file called ``song.mp3``:: $ eyeD3 -a Integrity -A "Humanity Is The Devil" -t "Hollow" -n 2 song.mp3 With this command we've set the artist (``-a/--artist``), album (``-A/--album``), title (``-t/--title``), and track number (``-n/--track-num``) properties in the ID3 tag of the file. This is the standard interface that eyeD3 has always had in the past, therefore it is also the default plugin when no other is specified. The results of this command can be seen by running the eyeD3 with no options. :: $ eyeD3 song.mp3 song.mp3 [ 3.06 MB] ------------------------------------------------------------------------- ID3 v2.4: title: Hollow artist: Integrity album: Humanity Is The Devil album artist: None track: 2 ------------------------------------------------------------------------- The same can be accomplished using Python. :: import eyed3 audiofile = eyed3.load("song.mp3") audiofile.tag.artist = "Token Entry" audiofile.tag.album = "Free For All Comp LP" audiofile.tag.album_artist = "Various Artists" audiofile.tag.title = "The Edge" audiofile.tag.track_num = 3 audiofile.tag.save() eyeD3_ is written and maintained by `Travis Shirk`_ and is licensed under version 3 of the GPL_. Features -------- * Python package (`import eyed3`) for writing applications and plugins. * `eyeD3` : Command-line tool driver script that supports plugins. * Easy ID3 editing/viewing of audio metadata from the command-line. * Plugins for: Tag to string formatting (display), album fixing (fixup), cover art downloading (art), collection stats (stats), and json/yaml/jabber/nfo output formats, and more included. * Support for ID3 versions 1.x, 2.2 (read-only), 2.3, and 2.4. * Support for the MP3 audio format exposing details such as play time, bit rate, sampling frequency, etc. * Abstract design allowing future support for different audio formats and metadata containers. Get Started ----------- Python >= 3.7 is required. For `installation instructions`_ or more complete `documentation`_ see http://eyeD3.nicfit.net/ Please post feedback and/or defects on the `issue tracker`_, or `mailing list`_. .. _eyeD3: http://eyeD3.nicfit.net/ .. _Travis Shirk: travis@pobox.com .. _issue tracker: https://github.com/nicfit/eyeD3/issues .. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/eyed3-users .. _installation instructions: http://eyeD3.nicfit.net/index.html#installation .. _documentation: http://eyeD3.nicfit.net/index.html#documentation .. _GPL: http://www.gnu.org/licenses/gpl-2.0.html .. _ID3: http://id3.org/ [FILE:107:distinfo] 145797c36ce0085df1efcd3379b15224f4c8996f79d3575ceaab6dc95d834282 246107 eyed3-0.9.7-py3-none-any.whl