Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azuracast/metadata-manager
A CLI wrapper to read and write metadata about a media file to a JSON file.
https://github.com/azuracast/metadata-manager
Last synced: 12 days ago
JSON representation
A CLI wrapper to read and write metadata about a media file to a JSON file.
- Host: GitHub
- URL: https://github.com/azuracast/metadata-manager
- Owner: AzuraCast
- License: apache-2.0
- Created: 2021-08-23T18:46:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T11:59:24.000Z (over 2 years ago)
- Last Synced: 2024-11-05T10:30:35.960Z (15 days ago)
- Language: PHP
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Metadata Manager
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]
```