leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
412 stars 14 forks source link

Add rss feed for users #378

Open leepeuker opened 1 year ago

leepeuker commented 1 year ago

Users should have the option to enable a public rss feed containing their watch history

Questions:

Please react to this issue if you are interested in this feature (thumbs up/comment)

JVT038 commented 1 year ago
JVT038 commented 1 year ago

I have thought some more about this, and I think we should also add support for the Radarr RSS list import.

Basically this means that if the user adds a custom RSS list with an URL from Movary, Radarr will automatically add and monitor all the movies in the RSS feed provided by Movary.

This could open up some nice possibilities, such as different filters (with query parameters, such as inWatchlist=bool where the user can filter to only have items from the watchlist) or maybe filter based on actor, movie company, language, etc. and import that into Radarr.

Radarr unfortunately doesn't have a proper documentation for how the RSS should look like, so I dug into the code and found this