From: W. Trevor King Date: Sun, 8 Jan 2012 17:38:34 +0000 (-0500) Subject: Use spaces (instead of tabs) in Mutagen post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d6efdf4fdd93fd9561acec8dce0deea9c48611b;p=blog.git Use spaces (instead of tabs) in Mutagen post. --- diff --git a/posts/Mutagen.mdwn b/posts/Mutagen.mdwn index bcc540d..214cc50 100644 --- a/posts/Mutagen.mdwn +++ b/posts/Mutagen.mdwn @@ -7,7 +7,7 @@ note on using Mutagen to set some [ID3][] tags: >>> import mutagen.id3 >>> audio = MP3('some_file.mp3') >>> audio['TIT2'] = TIT2(encoding=3, text=["Title"]) - >>> audio.save(v1=2) # also include ID3v1 tags, when possible + >>> audio.save(v1=2) # also include ID3v1 tags, when possible ID3v2 encodings are hardcoded to the [following table][encodings]: