Automic VaultAutomic Vault

brew

eye-d3 を Homebrew, apk, apt, Nix, zypper でインストール

eye-d3 のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install eye-d3

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add eyed3

Alpine Linux edge package indexes · eyed3 · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install eyed3

Debian stable package indexes · eyed3 · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#eyed3

nixpkgs package indexes · pkgs/by-name/ey/eyed3/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install eyeD3

openSUSE Tumbleweed package metadata · eyeD3 · ソース: download.opensuse.org

概要

パッケージ概要

Work with ID3 metadata in .mp3 files

履歴

プロジェクトの歴史と使われ方

eyeD3 is a Python command-line tool and library for reading and writing ID3 metadata in MP3 files. It serves both shell users editing tags and Python developers building metadata-aware audio workflows.

The project has been released since 2002 and has evolved from a straightforward tag editor into a plugin-capable CLI and importable Python package.

プロジェクトの歴史

The official release history starts with eyeD3 0.1.0 on 2002-07-31. Through the 0.6 series, the project accumulated practical ID3 and MP3-handling fixes: Unicode handling, ID3v1/v2 frame support, URL frames, lyrics, genre handling, safe rewrites, and command-line behavior.

Version 0.7.0 in 2012 was a larger internal shift: the command-line tool gained plugin support, the module name became the lower-case eyed3, the API was redesigned around tag properties, PyPI-friendly installation was added, and configuration-file support became part of the command-line workflow.

The 0.8 and 0.9 lines modernized the project for Python 3, GitHub development, plugin output formats, and current Python versions. The 2025 0.9.8 release lists Python 3.11, 3.12, and 3.13 support.

採用の歴史

eyeD3's adoption path is typical of durable Python CLI utilities: it is installable as a Python package, exposes an importable library, and is also packaged by operating-system package managers. The official README points users to PyPI-style installation and GitHub source development.

Its continued release history reflects maintenance for newer Python runtimes and real-world MP3 tag edge cases, including malformed frames, iTunes extensions, cover art, JSON/YAML output, and collection statistics.

使われ方

The default eyeD3 command edits common song fields such as artist, album, title, and track number, then displays the resulting ID3 tag. The same operations are available through Python by loading a file, mutating tag properties, and saving.

The documented feature set includes ID3 1.x, read-only ID3 2.2, ID3 2.3, ID3 2.4, MP3 audio details, plugins for display/fixup/art/stats/output formats, and custom command-line plugins.

パッケージ好きにとっての重要性

eyeD3 is package-manager-friendly because it is both a Unix-style CLI and a reusable Python library. That makes it useful in scripts that batch-fix music libraries and in Python applications that need direct ID3 access.

Its long release history is a catalog of boring but valuable media-tag edge cases: encodings, malformed frames, version conversion, iTunes quirks, cover art, recursive scanning, and output formats.

タイムライン

  • 2002: eyeD3 0.1.0 is released.
  • 2012: eyeD3 0.7.0 adds plugin-oriented CLI behavior and a redesigned lower-case eyed3 module.
  • 2017: eyeD3 0.8 adds Python 3 support and notes the project home on GitHub.
  • 2020: eyeD3 0.9 drops Python 2.7 support and changes recursive scanning behavior.
  • 2025: eyeD3 0.9.8 adds support for Python 3.11, 3.12, and 3.13.

Related projects

  • ID3 is the metadata format family eyeD3 reads and writes.
  • MP3 is the primary audio format exposed by eyeD3's command-line and library APIs.
  • eyeD3 plugins such as classic, fixup, art, stats, JSON, YAML, and nfo form the project's extension surface.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.eyeD3/config.ini

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
eyeD3cliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.9.9
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://eyed3.readthedocs.io/en/latest/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:eye-d3
バージョン0.9.9
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/eye-d3
ホームページhttps://eyed3.readthedocs.io/en/latest/
リポジトリhttps://github.com/nicfit/eyeD3
上流ドキュメントhttps://eyed3.readthedocs.io/en/latest
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://files.pythonhosted.org/packages/ee/aa/5873b98fa5f570724a65757987c155dea68d27f0acae17da1b1ffc8cd0d2/eyed3-0.9.9.tar.gz
依存関係python@3.14
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameeye-d3
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt92%

