View Issue Details

IDProjectCategoryView StatusLast Update
0005272MMW v4Framework: Taggingpublic2010-02-12 14:56
Reporterrusty Assigned To 
PriorityimmediateSeveritytextReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.1 
Target Version3.1Fixed in Version3.1 
Summary0005272: Document wav tags
DescriptionHelp 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 InformationAdditional RIFF tag Data
http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/RIFF.html
TagsNo tags attached.
Fixed in build1223

Relationships

related to 0005414 closedjiri Replay gain information isn't saved to .wav tracks 

Activities

rusty

2009-02-02 22:59

administrator   ~0016492

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) ?

jiri

2009-02-03 09:56

administrator   ~0016495

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.

peke

2009-02-03 17:58

developer   ~0016502

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

rusty

2009-02-03 22:54

administrator   ~0016503

Updated 1223

stephen_platt

2009-04-03 22:17

developer   ~0017331

Verified 1232