aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-info-metaflac.el
diff options
context:
space:
mode:
authorJohnathan Rabkin <yonirabkin@member.fsf.org>2012-09-18 12:28:50 -0400
committerJohnathan Rabkin <yonirabkin@member.fsf.org>2012-09-18 12:28:50 -0400
commitd5666db21b9e2832eedf4d63a35d29f7fea7135b (patch)
treed0254154faee9817b6af42e7e04790e4ef4d71fd /lisp/emms-info-metaflac.el
parent7a5eb54fa0f4a0d91213ec91263bfacc0469bc55 (diff)
Add support for disc-number sorting of FLAC files.
Patch from Christophe Rhodes <csr21@cantab.net>.
Diffstat (limited to 'lisp/emms-info-metaflac.el')
-rw-r--r--lisp/emms-info-metaflac.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emms-info-metaflac.el b/lisp/emms-info-metaflac.el
index c6188c3..5e50578 100644
--- a/lisp/emms-info-metaflac.el
+++ b/lisp/emms-info-metaflac.el
@@ -64,6 +64,7 @@ external metaflac program"
"--show-tag=NOTE"
"--show-tag=YEAR"
"--show-tag=TRACKNUMBER"
+ "--show-tag=DISCNUMBER"
"--show-tag=GENRE")
"The argument to pass to `emms-info-metaflac-program-name'."
:type '(repeat string)