https://bugs.gpodder.org/show_bug.cgi?id=1446

             Bug #: 1446
           Summary: Extract size and duration metadata from media:content
    Classification: Unclassified
           Product: gPodder
           Version: 2.19
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The following feeds refer to the same podcast:

http://www.guardian.co.uk/science/series/science/rss

http://www.guardian.co.uk/science/series/science/podcast.xml

However, gPodder only picks up the episode size and duration before downloading
on the podcast.xml feed. For the RSS feed, the Size column in the main window
is blank until an episode is downloaded, and the duration is shown as (00:00)
in the episode info box.

The podcast.xml feed contains this:

    <item>
      ...
      <enclosure
url="http://download.guardian.co.uk/audio/kip/science/series/science/1317393644223/4352/gnl.sci.111003.jp.science_weekly.mp3";
length="41559858" type="audio/mpeg" />
      ...
      <itunes:duration>00:57:42</itunes:duration>
      ...
    </item>

... but the /rss feed appears to contain only this:

    <item>
      ...
      <media:content duration="3462" fileSize="41559858" type="audio/mpeg"
url="http://download.guardian.co.uk/audio/kip/science/series/science/1317393644223/4352/gnl.sci.111003.jp.science_weekly.mp3";
/>
    </item>

It looks like ideally the same size and duration information could be picked up
from the <media:content> node.

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to