• Resolved myfamilyradio

    (@myfamilyradio)


    I’m working with the pulgin and it appears its not catching all (or more of) the elements in the xml file. It will correctly interpret title, link, date, guid, descriptrion but nothing shows up for ‘enclosure’. Here is an image.

    The XML File I’m working with is here – https://www.941thevoice.com/game_plan_feed.xml

    Questions:
    1. Why won’t it pick up on the .mp3 link that is located in the enclosure? and
    2. Why won’t it detect more elements in the xml file pass ‘enclosure’?

Viewing 2 replies - 1 through 2 (of 2 total)
  • MA

    (@gasparnemes)

    Hi myfamilyradio,

    Thanks for using our plugins. I’ve checked your feed and the the following problems were detected:

    1. Why won’t it pick up on the .mp3 link that is located in the enclosure?
    In your XML feed the mp3 file is an attribute (instead of value), this is how is included in your feed:

    <enclosure url="https://www.941thevoice.com/podcast-download/14413/joan-endicott-get-part-1.MP3" length="28042136" type="audio/mpeg"/>
    This is the supported format by the current version of the plugin:

    <enclosure>
    <url>https://www.941thevoice.com/podcast-download/14413/joan-endicott-get-part-1.MP3</url>
    <length>28042136</length>
    <type>audio/mpeg</type>
    </enclosure>
    

    We’re working on the premium version of the plugin which will supports the XML attributes as well. This will be a separate extension and will be released soon.

    2. Why won’t it detect more elements in the xml file pass ‘enclosure’?
    This is a namespace issue, we’re working on the fix for this and will be fixed soon.

    MA

    (@gasparnemes)

    Hi Myfamilyradio,

    Thanks for using our plugin. I’ve checked your questions, see my answers below with bold

    1. Why won’t it pick up on the .mp3 link that is located in the enclosure?
    In your XML feed the URL of the .mp3 file is an attribute instead of values. The current version of the plugin doesn’t supports the XML attributes.
    We’re working on the premium extensions which supports the XML / RSS attributes as well. The extension will be released soon.

    2. Why won’t it detect more elements in the xml file pass ‘enclosure’?
    This issue will be fixed in the next update.

    Thanks,
    Gaspar

    • This reply was modified 7 years, 10 months ago by MA.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Picking Up All XML Elements’ is closed to new replies.