Open Kamik423 opened 1 year ago
This seems odd for an RSS client to implement since it would only apply to NNW and no other RSS client.
I believe Open RSS feeds show the images inline. Maybe those feeds will work better for you?
Did some more digging. This is an official RSS specification called Media RSS which I had never heard off. Scouring this issues page a bit, there are multiple requests to add it.
<media:description>
As well as on RSParser:
where there is an open pull request with (at least limited) support
Media RSS is a widely accepted standard, otherwise it would not be reported as much. Other RSS readers support it.
In #2538 @brentsimmons mentions required volunteer time:
It’s just a matter of other features having priority. And the fact that we’re slow! (Volunteers working in their spare time.)
I would love to help here – if it is accepted, that MRSS should be added to NetNewsWire, I'd start by fixing up the RSParser Pull-Request.
(I would love to see this added.)
+100 this is a major missing feature to me ... with this, we could combine much more of everything into our daily digital consumption diet (podcasts, YouTube channels etc) without leaving the app.
Came here to report this bug too. No images show up in any of the Mastodon RSS feeds I follow. Neither on the NNW iOS app nor the macOS app. These images appear fine inside the official Inoreader app.
For example Mastodon attaches its images in posts via a
<media:content>
tag, which they decided here and which NNW does not currently display.As the tag is a part of the RSS item, I think it should be displayed as part of this item.
EDIT: At this point I assumed that this was a Mastodon specific bug, subsequently the title was changed and a more complete description is in the third comment.