View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005272 | MMW v4 | Framework: Tagging | public | 2009-02-02 22:07 | 2010-02-12 14:56 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | text | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 3.1 | ||||
Target Version | 3.1 | Fixed in Version | 3.1 | ||
Summary | 0005272: Document wav tags | ||||
Description | Help file current doesn't indicate wav tag formats: RIFF ---- 1. INAM - Name/Title | 1. (FF_Title) 2. IART - Artist | 2. (FF_Artist) 3. IPRD - Product | 3. (FF_Album) 4. IGNR - Genre | 4. (FF_Genre) 5. ICMT - Comments | 5. (FF_Comment) 6. ICMS - Commissioned | 6. (FF_Publisher) 7. ICOP - Copyright | 7. (FF_CopyRight) 8. ISRC - Source | 8. (FF_ISRC) 9. ISFT - Software | 9. (FF_Encoder) 10. IMUS - Music by | 10. (FF_Composer) 11. IWRI - Written by | 11. (FF_Lyricist) 12. ITCH - Technician | 12. (FF_Conductor) 13. IAAR - Album artist | 13. (FF_Band) 14. ISBJ - Subject | 14. (FF_Subtitle) Integers: --------- 15. itrk - Track Number | 15. (FF_TrackNumber) 16. ICRD - Creation Date | 16. (FF_Year) 17. IRTD - Rating | 17. (FF_Rating) Doubles: -------- 18. ITGL - Track Gain Level | 18. (FF_RGtrackgain) Extended: --------- 19. IALB - Cart Chunk ALBUM | 19. (FF_Album) 20. IGRE - Cart Chunk GENRE | 20. (FF_Genre) 21. BCPR - Cart Chunk COPYRIGHT | 21. (FF_CopyRight) 22. IYER - Cart Chunk YEAR | 22. (FF_Year) Additional: ----------- 23. IRVA - Track Peak level | 23. (FF_RGtrackpeak) Relative volume adjustment In addition a subset of ID3v2 tags are supported (read-only): 'TIT2', 'TPE1', 'TALB', 'TCON', 'COMM', 'TENC', 'TSSE', 'TRCK', 'TDRL', 'TYER' | ||||
Additional Information | Additional RIFF tag Data http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/RIFF.html | ||||
Tags | No tags attached. | ||||
Fixed in build | 1223 | ||||
|
Clarification needed on a couple of items: 1) TENC isn't used in MM's ID3 implementation (TSSE is) for encoder. What is it used for in WAV tracks? 2) Do we really use TDRC for ID3v2 and TDRL for WAV (ID3v2) ? |
|
1) TENC is currently used for Copyright and TSSE for Encoder in WAVE. 2) Yes, we use TDRC (among others) for ID3v2. I don't know why we use TDRL (note that we use it as read-only) in WAV, I guess that it's based on Peke's experince with what other apps fill in ID3v2 tags in WAV tracks. |
|
Jiri is right in both 1) and 2). Due to recent Jiri changes maybe we should better Describe what is used from ID3v2. The biggest problem is that some applications use plain v2.2.0 format, some uses v2.3.0 and others as seen in issues use v2.4.0 |
|
Updated 1223 |
|
Verified 1232 |