![]() |
|
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 |
- HarryRosen - 2011-11-03 23:40 love the new icons dejavu, thanks. can't wait for new modules - gugahoi - 2011-11-04 01:37 Hey Deja, I see you started porting MFP widgets to this eh? Nice! hahah This looks pretty cool! If you want ideas for widgets (modules) just have a look at MediaFrontPage. Deja and I developed quite a few that are very useful. For example: search widget - searches nzb.su, nzbmatrix and thetvdb from within the page itself. It also lets you filter you search through categories and send them striaght to sabnzbd in the click of a button to the appropriate category. HDD widget - deja has already started that one. XBMC Notification - you can send a msg to the XBMC client from MFP's page itself. It even supports multiple clients in case you have more than 1 xbmc instance. Transmission widget - the same as your sabnzbd one, with options to manage speed limit and pause/delete queued item. Trakt recommendations - i think you already have this one on the way jDownloader status - this you can start/stop your download queue and see the progress but nothing more. RSS feeds - self explanatory System status - same - shadower - 2011-11-04 02:27 Wow this is a great web frontend. Have just started to play with it on my XBMCLive machine and I must say I'm looking forward to futher development. Would love to see the SickBeard implementation when finalised
- DejaVu - 2011-11-04 03:14 I now have maraschino/htpcfrontend auto loading if anyone is interested. It's ugly, but it works if anyone is interested. It means that the installation instructions are going to need to change though - also - it's just a start script. Nothing in it to kill it, but I do not think there is any need seeing as things change really well on the fly anyway. No need to restart the server etc. Example, You will now git clone to /home/user/.maraschino instead of in the apache folder. I shall draft up some instructions and post it shortly - it will also need a permanent port. I chose 5050 to avoid other programs, unless there are any other objections? EDIT- This is pretty simple for anyone with minor knowledge of Linux, but thought I'd post it anyway seeing as everyone seems to be having problems. First, reclone to your user (check it) directory - Code: git clone https://github.com/mrkipling/maraschino.git /home/xbmc/.maraschinoOpen and edit the htpcfrontend.py. Towards the bottom, change - Code: if __name__ == '__main__':Code: if __name__ == '__main__':Perhaps make this change permanent? Create a new file - Code: sudo nano /etc/init.d/maraschinoChange the Username if you use a different one then 'xbmc'. Code: #! /bin/shSave and exit. Then - Code: sudo chmod +x /etc/init.d/maraschinoOpen your browser at http://serverip:5050 and have fun. @mrkipling You can add/edit this script to your repo and give instructions to cp it to the init.d directory in the readme if you wish, will make life easier.
- steve1977 - 2011-11-04 03:29 DejaVu Wrote:This is seriously impressive! I too have been using/editing/struggling with Mediafrontpage to the point of giving up. The end of MFP?
- DejaVu - 2011-11-04 03:50 steve1977 Wrote:The end of MFP?I hope not, but this undoubtedly is a great replacement - just get gugahoi's search widget in this and MFP will be obsolete. MFP's code got huge and quite messy to be honest and I was struggling to keep up with it. The JSON RPC API changes, and me trying to understand them, is what is slowly killing it off. Just hope someone with a little knowledge of it can jump on-board and repair it. It's all it really needs. Maraschino's initial framework made by mrkipling is organised, easy to understand and once a little documentation comes to light, I think personally, this will be a lot better and easier to code (I'm already giving it a good forking.) - HarryRosen - 2011-11-04 03:57 I wonder if this can be ported to run on my unraid server and then have it control multiple xbmc. it would be nice to have 1 home page to control all the xbmc i the house. As I have 3 running, but only one runs 24/7 to accept all the updates from couchpotato and sickbeard - HarryRosen - 2011-11-04 04:20 when I try to run this command it doesn't work sudo update-rc.d sickbeard defaults but I am assuming it's because I don't run sickbeard on this machines, is there a different cmd I can use? - gugahoi - 2011-11-04 04:20 The one advantage I see in this over MFP is since it is coded in python it can have it's own webserver and therefore simplify installation by a ton! Otherwise, MFP was quite advanced, specially since was a collaborative tool that had been in development for a year or so. Also, the interface here look very nice too. @mrkipling I would advise creating a settings/cofig page as soon as possible otherwise, if it grows to have too many modules beforehand it will be much more complicated to adapt them into a new configuration based module. At least that was my experience with MFP. If there is a config soon then new modules will have to be built with the limitations or advantages it brings. Building a config later to adapt to multiple module and settings is a PITA to be honest. Just my 2 cents... - DejaVu - 2011-11-04 06:07 HarryRosen Wrote:when I try to run this command it doesn't work Typo in my instructions. Just went into auto mode and was used to typing sickbeard instead. Fixed. rflores2323 Wrote:I was wondering if there was a way to get this to work on an android tablet? This would be awesome to have as I use my tablet to control xbmc and it would be great for the wife to have these widgets on a screen to download movies, tvshows, check trakt, etc... Small update on this too. I have accessed this on my HP Touchpad and HTC Desire both running CM7's Android and both view it perfectly in Dolphin HD. |