![]() |
|
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 211 |
- karandras24 - 2011-11-17 01:17 Archigos Wrote:I haven't noticed that type of error. I'm guessing in the above example it was just a typo for the forums, but if not, you're missing a '.' near the end of the IP which may be causing it. Yeah it was just a typo :o Chalk one up to me being a numpty putting http:// worked a treat, thanks very much. - gugahoi - 2011-11-17 01:22 Archigos Wrote:I haven't noticed that type of error. I'm guessing in the above example it was just a typo for the forums, but if not, you're missing a '.' near the end of the IP which may be causing it. That's right. If you don't explicitly tell the app it is an external link with http:// it will link it relatively so do as Archigos said and it should work fine. On another news: I finally got a new module working!!! After learning a little bit of python and going through the code a few times to find out how to get a new module I got it. It's a recommendations module like the one from MFP. For the moment it only has movies but adding a TV Show recommendation shouldn't be a problem. It gets the info from Trakt as always. This is how it looks like:
- gugahoi - 2011-11-17 04:41 I know no one has replied, but I've polished the Module up. It now has both TV and Movie recommendation. It also allows a user to add those to their watchlist in Trakt or to dismiss the recommendation from trakt. I will most likely modify those options to show up as little icons and maybe add some more. What do you guys think? The one downside for me is that it takes a couple of seconds to load since Trakt's own server response is not immediate. Gimme feedback please...
- Archigos - 2011-11-17 04:59 gugahoi Wrote:I know no one has replied, but I've polished the Module up. It now has both TV and Movie recommendation. It also allows a user to add those to their watchlist in Trakt or to dismiss the recommendation from trakt. I will most likely modify those options to show up as little icons and maybe add some more. What do you guys think? I was very interested when you first posted about this new module but have been busy writing a more in depth Windows Guide to replace the one I wrote earlier in hopes it will explain some of the more common issues for Windows users. I'm almost done with it (not that it applies to you guga )Just curious how many files were edited/created to add the module? - gugahoi - 2011-11-17 05:39 Archigos Wrote:I was very interested when you first posted about this new module but have been busy writing a more in depth Windows Guide to replace the one I wrote earlier in hopes it will explain some of the more common issues for Windows users. I'm almost done with it (not that it applies to you guga All in all 6 files. But out of those 6:
almost forgot to add: You can see all the modifications I did on git: https://github.com/gugahoi/maraschino The branch that contains this new module is called "Recommendations" and should be fully working. After MrK accepts my first pull request I will make the pull for this one.... - Archigos - 2011-11-17 06:05 Ha.... I got it done before Midnight... I'm amazed. As some of you guys know, I wrote a wiki with info about a bunch of HTPC related apps (originally centered around MediaFrontPage) and decided to migrate my Windows Guide for Maraschino over there so I have more control with adding screenshots, tweaking, etc. My Maraschino page is located here and the Windows Install Guide is here. - shadower - 2011-11-17 06:09 gugahoi Wrote:I know no one has replied, but I've polished the Module up. It now has both TV and Movie recommendation. It also allows a user to add those to their watchlist in Trakt or to dismiss the recommendation from trakt. I will most likely modify those options to show up as little icons and maybe add some more. What do you guys think? This looks fantastic... cant wait for it to be merged into the branch so I can try it out. - DejaVu - 2011-11-17 06:23 Nice module gugahoi. Really impressed at how quick you picked up Python. Noticed it earlier, but I have my head buried in trying to sort out this MySQL business with Pre-Eden, it really is annoying me something fierce. Both my XBMC Installs are crashing constantly with no explanation why!
- themugger - 2011-11-17 14:14 Archigos Wrote:Ha.... I got it done before Midnight... I'm amazed. Thanks for this guide, nice an easy to follow! everything appeared to work and when i kick of the script i get a command prompt hanging there so i assume all has started okay. i start chrome and enter http://localhost:7001 and i get prompted for credentials which i enter in okay. After which i get the error "The server encountered an internal error and was unable to complete your request, either the server is overloaded or there is an error in the application" - Archigos - 2011-11-17 14:38 themugger Wrote:Thanks for this guide, nice an easy to follow! everything appeared to work and when i kick of the script i get a command prompt hanging there so i assume all has started okay. i start chrome and enter http://localhost:7001 and i get prompted for credentials which i enter in okay. After which i get the error Try to restart the computer that XBMC is running on to free up system resources. By the way, you are logging into Maraschino with the same user/pass as XBMC correct? (That's the way it's supposed to be) |