View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006989 | MMW v4 | Synchronization | public | 2010-12-15 10:30 | 2011-07-11 01:33 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | 7 | OS Version | - |
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0006989: Some formats are reported incorrectly in auto-conversions | ||||
Description | Some MTP devices report weird formats in Supported formats frame, e.g. sometimes AVI is reported as an Audio format, WAV as Image, etc. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 1343 | ||||
|
Fixed in build 1335. |
|
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? |
|
Fixed in build 1335. |
|
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 ? |
|
It happens, when the device returns unknown stream format. Assigning to Jiri to check this and add additional audio formats, when needed. |
|
Rusty, send me a WMLog from the device, I can check out whether we can do anything about it. |
|
File submitted to Jiri. |
|
The missing codecs are: Video: 'MPEG' and 'MP2V' (fourcc) Audio: WAVE_FORMAT_DVI_ADPCM (=0x11) |
|
Fixed in build 1343. |
|
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 |