答え1
MP3の場合は、以下を試してください。目D3、発見した後これだから答えてください。
--add-image=IMG_PATH:TYPE[:DESCRIPTION]
Add an image to the tag. The description and type
optional, but when used, both ':' delimiters must be
present. The type MUST be an string that corresponds
to one given with --list-image-types. If the IMG_PATH
value is empty the APIC frame with TYPE is removed.
Oggの場合ヘッダー。デフォルトではイメージファイルのロードはサポートされていませんが、VorbisのカバーアートタグはCOVERARTタグに格納されているbase64エンコードイメージファイルで、COVERARTMIMEのMIMEタイプです。
coverart=$(base64 $jpegfile)
vorbiscomment -a -t 'COVERART=$coverart' -t 'COVERARTMIME=image/jpeg' $infile $outfile
答え2
タグエディタ様々なサポート滞在と同時にGUIそしてコマンドラインインタフェース相互作用。
tageditor set \
album="${album}" \
artist="${artist}" \
title="${title}" \
genre="${genre}" \
--files "${file}"
答え3
https://github.com/quodlibet/mutagen提供されますmid3v2
。クラシックバージョンより遅いですが、絶対に安定してid3v2
実行されます。