diff --git a/README.md b/README.md index 02af5e2..ff65cb1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ +# id3-image-rs + +[![Build Status](https://drone.communiquons.org/api/badges/pierre/id3-image-rs/status.svg)](https://drone.communiquons.org/pierre/id3-image-rs) + This project is a fork of the crate [id3_image](https://crates.io/crates/id3-image) with extended API and updated dependencies. +99.9% of the credit for this work should go to the [initial author of this crate](https://github.com/AndrewRadev). + ___ This tool wraps the [rust-id3](https://github.com/jameshurst/rust-id3) library to provide an easy way to manipulate embedded cover art in an mp3 file. The embedded image usually gets picked up by music players and thumbnail generators.