An open API service indexing awesome lists of open source software.

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.

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 exit

Subcommands:
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 cover

positional 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] mp3

positional 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