RSS Feed for Upcoming Shows

Hi,

Is it possible to add a link for an RSS feed for the upcoming shows in the calendar?

I have a VFD display on the front of my HTPC, and would love to see upcoming shows displayed on it.
Is this something that can be added?

Thanks

Not something we have planned, but you could use the [API] (https://github.com/Sonarr/Sonarr/wiki/API) and convert the data to any format you require.

Okay, no problem.

Would you be able to point me in the right direction so I can try and do this?

https://github.com/Sonarr/Sonarr/wiki/Calendar is the link the the docs on the calendar and the link above (fixed) links to all the API docs.

Hi, sorry I found all that and managed to get the JSON data.

What i meant was would you be able to point me in the direction of how to convert this into XML for an RSS feed?
What would be the easiest method to do this?
Just some very high level steps so i can research and have a go at it.

It would depend on what language you’re doing it in, google would probably be the best place to find out the exact steps, might be something you can do in Powershell on Windows, on Linux maybe python is best, depends on what you know already and what you want to learn. Not many steps involved, fetch the JSON, output an RSS feed and consume that.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.