A script analoguous to `mp3info`, but for flac files.
This project **might** be more up-to-date on GitHub: https://github.com/tobast/flacinfo.
https://github.com/tobast/flacinfo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
flacinfo.py | 7 months ago | |
setup.py | 2 years ago |
README.md
flacinfo
A script analoguous to mp3info
, but for flac files.
Requirements
flacinfo
depends on the presence of a
metaflac
binary somewhere in your
$PATH
.
Usage
usage: flacinfo [-h] [-a ARTIST] [-c COMMENT] [-g GENRE] [-l ALBUM]
[-m ALBUMNUMBER] [-n TRACK] [-t TITLE] [-y YEAR]
FILE [FILE ...]
Edit flac files' metadata
positional arguments:
FILE The file(s) to work on
optional arguments:
-h, --help show this help message and exit
-a ARTIST, --artist ARTIST
Specify artist name
-c COMMENT, --comment COMMENT
Specify an arbitrary comment
-g GENRE, --genre GENRE
Specify genre (in plain text)
-l ALBUM, --album ALBUM
Specify album name
-m ALBUMNUMBER, --albumnumber ALBUMNUMBER
Specify album number
-n TRACK, --track TRACK
Specify track number
-t TITLE, --title TITLE
Specify track title
-y YEAR, --year YEAR Specify album year
When no option modifying the tags is passed, the currently set tags are shown.