Bugzilla – Bug 15498
Some shows have progress bar, some do not
Last modified: 2010-02-03 21:31:46 UTC
Some shows just show a timer ticker without status bar. Eg "NPR World Story of the Day" This may not be a bug, but not sure....
Status bar? The button bar at the bottom?
My guess is that once you look at the metadata, this will be working correctly and as designed. We do not put a progress bar on tracks that don't have duration in the metadata.
yes I meant "progress bar"
This might be related to the display being stuck on some value, lack of new meta data (bug 15499)
dag - the missing progress bar is due to missing duration information in the channel/episode. See eg. this metadata I just got back: { duration => "00:00:00.4616271", episodeResponse => { episode => [ { averageRating => "", bookmark => 0, channel => "education", channelSlug => "5fa2a730124646859d08645a6d247640", contentSource => "f3735a0d107f47cf9e3bd2f8bf971024", defaultChannelSlug => "0c96dd32e2734f0783e20966b2ebf9ee", defaultChannelTitle => "self-help", deliveryModel => "OnDemand", description => "Most of us aren't going to become Mother Theresa, devote our lives to service, and move to Calcutta. But that's not what's being asked of us. What we're being called to do is what we can--to make a contribution, no matter how small.", downloadModel => "DownloadableShareable", favoriteType => "None", imageUrl => "http://static.mediafly.com/images/feeds/4d0e4c46fb5c4ce1b9ce15fee64cf552/icon-300x300.jpg", mediaType => "Audio", ppvModel => "Free", published => "2010-02-01T11:15:00", showSlug => "Cultivate_Life_Podcast", showTitle => "Cultivate Life! Podcast", slug => "Cultivate_Life_225", subscriptionType => "None", title => "Cultivate Life! #225", totalRatings => "", url => "http://www.mediafly.com/Podcasts/Episodes/Cultivate_Life_225/Media/8f8f03ec6e754bd3bb8321893e413a04/CultivateLife225.mp3", urlOriginal => "http://www.trans4mind.com/CultivateLife225.mp3", userChannelSlug => "5fa2a730124646859d08645a6d247640", userChannelTitle => "education", userRating => "", versionHash => "22dFD7HhSUT08q+N66/Tp8+9cFc=", webSiteUrl => "http://www.trans4mind.com/CultivateLife225.mp3", }, ], status => "ok", }, status => "ok", } duration => "00:00:00.4616271" can be considered 0.
Dag, is this our bug to fix? If we don't get a duration in the metadata we can use, then we are doing the right thing by not displaying a progress bar. It's impossible to display a UI for progress if we don't have the necessary data...
Mediafly doesn't provide duration so we have to parse the actual podcast mp3 and try to work it out ourselves. For some files we can't determine the bitrate and thus can't determine the duration. The best fix for this would be for Mediafly to do this on their end.
yes there's nothing you can do about this, so I am closing.
thanks