diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2017-03-01 17:06:42 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2017-03-01 17:06:42 -0500 |
commit | 6601ba8ef710b8ed260773e18a3baa940a7adc3a (patch) | |
tree | 33e9b493e7bdccc57823fd364f6074a52faf626b /doc/emms.texinfo | |
parent | 0b0bdd12eb97797d3c481de70871d64f42672a58 (diff) |
Move to a new emms-print-metadata.
The new emms-print-metadata is written in C++ and brings on board new
features from TagLib.
Patch by Petteri Hintsanen <petterih@iki.fi>.
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r-- | doc/emms.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 8bc25a4..159e94e 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -922,7 +922,7 @@ track as argument. @cindex using taglib The communication with the TagLib library is done via a tiny program -written in C @file{emms-print-metadata.c}. To compile +written in C++ @file{emms-print-metadata.cpp}. To compile @file{emms-print-metadata} invoke: @command{make emms-print-metadata} |