azuracast / metadata-manager
A command-line wrapper around the PHP GetId3 library.
Fund package maintenance!
AzuraCast
Open Collective
Patreon
Requires
- php: >=7.4
- ext-json: *
- james-heinrich/getid3: v2.0.0-beta4
- php-ffmpeg/php-ffmpeg: ^1.0
- symfony/console: >5.0
- voku/portable-utf8: ^6
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-28 17:37:57 UTC
README
This application is a CLI wrapper around the PHP getId3 library that allows you to input a file and generate a JSON file containing the important metadata about that media file, or conversely to read a JSON file and write the corresponding metadata to the specified media file.
Usage
Read Metadata to JSON File (and artwork image)
metadata-manager read file-path json-output-path [art-output-path]
Write Metadata from JSON File (and artwork image)
metadata-manager write file-path json-input-path [art-input-path]