Kodi Community Forum

Full Version: RSS with NFO and Video?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i haven't found a good example.


rss:

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<item>
 <title>Godzilla</title>
 <nfo>http://localhost/kodi/filme/1/movie.nfo</nfo>
 <enclosure url="http://localhost/kodi/filme/1/movie.mkv"/>
</item>
</channel>
</rss>

it shows the list in the video but no nfo read. http web drive is good too but i want to try rss.