![]() |
|
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 |
RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2012-04-19 12:33 Ive been working on a trakt.tv module for the last few days and thought i would share what i have so far with you guys.. I have taken the recommendations module and added a bit more. The current features include trending, friends list, calendar (thanks DPickles for the tip), profile (with library, watchlist, loved and hated) and recommendations. Check it out here: http://youtu.be/9bYHdlqJe4k The friends and profile views also show you what the user is watching (if they are watching something). The video is more to show off the functionality, it is not the final product. If anyone would like to test it out its on my git repo https://github.com/N3MIS15/maraschino/tree/traktplus RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - schumi2004 - 2012-04-19 12:41 Looks pretty cool. Going to test it. edit: My first problem seems to be fixed. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - DPickles - 2012-04-20 04:17 (2012-04-19 12:33)N3MIS15 Wrote: Ive been working on a trakt.tv module for the last few days and thought i would share what i have so far with you guys.. This looks great! You've done an amazing job with this one. I love how you've managed to fit so much information into such a small space. I'll test this out when I get home from work tonight. My only real suggestion would be to perhaps add the times to the calendar as well? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2012-04-20 08:49 (2012-04-20 04:17)DPickles Wrote: This looks great! You've done an amazing job with this one. I love how you've managed to fit so much information into such a small space. I'll test this out when I get home from work tonight. Done. Its on the repo. I just wanna give a heads up on load times for trakt as it can be quite slow at times. (there is a delay in the module loading to try and compensate for this) The images can add further load times so i have attempted an image caching system. It saves the images to /static/images/trakt and in theory load times should improve as time goes on as it will load any previously viewed images localy and will only need to download new images.. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - hellow - 2012-04-20 10:11 Nice work with the trakt modul, it looks amazing! RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - oneadvent - 2012-04-21 02:16 Hello! Looking great. Two things: 1. Can we get notifications built in? 2. Can we get a TVHeadEnd Icon? Thanks! RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - DPickles - 2012-04-21 04:36 (2012-04-21 02:16)oneadvent Wrote: Hello! Looking great. Two things: Notifications of what exactly? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - schumi2004 - 2012-04-21 10:45 @N3MIS15 I have added traktplus but for some reason the images won't load.
RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2012-04-21 10:58 can you give me the url of an image and also check if the images are being created in /static/images/trakt. check if there is anything in the log as well EDIT: i just pushed a change to use the remote image if maraschino is unable to create the files RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - schumi2004 - 2012-04-21 11:16 Img url http://10.0.0.20:7000/static/images/trakt/shows/87.1-138.jpg I don't see image dir ( trakt/shows/ ) getting created, maybe a rights issue? I'm using it on OpenELEC. |