id3
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| id3 [2010/09/08 11:44] – created suapapa | id3 [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| mp3 파일 태그 id3 삽질기 | mp3 파일 태그 id3 삽질기 | ||
| + | |||
| + | ====== ID3v2 tagger ====== | ||
| + | <code python> | ||
| + | >>> | ||
| + | >>> | ||
| + | >>> | ||
| + | ' | ||
| + | >>> | ||
| + | ... print frame.fid, frame.strings | ||
| + | ... | ||
| + | COMM [] | ||
| + | TIT2 [u' | ||
| + | TPE1 [u' | ||
| + | TALB [u' | ||
| + | TCON [' | ||
| + | TIT3 [u' | ||
| + | TYER [' | ||
| + | TDRL [' | ||
| + | COMM [] | ||
| + | </ | ||
| + | |||
| + | 나는 꼼수다 - 봉주 2회 | ||
| + | <code python> | ||
| + | mp3_tag = ID3v2(r'/ | ||
| + | for frame in mp3_tag.frames: | ||
| + | print frame.fid, frame.strings | ||
| + | | ||
| + | COMM [] | ||
| + | TIT2 [u' | ||
| + | TPE1 [u' | ||
| + | TALB [u' | ||
| + | TYER [u' | ||
| + | TCON [u' | ||
| + | </ | ||
| + | |||
| + | 에라이 한 자 잘렸네. :( | ||
| + | <code python> | ||
| + | >>> | ||
| + | >>> | ||
| + | {' | ||
| + | >>> | ||
| + | ' | ||
| + | </ | ||
| + | |||
| + | ====== 테스트 결과 (전) ====== | ||
| + | <code txt> | ||
| + | [ RUN ] MediaScannerClientTest.some_stupid_has_broken_cp949_string | ||
| + | / | ||
| + | Value of: " | ||
| + | Expected: results-> | ||
| + | Which is: " | ||
| + | [ FAILED | ||
| + | </ | ||
| ====== references ===== | ====== references ===== | ||
| *[[http:// | *[[http:// | ||
| *[[http:// | *[[http:// | ||
id3.1283946267.txt.gz · Last modified: 2013/08/03 05:04 (external edit)