aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: f234205e4d840aafa3dfea61d3c9fe0e09f2cd93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
extract-artwork
===============

**Extract artwork from media files**

Takes a number of media files and extracts artwork images.

Requirements
------------

To compile and run `extract-artwork` you need:

* [libav](https://libav.org/) or [ffmpeg](https://www.ffmpeg.org/)
* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation)

Some systems may require additional development packages for the libraries.

Build and install
-----------------

Building and installing is very easy. Just run:

> make

followed by:

> make install

This will place an executable at `/usr/bin/extract-artwork`,
documentation can be found in `/usr/share/doc/extract-artwork/`.

Usage
-----

Just run `extract-artwork` and add argument with media file names.

### Upstream

URL:
[GitHub.com](https://github.com/eworm-de/extract-artwork#extract-artwork)  

Mirror:
[eworm.de](https://git.eworm.de/cgit.cgi/extract-artwork/)
[GitLab.com](https://gitlab.com/eworm-de/extract-artwork#extract-artwork)