tagput.c is a wrapper program over id3put (included in id3el-*.tar.gz package) and vorbiscomment. With this program, you can edit both mp3 and ogg's tag via id3.el on mpg123-mode. |
tagput.c を使うと mpg123.el+id3.el の曲タグ 編集モードで、mp3だけでなく ogg ファイルも全く同様にコメント編集でき るようになるのだ。 |
Do as follows in command line.
% cc -o tagput tagput.c % install -c tagput /usr/local/bin
Then put next lisp expression into your ~/.emacs.
(setq id3*put-prog "tagput")
Back to mpg123.el