Skip to content

Commit 291cfbd

Browse files
committed
tag_dat: update README
1 parent d49ad74 commit 291cfbd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tag_dat/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This is a simple Python script to manipulate metadata of audio files.
88
It iterates over all files in a given path (default: current path), sets the filename (without file ending) as title and given arguments album and artist as audio tags.
99
The script uses the amazing "mutagen" library under the hood and has a pretty limited scope, because more complex use cases can be implemented quickly using mutagen directly.
1010

11+
tag_dat can handle the following file types:
12+
13+
* FLAC
14+
* MP3
15+
* Ogg OPUS
16+
* Ogg Vorbis
17+
1118
```
1219
usage: tag_dat.py [-h] [-ar ARTIST] [-al ALBUM] [-p PATH] [-f FILE] [-dr] [-de] [-v]
1320

0 commit comments

Comments
 (0)