I made two config files for VideoDevil that parse the content of MyP2P, LiveTV.ru and Goalsarena.org.
Currently supported streams:
- Sopcast (must be handled by external player)
- MMS
- VLC
- ZoneIn
- Meevos
- SeeOn
- Veemi
- Veetle (only if channel can be played with t0mm0's veetle addon)
- CastAMP
- WiiCast
- RaySon
- TVope
- YouTube (needs YouTube Addon)
- Videa.hu
- Aliez
- RuTube.ru
- NBA.com
- YaTV.ru
- Dailymotion
What you need:
- VideoDevil Addon
- (optional) YouTube Addon
- (optional) Veetle Addon
- (Windows only, optional) SopFilter
- (Windows only, optional) Media Player Classic - Home Cinema (MPC-HC)
1. Save these files in addons\plugin.video.VideoDevil\resources :
highlights.cfg
livesports.cfg
2. Add entry in sites.list
Code:
title=Live Sports
type=rss
genre=Live Sports
director=SportsDevil
icon=
url=livesports.cfg
########################################################
title=Highlights
type=rss
genre=Highlights
director=SportsDevil
icon=
url=highlights.cfg(Windows only, optional) 3. For playing Sopcast links (e.g. sop://broker.sopcast.com:3912/12345) you need to define an external player for the sop-protocol. As soon as you have installed SopFilter you can use these links in all DirectShow video players such as MPC-HC. Also remember to set playertype=auto in VideoDevil's plugin settings.
External Players can be defined in userdata\playercorefactory.xml.
Example:
Code:
<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Programme\MPC HomeCinema\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule protocols="sop" player="MPC-HC"/>
</rules>
</playercorefactory>###################################################
Changelog:
V1.0 (SportsDevil):
- integrated FirstRowSports.eu
- fixed ZoneIn
- modified VideoDevil:
- added command @IMPORT=inserthere.txt@ => replaces this line with content of inserthere.txt
- added command @LANGUAGE@ => is replaced by en or de
- Search only on urls visible that match a certain regex (e.g. once=http://www.onlyhere.com/.*)
- LiveTV.ru: created subcategories for live events
- LiveTV.ru: high quality icons for teams in Highlights
- new folder structure
- some icons and translations (english and german)
- packed everything together into SportsDevil addon package
V0.6 (only highlights.cfg):
- added Dailymotion.com
- improved YouTube (all links should be found now)
V0.5:
- extension devided into 2 parts: highlights.cfg and livesports.cfg
- Goalsarena.org integrated (Feeds and All Videos)
- LiveTV.ru: now all highlights, goals, whole matches... available
- LiveTV.ru: current events now highlighted
- added NBA.com, RuTube.ru, YaTV.ru
- fixed RaySon
- some fixes and improvements of regular expressions
- some fixes and improvements of regular expressions
- Livetv.ru integrated (Now Playing & Highlights)
V0.3:
- improved recognition of streams
- some more redirects
- removed Jimey (didn't work)
- added CastAMP, WiiCast, RaySon, TVope
- improved recognition of streams
- initial release
TODO (help needed):
- Justin.tv
- Ustream.tv
- 786Cast.com
- Jimey.tv
- Freedocast.com


Search
Help