![]() |
|
Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - 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: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC (/showthread.php?tid=113136) 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 |
- mrkipling - 2011-10-28 11:12 rudf0rd Wrote:Awesome. Just got it working behind nginx + gunicorn! Looking good! Now that people are using it I should probably be careful not to break anything on master
- gugahoi - 2011-10-28 13:56 This looks real good! I helped develop MediaFrontPage for quite some time earlier this year. Created quite a few widgets, so if you're looking for some help, hit me up. One problem is I am quite new to python... all of MFP's coding was php/javascript. - mrkipling - 2011-10-30 11:02 gugahoi Wrote:This looks real good! I helped develop MediaFrontPage for quite some time earlier this year. Created quite a few widgets, so if you're looking for some help, hit me up. One problem is I am quite new to python... all of MFP's coding was php/javascript. Thanks for the offer. There's still a fair bit of work to be done... player controls, recommendation widget, trakt upgrades (like the ability to add shouts), perhaps even library browsing. It's all on github so feel free to fork and have a play around - if you know PHP then Python shouldn't be too intimidating, and it'd be a good excuse to learn ![]() If you have any ideas for modules/features/improvements/etc. or have any questions about how the code works (for example, the modules system that I've put in place) then let me know. - mrkipling - 2011-10-30 11:03 Also, I'm taking suggestions for a new name. "HTPC Frontend" is a bit... generic?
- mrkipling - 2011-10-31 17:36 I pushed some more changes today: * Clicking a recently added episode now plays it * Added a new "media library" module which allows you to browse your movies and TV shows, and click to play them in XBMC * Added play/pause and stop controls to the currently playing bar * Created a project homepage with more up-to-date setup instructions: http://mrkipling.github.com/htpc-frontend/ Things that I added last week and didn't mention: * Pagination of recently added episodes * Made the trakt module much more efficient and faster - instead of polling it now only fetches it when what you're watching has changed * Nicer styling for the SABnzbd+ module (including a progress bar) * Various small bugfixes and tweaks - niietzshe - 2011-11-01 00:58 Hey man, this looks great! Would it be possible to get it integrated into XBMC as an addon? Like the web UIs... Only reason I ask is because of the way OpenElec works. You can't install anything to the OS, unless it runs through the XBMC interface I don't believe. I'm not sure how to go about this, but if you don't know yet are interested, I don't mind scouting out the right info. I work with Python a bit in VFX, but not with GIT/Application stuff, just app centric scripting. - mrkipling - 2011-11-01 11:49 niietzshe Wrote:Hey man, this looks great! Thanks! This was actually suggested to me recently, and it would definitely be much better if it were available as plugin. Creating XBMC web interface plugins is not something that I know that much about, but I'm going to have a look and see if it would be possible in Eden. - niietzshe - 2011-11-01 13:17 Cool, I'll have a look around and give you any resources I find. - mrkipling - 2011-11-01 13:18 niietzshe Wrote:Cool, I'll have a look around and give you any resources I find. Thanks, that would be much appreciated. - HarryRosen - 2011-11-01 16:02 Hi I have been trying to figure out how to install this on my xbmclive machine, i have all the files downloaded and installed the mod_wgi but have no idea where to go from here, any help would be appreciated |