Kodi Community Forum

Full Version: infolabel value in rss feed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a bunch of RSS feeds whose only difference in the URL is the TV Show title. For example: feed.com/Futurama.rss and feed.com/Lost.rss. I want to display the correct feed when in the episode view for that show. The feeds contain information about when the next new episode airs on television.

My question is, can you use $INFO[ListItem.TVShowTitle] in the RssFeeds.xml <feed> tag?

If not, is there a way to dynamically set the RSS URL based on what show is currently selected?