View Issue Details

IDProjectCategoryView StatusLast Update
0006989MMW v4Synchronizationpublic2011-07-11 01:33
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformWindowsOS7OS Version-
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0006989: Some formats are reported incorrectly in auto-conversions
DescriptionSome MTP devices report weird formats in Supported formats frame, e.g. sometimes AVI is reported as an Audio format, WAV as Image, etc.
TagsNo tags attached.
Attached Files
vision_config2.jpg (156,712 bytes)   
vision_config2.jpg (156,712 bytes)   
Fixed in build1343

Activities

michal

2010-12-15 13:04

developer   ~0021835

Fixed in build 1335.

jiri

2010-12-15 13:53

administrator   ~0021839

Few more issues:
1. ASF is classified as Video, even though it's meant to be Audio only by the device. Maybe we should base the classification in such unclear cases on other properties, e.g. for VideoBitrate is specified, it will be Video, otherwise Audio?
2. WMA1 audio codec isn't shown in supported formats. I confirmed that it's properly set by d_WMDM, but somehow it doesn't get into the main app?

michal

2010-12-15 15:55

developer   ~0021844

Fixed in build 1335.

rusty

2010-12-20 03:49

administrator   ~0021938

Tested with Zen vision in 1336, and I noticed what may be a problem:

WMA file is listed as a supported format, but no audio format is associated with the WMA file (same goes for AA file). Is that valid ?

michal

2010-12-20 07:52

developer   ~0021950

It happens, when the device returns unknown stream format. Assigning to Jiri to check this and add additional audio formats, when needed.

jiri

2010-12-20 08:53

administrator   ~0021951

Rusty, send me a WMLog from the device, I can check out whether we can do anything about it.

rusty

2010-12-28 16:46

administrator   ~0022151

File submitted to Jiri.

jiri

2011-01-04 17:09

administrator   ~0022191

The missing codecs are:
Video: 'MPEG' and 'MP2V' (fourcc)
Audio: WAVE_FORMAT_DVI_ADPCM (=0x11)

michal

2011-01-05 14:01

developer   ~0022206

Fixed in build 1343.

peke

2011-07-11 01:33

developer   ~0026703

This can b e easily done using Scripting and http://www.mediamonkey.com/wiki/index.php/SDBFileSystem add wishlist into Scripting Forum.

As an example see install/uninstall.vbs from last.fm plugin