Uploaded image for project: 'Magnolia RSS Aggregator Module'
  1. Magnolia RSS Aggregator Module
  2. MGNLRSSAGG-40

As a user I can import media attachements along with RSS entries.

XMLWordPrintable

    • Yes

      RSS enclosures are a way of attaching multimedia content to RSS feeds by providing the URL of a file associated with an entry, such as an MP3 file to a music recommendation or a photo to a diary entry. (See "http://en.wikipedia.org/wiki/RSS_enclosure").

      The mapping from SyndEntry to content node seems to be done in

      info.magnolia.module.rssaggregator.importhandler.RSSFeedImportHandler.createFeedChannelEntryNode(SyndEntry, String, Content)

      The method does not store any enclosures in the node. I suggest to extend it to store enclosures as well.

        Acceptance criteria

              Unassigned Unassigned
              lutzh Lutz Hühnken
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD