How to add 500+ streams? (1 Viewer)

raffe

Portal Pro
March 28, 2008
260
80
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
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>
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?
 
Last edited:

doskabouter

Development Group
  • Team MediaPortal
  • September 27, 2009
    4,583
    2,972
    Nuenen
    Home Country
    Netherlands Netherlands
    in what way doesn't it work? Can you see the complete list in mediaportal, and are not able to play them all? Or is the list not completely visible?

    Also: if you dm me the onlinevideos.xml, perhaps I could take a peek at it...
     

    Users who are viewing this thread

    Top Bottom