-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (57 loc) · 3.1 KB
/
index.html
File metadata and controls
64 lines (57 loc) · 3.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>MPExtended</title>
<link rel='stylesheet' type='text/css' href='style.css' />
</head>
<body>
<div id="container">
<div class="header">
<img src="logo_60.png">
<h1>
<a href="http://github.com/MPExtended/MPExtended">MPExtended</a>
</h1>
</div>
<div class="description">
MPExtended is a project that aims at providing access to MediaPortal from all over the world, using clients for your webbrowser, Android, iOS, and more.
</div>
<p>
MPExtended is a project that aims at providing access to MediaPortal from all over the world. To reach this goal, multiple applications are in development:
<ul>
<li>WCF services for both the client and TV Server, to open up the databases for all applications.</li>
<li>A streaming service with on-the-fly transcoding to allow watching media on computers, tablets and smartphones.</li>
<li>WebMediaPortal, a webinterface for MediaPortal.</li>
<li>Other people are developing clients based upon our services for Android, iOS and MP2.</li>
</ul>
</p>
<h3>Support</h3>
Documentation for MPExtended is available on the <a href="http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/17_Extensions/Remote_Access/MPExtended">MediaPortal wiki</a>. Please read
it if you have any problems. You can get support in the <a href="http://forum.team-mediaportal.com/mpextended-555/">MediaPortal forums</a>. The developers are also available on IRC, in #mp-extended on
<a href="http://freenode.net/">irc.freenode.net</a>. Please provide your logs and configuration if you have any problems. If you've found and confirmed a bug, you can file an issue in our
<a href="https://github.com/MPExtended/MPExtended/issues">bugtracker</a>.
<h3>Download</h3>
<p>
The following downloads are currently available:
<ul>
<li><a href="download-service.html">Service</a></li>
<li><a href="download-webmediaportal.html">WebMediaPortal (standard edition, for IIS Express)</a></li>
<li><a href="download-webmediaportaliis.html">WebMediaPortal (for the IIS webserver)</a></li>
<li><a href="download-source.html">Source code (for developers)</a></li>
</ul>
</p>
<h3>Donate</h3>
<p>
If you want to support our development, you can donate through PayPal. Donations are very motivating for us and allow us to spend more time on the development.
<br />
<br />
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=6HYUQNPLAHRC2&lc=US&item_name=MPExtended¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">
<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" />
</a>
</p>
</div>
<a href="http://github.com/MPExtended/MPExtended" class="fork">
<img src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" />
</a>
</body>
</html>