projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688d79d
)
Use spaces (instead of tabs) in Mutagen post.
author
W. Trevor King
<wking@drexel.edu>
Sun, 8 Jan 2012 17:38:34 +0000
(12:38 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 8 Jan 2012 17:38:34 +0000
(12:38 -0500)
posts/Mutagen.mdwn
patch
|
blob
|
history
diff --git
a/posts/Mutagen.mdwn
b/posts/Mutagen.mdwn
index bcc540d2f2cab0a5da95554b4aba9c30fbcb95dc..214cc50b6f867a7bd0f4532baf41b482da959303 100644
(file)
--- 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]: