Support for a site request thread (3 Viewers)

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    You can add your own Podcast links directly in the Configuration window now.
     

    Attachments

    • OnlineVideosConfiguration.jpg
      OnlineVideosConfiguration.jpg
      88.2 KB

    Harmani

    MP Donator
  • Premium Supporter
  • October 13, 2008
    97
    5
    Home Country
    Netherlands Netherlands
    For all dutch users it would be great if Dumpert.nl could be added!

    It is the most popular onlinevideo service in the Netherlands!
     

    bombus

    Portal Pro
    July 15, 2009
    84
    41
    Novara
    Home Country
    Italy Italy
    nhl please!

    please add
    NHL.com or here for
    Rai Sport (italian tv) here for direct link
    Rai Storia (italian tv) here for direct link


    for those who want nasa tv (edu and digital media, sorry but normal nasa tv doesn't work for me) here's the code:
    Code:
        <Site name="NASA" util="GenericSite" agecheck="false" enabled="true">
          <Username />
          <Password />
          <SearchUrl />
          <Categories>
            <Category xsi:type="Group" name="NASA Live TV">
              <Channels>
                <Channel name="NASA Digital Media">http://www.nasa.gov/145590main_Digital_Media.asx</Channel>
                <Channel name="NASA Edu">http://www.nasa.gov/145588main_Digital_Edu.asx</Channel>
              </Channels>
            </Category>
            <Category xsi:type="RssLink" name="NASACast">http://www.nasa.gov/rss/NASAcast_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="This Week @ NASA">http://www.nasa.gov/rss/TWAN_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="50th Anniversary Moments">http://www.nasa.gov/rss/moments_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="NASA Goddart Shorts">http://svs.gsfc.nasa.gov/vis/iTunes/f0001.xml</Category>
            <Category xsi:type="RssLink" name="NASA Mission Update">http://www.nasa.gov/rss/mission_update_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="NASA 360">http://www.nasa.gov/rss/nasa360_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="NASA Edge">http://www.nasa.gov/rss/NASAEdge_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="Last Mission to Hubble">http://www.nasa.gov/rss/hubble_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="Shuttle &amp; Station">http://www.nasa.gov/rss/shuttle_station_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="To the Moon">http://www.nasa.gov/rss/exploration_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="Solar System">http://www.nasa.gov/rss/solar_system_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="Universe">http://www.nasa.gov/rss/universe_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="Earth">http://www.nasa.gov/rss/Earth_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="What's Up?">http://www.nasa.gov/rss/whatsup_vodcast.rss</Category>
            <Category xsi:type="RssLink" name="Exploration">http://www.nasa.gov/rss/exploration_vodcast.rss</Category>
          </Categories>
        </Site>
    substitute this to nasa site code (OnlineVideoSite.xml) :)

    or if you want shralp (snowboard and surf podcast)
    Code:
        <Site name="Snowboard Surf and Skate" util="GenericSite" agecheck="false" enabled="true">
          <Username />
          <Password />
          <SearchUrl />
          <Categories>
            <Category xsi:type="Group" name="Board Live TV">
              <Channels>
                <Channel name="Boardriders Tv LIVE">http://www.impek.tv/brtv/live.asx</Channel>
              </Channels>
            </Category>
            <Category xsi:type="RssLink" name="BOARDRIDERS TV">http://www.boardriderstv.com/podcast/index.php</Category>
            <Category xsi:type="RssLink" name="shralp.com snowboard (wmv)">http://shralp.com/rss/shralp_wmv.xml</Category>
            <Category xsi:type="RssLink" name="shralp.com surf (mov)">http://shralp.com/rss/shralpsurf_mov.xml</Category>
          </Categories>
        </Site>

    and this is for RockTelevison
    Code:
        <Site name="MusicTelevision" util="GenericSite" agecheck="false" enabled="true">
          <Username />
          <Password />
          <SearchUrl />
          <Categories>
            <Category xsi:type="Group" name="RockTelevision">
              <Channels>
                <Channel name="RockTV">mms://194.116.83.15/New</Channel>
                <Channel name="90s">mms://194.116.83.15/90s</Channel>
                <Channel name="80s">mms://194.116.83.15/80s</Channel>
                <Channel name="70s">mms://194.116.83.15/70s</Channel>
                <Channel name="Hard and Heavy">mms://194.116.83.15/Hard and Heavy</Channel>
                <Channel name="Prog Rock">mms://194.116.83.15/Prog</Channel>
                <Channel name="Soft and Ballads">mms://194.116.83.15/Soft and Ballads</Channel>
              </Channels>
            </Category>
          </Categories>
        </Site>

    if i went off topic :sorry:
     

    offbyone

    Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    Hm these two site don't seem to offer RSS feeds for their content, so you would be stuck to parse the html sites (best done with regular expressions) to get the urls for the videos.
    I'm still working on a generic site that takes regexp from the config file, so you don't need to implement anything, but until then you would also have to write some code to use those regular expression you found for these sites.
     

    Users who are viewing this thread

    Top Bottom