Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion abcde.conf
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
#ID3V2=id3v2
#MID3V2=mid3v2
#EYED3=eyeD3
#ID3TAG=id3tag
#CDPARANOIA=cdparanoia
#CD_PARANOIA=cd-paranoia
#CDDA2WAV=icedax
Expand Down Expand Up @@ -353,15 +354,17 @@
#FFMPEGENCOPTS=

# mp3 tagging:
# There are three ways to tag MP3 files:
# There are four ways to tag MP3 files:
# 1. id3v1 (with id3)
# 2. id3v2.3 (with id3v2)
# 3. id3v2.4 (with eyeD3) This is the default
# 4. id3tag (which may use id3v1 and/or id3v2 tags)
# Use ID3TAGV to select one of the older formats:
#ID3TAGV=id3v2.4
#ID3OPTS=
#ID3V2OPTS=
#EYED3OPTS="--set-encoding=utf16-LE"
#ID3TAGOPTS=

# Other options:
# The variable CDPARANOIOPTS is also used by GNU's cd-paranoia,
Expand Down