View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011344 | MMA | Synchronization | public | 2013-10-04 18:49 | 2013-11-03 00:16 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.4 | ||||
Target Version | 1.0.4 | Fixed in Version | 1.0.4 | ||
Summary | 0011344: Status when waiting for file to convert doesn't show enough information | ||||
Description | When syncing videos or video podcasts, MMA will display: Downloading ------------------------------- Waiting for file to convert... // // // // // // // // // // // This fails to: a) show what track is being converted. This can be resolved by displaying the track title. b) display any status of the progression of the conversion, so users can easily think that it has stalled (despite the fact that a status bar appears). It would be helpful if the current status bar could be changed to a status bar that indicates progression (assuming WiFi sync protocol can display conversion progression), but even if that's not possible, 2 status bars should still display--one for current status, and one for overall status (as is the case normally, when conversion isn't occurring). e.g. Downloading (converting...) ------------------------------- <Title> <Artist> <Album> // // // // // // // // // // // (current track status) --------0----------------------- (overall status) | ||||
Tags | No tags attached. | ||||
Fixed in build | 179 | ||||
|
Raising priority--the current implementation is too frustrating. |
|
Fixed in build 176 Added progress bar to show overall status. We don't have implemented sending of autoconversion status from MMW to MMA. Please note that track info cannot be displayed, because multiple tracks can be converted simultaneously (each CPU core is converting). |
|
Verified 176--it's working better now. But, re. the absence of any track information, why not just show the first title in the queue OR all titles in the queue OR the title expected to be completed first? e.g. Downloading ---------------------- Converting file(s)... <Title1>, <Artist> <Title2>, <Artist> <Title3>, <Artist> <Title4>, <Artist> btw, can you confirm that 'Waiting for file to convert...' only displays when when conversion is actually blocking file transfer? |
|
Ok, I will discuss it with Ludek. Yes, while files are converting on MMW side, MMA downloads tracks that don't need a conversion or are already converted. |
|
Assigned to me to add XML info of the progress for each track being converted. |
|
I've implemented it in MMW build 1669. The XML contains just one of tracks being converted (like in case of USB sync), it looks like this: <ConvertInfo> ..<Track> ....<Title>Wildlife in HD</Title> ....<Artist></Artist> ....<Album>Sample Videos</Album> ..</Track> ..<Progress>0.493137942378626</Progress> </ConvertInfo> The <Progress> is max progress of all threads (real number between 0 and 1) and the XML is requested similar way like DeviceConfig.xml, but ConversionProgress.xml is used in this case. Example URL: http://127.0.0.1:4000/DeviceID=0A3C22AF1301200C.0.2a6b5e00-604f-4a54-9e24-af759c04a5b9_ConversionProgress.xml Added in MMW 1669. |
|
Fixed in build 179 |
|
Verified 179. |