Support for a site request thread (3 Viewers)

F1Maniac2008

New Member
January 3, 2010
1
0
Hey
first of all: great plugin =)

and i was just tryin to get the nhl.com video player workin - but i failed^^

so i was just wondering if anyone of you could handle this problem?
thx and good luck
TheManiac =)
 

Sabbe

Portal Pro
January 7, 2007
56
2
Västerås
Home Country
Sweden Sweden
Hey
first of all: great plugin =)

and i was just tryin to get the nhl.com video player workin - but i failed^^

so i was just wondering if anyone of you could handle this problem?
thx and good luck
TheManiac =)

Not exactly what you are looking for, but NHL.com adds a lot of game recaps on Youtube. Add this to your OnlineVideos.xml:
Code:
<Site name="NHL on YouTube" util="YouTube" agecheck="false" enabled="true" lang="en">
      <Description>Videos from the official site on YouTube of the National Hockey League.</Description>
      <Configuration>
        <item key="useDynamicCategories"><![CDATA[False]]></item>
      </Configuration>
      <Categories>
        <Category xsi:type="RssLink" name="NHL" thumb="http://www.everyjoe.com/hockeybeat/files/2008/04/nhl-logo.jpg">http://gdata.youtube.com/feeds/api/videos?orderby=published&amp;author=nhlvideo</Category>
        <Category xsi:type="RssLink" name="NHL Fights" thumb="http://www.everyjoe.com/hockeybeat/files/2008/04/nhl-logo.jpg">http://gdata.youtube.com/feeds/api/videos?orderby=published&amp;author=hockeyfightsdotcom</Category>
        <Category xsi:type="RssLink" name="NHL Clips" thumb="http://www.everyjoe.com/hockeybeat/files/2008/04/nhl-logo.jpg">http://gdata.youtube.com/feeds/api/videos?orderby=published&amp;author=HockeyWebCast</Category>
      </Categories>
    </Site>

And if you like me enjoy playing music Youtube clips you can add your playlist as well:

Code:
<Site name="My Playlists on YouTube" util="YouTube" agecheck="false" enabled="true" lang="en">
      <Description>Videos from Playlists on Youtube</Description>
      <Configuration>
        <item key="useDynamicCategories"><![CDATA[False]]></item>
      </Configuration>
      <Categories>
        <Category xsi:type="RssLink" name="My Playlists">http://gdata.youtube.com/feeds/api/users/USERNAME/playlists?v=2</Category>
      </Categories>
    </Site>

For this to work you must make your playlist PUBLIC.
 

LordMerlin

Portal Pro
November 16, 2007
559
22
Rostov-na-Donu
Home Country
Russian Federation Russian Federation
Hello. Say please why your плагин does not work on the site of ??????.????? with the code:
<Site name="video.yandex.ru" util="GenericSite" agecheck="false" enabled="true" lang="ru">
<Description>Яндекс.Видео — сервис Яндекса, где вы можете искать видеоролики во всём интернете, смотреть самые популярные ролики российского интернета, загружать свои ролики, собирать коллекции роликов, участвовать в обсуждениях. </Description>
<Categories>
<Category xsi:type="RssLink" name="Популярное" thumb="">http://video.yandex.ru/recent/rss/</Category>
</Categories>
</Site>
 

hioctane

Portal Pro
May 17, 2009
247
42
Home Country
Germany Germany
AW: Re: Support for a site request thread

Hello. Say please why your плагин does not work on the site of ??????.????? with the code:
<Site name="video.yandex.ru" util="GenericSite" agecheck="false" enabled="true" lang="ru">
<Description>Яндекс.Видео — сервис Яндекса, где вы можете искать видеоролики во всём интернете, смотреть самые популярные ролики российского интернета, загружать свои ролики, собирать коллекции роликов, участвовать в обсуждениях. </Description>
<Categories>
<Category xsi:type="RssLink" name="Популярное" thumb="">http://video.yandex.ru/recent/rss/</Category>
</Categories>
</Site>

It doesnt work because there is no directlink to the video in the rss feed
 

offbyone

Development Group
  • Team MediaPortal
  • April 26, 2008
    3,989
    3,712
    Stuttgart
    Home Country
    Germany Germany
    You can check how Metacafe was done is the latest build. You can now set a format string (fileUrlFormat) and a regular expression (fileUrlRegEx) to get the video url from the html page, that is linked in the rss feed.
     

    LordMerlin

    Portal Pro
    November 16, 2007
    559
    22
    Rostov-na-Donu
    Home Country
    Russian Federation Russian Federation
    You can check how Metacafe was done is the latest build. You can now set a format string (fileUrlFormat) and a regular expression (fileUrlRegEx) to get the video url from the html page, that is linked in the rss feed.

    Thanks. I'm try this later.
     

    Users who are viewing this thread

    Top Bottom