2018-09-16, 22:44
I have an RSS Feed developed for Kodi.
When it plays it gets cut off at about 200 characters.
Here is the code I'm using:
<rss version="2.0">
<channel>
<title></title>
<item>
<title>This is a test RSS Feed to see if our friends can Avoid Service Interruption</title>
</item>
<item>
<title>Using Standard Kodi RSS feed co-->{THE FEED STOPS HERE}<---de.</title>
</item>
<item>
<title>This is an attempt to make the RSS feed longeer than 200 characters. </title>
</item>
</channel>
</rss>
The feed stops at the area I indicated in the code.
Then it restarts at the beginning.
Any thoughts or suggestions?
When it plays it gets cut off at about 200 characters.
Here is the code I'm using:
<rss version="2.0">
<channel>
<title></title>
<item>
<title>This is a test RSS Feed to see if our friends can Avoid Service Interruption</title>
</item>
<item>
<title>Using Standard Kodi RSS feed co-->{THE FEED STOPS HERE}<---de.</title>
</item>
<item>
<title>This is an attempt to make the RSS feed longeer than 200 characters. </title>
</item>
</channel>
</rss>
The feed stops at the area I indicated in the code.
Then it restarts at the beginning.
Any thoughts or suggestions?