![]() |
|
MediaFrontPage - Web interface with widget type architecture to control multiple apps - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: MediaFrontPage - Web interface with widget type architecture to control multiple apps (/showthread.php?tid=83304) Pages: 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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 |
MediaFrontPage - Web interface with widget type architecture to control multiple apps - Nick8888 - 2010-10-16 12:08 MediaFrontPage is a php webpage I began creating to keep up to date with my media. It pulls information from sickbeard, sabnzbd, xbmc etc. and displays it in a unified page. Note: This requires a web server which supports PHP and therefore will not work with xbmc's internal web server. Much credit must go to Zarquon, Jodeman, DejaVu, gugahoi, Archigos, Sleepy P, _Mikie_ (and many more!) for their continued efforts to improve this project. (please pm me if I have missed someone! .. which I am sure I have) ![]() Setup Instructions: Basic setup requires a webserver which supports PHP, Curl and SQLite. Then just place MediaFrontPage within its web directory. Web Server 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 Windows (Uniform) -> Win Uniform Windows (IIS) -> Win IIS If you get stuck just ask for help in this thread. Available Widgets - updated 6th July 2011
Mobile Interface
Planned Features
Report Bugs Here - mwkurt - 2010-10-16 14:59 Hi, This sounds like a great app that I would love to try, however, I am a bit challanged when it comes to following the directions that you give. Is there any chance that installation of this will become any easier in the future? I.E. installable exe or something else? Thanks, Mark - Nick8888 - 2010-10-16 16:37 I cannot make it any easier than I already have. I do not run windows so I am unable to help you sorry. Basically you need to setup a webserver which supports php and curl, drop the files in its web directory and then edit the config.php. - Livin - 2010-10-17 04:55 Is there a way to extend XBMC's web server to run this? - Nick8888 - 2010-10-17 05:26 AFAIK, the xbmc web server is not able to support php. To run this you need to use apache or another web server which supports php. It connects to xbmc and sabnzbd using jsonrpc. Apache is reasonably easy to install on ubuntu/linux and windows and then you basically drop the files in your web server directory. The only way to make it easier for setup would be if we added some way to save per user settings and someone setup a webserver to host it. Unfortunately I do not see this happening. It is optional to redirect xbmc, sickbeard, couchpotato, sabnzbd, tvheadend etc own webservers behind apache so that they are located at: http://www.yourdomain.com/xbmc http://www.yourdomain.com/sickbeard etc Just tell MediaFrontPage's config.php where they are located such as http://localhost:PORT eg http://localhost:8080 - for xbmc We are currently looking at moving configuration to each individual widget so that hopefully it will make them configurable from the page. Very much like the igoogle interface. - SlackMaster - 2010-10-17 08:57 I have a hosted server running PHP that I use for all my other websites (forums and stuff). Is this something I could upload there? - Nick8888 - 2010-10-17 11:54 It requires php and curl so if your hosted server has these installed I dont see why it wouldnt. It would need to communicate with xbmc's json server etc so as long as you have a static ip and the ports forwarded it should work. - Sylus - 2010-10-17 14:25 Nice tool and thx for sharing. For all, having problems with all these Web server stuff you can take a look at http://www.apachefriends.org/en/xampp.html Gives you everthing you need. - sweat - 2010-10-17 14:26 woow, deff something i need. Was working on one for myself, never finished it. Is there a way to secure it with a general login? If you need any help with designing or anythign else. Let me know.. - YodaEXE - 2010-10-17 15:54 Very nice. Supposedly my web host (GoDaddy) supports cURL, and I know it's running PHP5, so I should be able to upload this there and have it work, especially after having set up subdomain redirects to my SAB and SB installs. EDIT: Well, I got it on my webserver, but I'm having some trouble. This is what happens when I load the page (I purposely hid CouchPotato and TVheadend, so don't worry about those being missing): |