View Issue Details

IDProjectCategoryView StatusLast Update
0003436MMW v4Synchronizationpublic2007-08-29 14:17
Reporterjiri Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Product Version3.0 
Summary0003436: Show only supported formats in device configuration dialog
DescriptionCurrently, if user wants to configure audio file formats for a device, we show all formats supported by MM. This approach makes sense for devices where we don't know which formats are supported, but it doesn't make sense e.g. for iPod - it won't ever play FLAC or MPC formats (except for Rockboxed device, which would need another plug-in anyway).

So I'd suggest to show only extenstion supported by MM _and_ supported by the device.
TagsNo tags attached.
Fixed in build

Activities

jiri

2007-08-26 11:47

administrator   ~0010351

Assigning to Rusty for feedback.

rusty

2007-08-26 12:11

administrator   ~0010353

1) For the iPod, seems to make sense
2) for MTP devices, I'd be reluctant since we know that the device may not register supported formats correctly

jiri

2007-08-27 09:34

administrator   ~0010371

Comment 2) makes sense, but on the other hand, I don't think that such device exists - as far as I know, if device doesn't report e.g. OGG as a supported format, it doesn't help if MM synchronizes it, the WMDM and driver layers can't handle this situation correctly. The only case where I know it's necessary to let user select from all formats is in case when the device doesn't report any supported format (like ordinary USB sticks, etc.).

rusty

2007-08-27 10:55

administrator   ~0010372

Re. 2) Truth is, I'm not certain but my recollection is that we originally implemented the 'supported formats' configurability _in_order_ to support OGG on some iRiver devices. But you may be right that this was specifically for USB MS devices using the wmdm plugin, in which case we can implement this.

jiri

2007-08-29 14:17

administrator   ~0010412

Decreasing priority - although it's definitely a good idea, it should be more tested in order to be sure it doesn't do any harm.