aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b010827bbaf43c0ad7e5edb21e79cd0486bc8d37 (plain)
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
# autotag

Uses metadata from musicbrainz.org to fill song files with
the tags of a given album.

Thomas Albers Raviola <thomas@thomaslabs.org>

## Usage

`autotag [OPTION...] [DIRECTORY... | FILE...]`

### Examples

- `autotag --artist=<ARTIST> -A <ALBUM>` Assume that the directory working on has the same name as `<ALBUM>`


### Options
```
    --artist=ARTIST        improve search results by providing an artist
-A, --album=ALBUM          name of the album the files belong to
-o, --order                ignore file names and assume that files are in order
                           (useful for ripped CDs)
-q, --quiet                do not output operations being done
-h, --help                 show help options
```

## License

GPL-3.0