-
Notifications
You must be signed in to change notification settings - Fork 8
Home
is a 'frontend' system running on the same network as your HTPC allowing control of multiple applications via a centralized web page.
MediaFrontPage can make use of, but is not limited to, the following projects:
- SickBeard
- CouchPotato
- SabNZBd+
- SubSonic
- Transmission (WebGUI)
- uTorrent (WebGUI)
- XBMC (WebGUI)
- JSON
- JQuery
- Headphones
Since MediaFrontPage runs on multiple Operating Systems (Windows, Linux, Mac OSX) the main dependencies you need to worry about is having a correctly configured "localhost" (via Apache or IIS). Once you have a working localhost you need to install PHP and the PHP_Curl extension. (See Install Section)
This project is always being updated by like minded individuals and bugs can (will) exist. If you find a bug that you believe is directly related to MediaFrontPage (and not one of the other applications) please post at our Lighthouse Tickets Page. When posting a bug report please have the following information available if possible to ease in tracking the issue down:
- Operating System
- Web Server (Apache, IIS, etc. Note: Uniform Server is recommended for Windows)
- Screenshots if possible
If requested to post your config.php (in whole or in part) please remember to remove your personal login information like below:
$GLOBAL_MACHINE = true; $GLOBAL_USER_PASS = true; $GLOBAL_IP = '192.168.X.X'; $GLOBAL_USER = 'REMOVED'; $GLOBAL_PASS = 'REMOVED';
Backend
Linux/Mac OSX (Basic Apache) -> Apache Install
Windows (Uniform Server) -> Uniform Install Coming Soon
Windows (IIS) -> IIS Install Coming Soon
MediaFrontPage
Ubuntu (Command Line) -> XBMCLiveInstall
XBMC Live -> XBMCLiveInstall
XBMC Live on an Acer Revo -> Revo Install - Originally written by DejaVu77
Windows (Uniform) -> Win Uniform
Windows (IIS) -> Win IIS
Original
See Image at top of page
DPickles (XBMC Member - DPickles)
Needs thumbnail
Light Theme
Hernandito (XBMC Member - Hernandito)
Black Glass Modern (XBMC Member - DejaVu77)
Minimal Banners
Minimal Posters
- XBMC Control
- XBMC Library
- Coming Episodes
- Hard Drive Status
- Now Playing
- RSS Feed
- SabNZBd Status
- NZB Search
- TrakT Last Watched
- Transmission
- uTorrent
- JDownloader (WIP)
- SubSonic (WIP)
There is an Example widget inside the Widget folder that gives an idea on how to create your own.