View Issue Details

IDProjectCategoryView StatusLast Update
0010101MMASynchronizationpublic2013-02-16 00:51
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.0.1 
Target Version1.0.1 
Summary0010101: When MMA waits for auto-converted tracks, no message appears
DescriptionDuring fixing 0010088 I found out this:

1. Select several AVI videos on sync-list
2. Start WiFi sync from MMA
=> AVIs are converted to MP4s while MMA just waits for the convertion, but no message appears and it looks like the sync is frozen.

MMA should show a message that it is waiting for the conversion
TagsNo tags attached.
Fixed in build94

Activities

rusty

2012-11-29 20:56

administrator   ~0033509

Last edited: 2012-11-29 20:56

How about MMA adds a 'Converting' header when this situation arises?

i.e. the header normally displays 'Downloading'.

But, when a track is being converted, _and that conversion is blocking downloads from proceeding_, a new header can appear below showing 'Converting', and indicate the conversion progress. Once the conversion is complete i.e. it is no longer blocking downloads, the conversion header/progress bar can disappear.

jiri

2012-11-29 23:56

administrator   ~0033516

I'd simply change the header to 'Converting' while it's the current action (and back to 'Downloading' then).

Note that Tray status should be updated accordingly.

rusty

2012-11-30 17:13

administrator   ~0033534

Build 70 is fixed as follows:

Downloading
<track metadata>
Progress bar

changes to

Downloading
Waiting for file to convert

This implementation can be improved so that:
-it doesn't hide the metadata of the track being converted
-it doesn't change the size of the dialog

Simplest would be:
Downloading
<track metadata>
Progress bar

changes to

Downloading (coverting...)
<track metadata>
Progress bar

Ludek

2012-11-30 17:38

developer   ~0033536

I tend to Jiri that 'Converting' instead of 'Downloading (coverting...)' is better. Because actually nothing is downloading in the meantime.

marek

2013-01-22 19:34

developer   ~0034605

Fixed in build 94

peke

2013-02-16 00:51

developer   ~0034978

Verified 100