TravisCI badges
This commit is contained in:
parent
3857f46ab2
commit
ee03521da6
@ -11,6 +11,9 @@ documentation = "https://docs.rs/id3-image/latest/id3_image"
|
|||||||
keywords = [ "id3", "mp3", "images" ]
|
keywords = [ "id3", "mp3", "images" ]
|
||||||
categories = [ "command-line-utilities", "filesystem", "multimedia" ]
|
categories = [ "command-line-utilities", "filesystem", "multimedia" ]
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "AndrewRadev/id3-image" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
id3 = "0.3.0"
|
id3 = "0.3.0"
|
||||||
image = "0.21.0"
|
image = "0.21.0"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
[![Build Status](https://travis-ci.org/AndrewRadev/id3-image.svg?branch=master)](https://travis-ci.org/AndrewRadev/id3-image)
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
The project was made for my own personal usage, so it likely makes assumptions that are not ideal for all cases. If it doesn't work for you, please open [a github issue](https://github.com/AndrewRadev/id3-image/issues).
|
The project was made for my own personal usage, so it likely makes assumptions that are not ideal for all cases. If it doesn't work for you, please open [a github issue](https://github.com/AndrewRadev/id3-image/issues).
|
||||||
|
Loading…
Reference in New Issue
Block a user