View Issue Details

IDProjectCategoryView StatusLast Update
0007147MMW v4Framework: Taggingpublic2011-01-20 05:28
Reporterpeke Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0007147: AVI & WAV (RIFF) UTF-8 and ASCII tagging Compatibility
Description1. Like for WAV in 0004649 This should be applied to AVI Files.

2. We should add for Both AVI and WAV Compatibility instead of old [WAVTagging] only for WAVS in 0004649
[RIFFTagging]
ReadWriteUTF8=0

3. We could also Add that in case ReadWriteUTF8=0 MM should Automatically do http://www.mediamonkey.com/wiki/index.php/ISDBApplication::toASCII for all tags to ensure that ASCII is Written Correctly.


NOTE: To be even more clear what that INI option do. We could rename it to
[RIFFTagging]
ForceASCII=1
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=6&t=54840
TagsNo tags attached.
Fixed in build1344

Activities

peke

2011-01-10 00:28

developer   ~0022262

Reminder sent to: jiri, michal, rusty

@Jiri, Rusty
Can you please Triage this

jiri

2011-01-10 21:02

administrator   ~0022273

Michal, please implement similarly as in the f_wav plug-in. Raising priority in order to have this tagging change out asap, so that tags are consistent.

michal

2011-01-12 08:07

developer   ~0022311

Last edited: 2011-01-12 08:09

Fixed in build 1344. User can now specify

[RIFFTagging]
ReadWriteUTF8=0

in MediaMonkey.ini in order to not use UTF8 in AVI and WAV tagging. "WAVTagging" section functionality remains for backward compatibility and user can (but needn't) set different behavior for AVI tagging (RIFFTagging) and for WAV (WAVTagging).
Note - even if ReadWriteUTF8=0, MM tries to detect UTF8 during tag reading and read the tag correctly.

peke

2011-01-20 05:28

developer   ~0022476

Verified 1344