- March 28, 2008
- 270
- 94
Hi!
I have a few hundred streams I would like to add to Online Videos. I have tried to add them manually and with a script to C:\ProgramData\Team MediaPortal\MediaPortal\OnlineVideoSites.xml. I add something like this to the end of the file
But it only work with few streams, like 10, 30 or so. But when I try with 100+ it don't work anymore. Have any of you done something similar and can share any tips on how to proceed? Any limits on number of sites, categories and channels?
I have a few hundred streams I would like to add to Online Videos. I have tried to add them manually and with a script to C:\ProgramData\Team MediaPortal\MediaPortal\OnlineVideoSites.xml. I add something like this to the end of the file
Code:
<Site name="LiveTV" util="GenericSite" agecheck="false" enabled="true" lang="en" lastUpdated="2011-06-04T11:57:59.393Z">
<Description>Live TV channels.</Description>
<Categories>
<Category xsi:type="Group" name="GP">
<Channels>
<Channel name="Test 1" thumb="https://link.to/picture1.png">http://link.to/stream1</Channel>
<Channel name="Test 2" thumb="https://link.to/picture2.png">http://link.to/stream2</Channel>
and so on...
</Channels>
</Category>
<Category xsi:type="Group" name="Tennis">
<Channels>
<Channel name="Test 3" thumb="https://link.to/picture3.png">http://link.to/stream3</Channel>
and so on...
</Channels>
</Category>
</Categories>
</Site>
</Sites>
</OnlineVideoSites>
Last edited: