scripting / Scripting-News

I'm starting to use GitHub for work on my blog. Why not? It's got good communication and collaboration tools. Why not hook it up to a blog?
121 stars 10 forks source link

Artcasting feeds, a new use for enclosures #278

Open scripting opened 1 year ago

scripting commented 1 year ago

We're starting to work with people on artcasting. The idea is we want to send visual art over RSS 2.0 feeds. Photographs. ChatGPT visualizations. Paintings.

The consensus seems to be that we should use the enclosure element, as with podcasting, in this case, if the type begins with image/ then an artcast viewer should handle it, and a others should ignore it.

We were at this place with podcasting in 2001, and needed some examples, so we used Grateful Dead music to start using the technology. This is a similar idea. There's a big difference between an idea and something you can use.

So anyway, here's a test feed. Try subscribing to it in a feed reader you like. Hopefully it either ignores the enclosure or it does the right thing with it, displays it.

Let us know how it works, below. :smile:

yudel commented 1 year ago

Looks pretty on Feedly!

scripting commented 1 year ago

@yudel -- screen shot??

yudel commented 1 year ago

In my feeds:

image

When opened as an item:

image

scripting commented 1 year ago

Wow! Very nice. 😀

moosebegab commented 1 year ago

Here it is in Inoreader.

image

scripting commented 1 year ago

@moosebegab -- nice!

davmillar commented 1 year ago

Not quite as pretty in NetNewsWire for iOS.

image

Crul commented 1 year ago

It works on Commafeed:

jamesburgos commented 1 year ago

Same for NNW on mobile.

image

pcmhatre commented 1 year ago

No images on NNW for Mac:

Screenshot 2023-11-18 at 9 12 37 AM
sillygwailo commented 1 year ago

Here's a screenshot of the test feed in NewsBlur:

Screenshot 2023-11-18 at 11 01 43 AM

lostfocus commented 1 year ago

No image on Reeder on macOS:

Screenshot 2023-11-20 at 08 53 08
moosebegab commented 12 months ago

Black and white and RSS Photos you can only see in a feed site: https://gilest.org/bwrss.html feed: https://gilest.org/bwrss/bwrss.xml

Just throwing this out there that this feed does not work on Feedland. However, it does work on Inoreader.

image image

scripting commented 12 months ago

@moosebegab -- thanks for the report. I really want this feed to work in FeedLand.

There are no rules how this stuff should work, just a consensus. They aren't using the <enclosure> element, instead they're putting an <img> element in the element of each item.

For that to work in FeedLand we would have to allow images in HTML, but we don't we strip all HTML from posts.

Here's what's in the feed --

https://feeder.scripting.com/returnjson?feedurl=https://gilest.org/bwrss/bwrss.xml