eyed3 0.9.7-2

Display and manipulate id3-tags on the command-line

http://eyed3.nicfit.net/

sudo apt install eyed3
  • Section: sound
  • Architecture: all
  • 2 依存関係
  • installed executable or alias match
  • 一致条件: Eyed3
Debian stable package indexes · deb.debian.org · Debian stable package indexes: eyed3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

python3-eyed3 0.9.7-2

Python module for id3-tags manipulation (Python 3 version)

http://eyed3.nicfit.net/

sudo apt install python3-eyed3
  • Section: python
  • Architecture: all
  • Source Package: eyed3
  • 3 依存関係
  • 3 任意依存関係
  • installed executable or alias match
  • 一致条件: Eyed3
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-eyed3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

eyed3

nix profile install nixpkgs#eyed3
  • installed executable or alias match
  • 一致条件: Eyed3
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ey/eyed3/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

eyed3 0.9.7-1

Display and manipulate id3-tags on the command-line

http://eyed3.nicfit.net/

sudo apt install eyed3
  • Section: universe/sound
  • Architecture: all
  • 3 依存関係
  • installed executable or alias match
  • 一致条件: Eyed3
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: eyed3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

python3-eyed3 0.9.7-1

Python module for id3-tags manipulation (Python 3 version)

http://eyed3.nicfit.net/

sudo apt install python3-eyed3
  • Section: universe/python
  • Architecture: all
  • Source Package: eyed3
  • 3 依存関係
  • 3 任意依存関係
  • installed executable or alias match
  • 一致条件: Eyed3
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-eyed3 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk92%

eyed3 0.9.7-r6

ID3 tag editor in Python

https://eyed3.nicfit.net/

sudo apk add eyed3
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: eyed3
  • 1 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Eyed3
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: eyed3 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

eyed3-pyc 0.9.7-r6

Precompiled Python bytecode for eyed3

https://eyed3.nicfit.net/

sudo apk add eyed3-pyc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: eyed3
  • 1 依存関係
  • installed executable or alias match
  • 一致条件: Eyed3
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: eyed3-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper92%

eyeD3 0.9.9-1.3

Audio files and ID3 Manipulation Tool

https://eyed3.readthedocs.io/en/latest/

sudo zypper install eyeD3
  • License: GPL-2.0-or-later AND GPL-3.0-only
  • Category: Productivity/Multimedia/Sound/Utilities
  • Architecture: noarch
  • Source Package: eyeD3
  • 2 依存関係
  • 1 提供
  • installed executable or alias match
  • 一致条件: Eyed3
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: eyeD3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

python311-eyed3 0.9.9-1.3

Component library of eyeD3, an ID3 tag manipulation tool

https://eyed3.readthedocs.io/en/latest/

sudo zypper install python311-eyed3
  • License: GPL-2.0-or-later AND GPL-3.0-only
  • Category: Productivity/Multimedia/Sound/Utilities
  • Architecture: noarch
  • Source Package: eyeD3
  • 3 依存関係
  • 3 提供
  • installed executable or alias match
  • 一致条件: Eyed3
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python311-eyed3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

python313-eyed3 0.9.9-1.3

Component library of eyeD3, an ID3 tag manipulation tool

https://eyed3.readthedocs.io/en/latest/

sudo zypper install python313-eyed3
  • License: GPL-2.0-or-later AND GPL-3.0-only
  • Category: Productivity/Multimedia/Sound/Utilities
  • Architecture: noarch
  • Source Package: eyeD3
  • 3 依存関係
  • 4 提供
  • installed executable or alias match
  • 一致条件: Eyed3
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python313-eyed3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper92%

python314-eyed3 0.9.9-1.3

Component library of eyeD3, an ID3 tag manipulation tool

https://eyed3.readthedocs.io/en/latest/

sudo zypper install python314-eyed3
  • License: GPL-2.0-or-later AND GPL-3.0-only
  • Category: Productivity/Multimedia/Sound/Utilities
  • Architecture: noarch
  • Source Package: eyeD3
  • 3 依存関係
  • 3 提供
  • installed executable or alias match
  • 一致条件: Eyed3
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python314-eyed3 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment