https://github.com/rynstwrt/mp3art
A python module terminal command to add or remove cover art for MP3 files.
https://github.com/rynstwrt/mp3art
apic art cover-art mp3 mp3-cover mp3-cover-art mp3art pip python python-module
Last synced: 2 months ago
JSON representation
A python module terminal command to add or remove cover art for MP3 files.
- Host: GitHub
- URL: https://github.com/rynstwrt/mp3art
- Owner: rynstwrt
- Created: 2025-02-22T06:58:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T15:48:45.000Z (3 months ago)
- Last Synced: 2025-02-22T16:31:16.739Z (3 months ago)
- Topics: apic, art, cover-art, mp3, mp3-cover, mp3-cover-art, mp3art, pip, python, python-module
- Language: Python
- Homepage: https://pypi.org/project/mp3art/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP3Art
A python module terminal command to add or remove cover art for MP3 files.```
usage: mp3art [-h] {add,remove} ...Add or remove cover art to MP3 files.
options:
-h, --help show this help message and exitSubcommands:
Which operation to perform.{add,remove} Add or remove cover art for an MP3 file.
add Add cover art to an MP3 file.
remove Remove cover art to an MP3 file.
```### Installation:
Simply install with `pip install mp3art`.
## Add Cover Art
```
usage: mp3art add [-h] mp3 coverpositional arguments:
mp3 Path to the MP3 file.
cover Path to the cover art file.options:
-h, --help show this help message and exit
```
## Remove Cover Art
```
usage: mp3art remove [-h] mp3positional arguments:
mp3 Path to the MP3 file.options:
-h, --help show this help message and exit
```
### Links:
- GitHub: https://github.com/rynstwrt/mp3art
- PyPi: https://pypi.org/project/mp3art