![]() |
|
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 |
Sickbeard - uglyman - 2011-12-05 20:48 I'm having trouble using the sickbeard module. I have sickbeard using a reverseproxy and it won't seem to connect/show up. It was working before I started using sickbeard with the reverseproxy and modified the config.ini. - Shaolin - 2011-12-05 22:17 Love the new work DejaVu; I'm being INCREDIBLY pedantic here so i apologise in advance but to my eyes the icons for suspend, reboot, shutdown, clean library, update library etc dont look centralised in their respective buttons. Is it just me or are they ever so slightly off centre?
- karandras24 - 2011-12-05 22:45 gugahoi Wrote:I believe I have found the bug that made Sab Module disappear sometimes. You guys can pull from the Maraschino git and let me know if you're still having problems... Tis working fine for me now matey - could be the bug fix or the couple of system restarts that did the trick. - SleepyP - 2011-12-05 23:17 After a bunch of reading about the super sweet WSGI module for Apache, I was able to get Maraschino working. However, I am having some issues getting it to serve out of anything other than the server root. THIS is what it looks like: ![]() I'm trying to get this going in my SSL VirtualHost conf file. The Maraschino directives I've got going on are: Code: # WSGI STUFF HERE I really want to serve Maraschino out of <ServerRoot>\maraschino.
- DejaVu - 2011-12-06 00:56 SleepyP Wrote:I really want to serve Maraschino out of <ServerRoot>\maraschino. Not sure that's gonna happen. I think it's been asked before and no definitive answer was found... However, you can use the CherryPy install instead and run it on a port the same as Sickbeard and CouchPotato. If your really 'need' to have it running in a subdirectory, you may have to wait for MrK to return from his honeymoon to give you some guidance. - uglyman - 2011-12-06 01:03 uglyman Wrote:I'm having trouble using the sickbeard module. I have sickbeard using a reverseproxy and it won't seem to connect/show up. It was working before I started using sickbeard with the reverseproxy and modified the config.ini. i looked into my log. To connect to sickbeard, i now go to <ip address>/sickbeard/. There is no ip. So under sickbeard ip i put <ip address>/sickbeard/ and under sickbeard port i left it blank. the log now reads: [05/Dec/2011:17:51:08 -0500] "GET /sickbeard/:None/api/ (i took out my api number)//?cmd=future&sort=date HTTP/1.0" 404 1240 edit: never mind. fixed it. i put my ip in the sickbeard ip box, and in the port box i put ":80/sickbeard/" it's working again - uglyman - 2011-12-06 01:12 also, is there some way to cache the trakt.tv recommendations (so there isn't a delay everytime the page is opened)? one change could be to have the same recommendations there until they are either dismissed, added or ignored - guy_smiley:) - 2011-12-06 01:30 SleepyP Wrote:There's got to be a directive I am missing Maybe try: Code: <Location /maraschino>I'm also not using the WSGI authorization instead I made it use my own with Apache. Reading through the WSGI, your password is stored in plain text whereas Apache it's encoded. - DejaVu - 2011-12-06 01:46 @uglyman - Can you give some more details about how you got it working - posting your settings for others to enjoy. Is Maraschino now reading from your 'reverse-proxied' Sickbeard? +1 for caching trakt Recommends (if it's possible). Just hoping the Sickbeard one doesnt go the same way, although this module seems a lot faster than the one in MFP - even though I have 150 TV Shows it still loads instantly (and first BTW!) @Shaolin - Yes, I also noticed. Just took a while to work out the CSS for it. (Fixed). I also noticed that the trakt Recommended 'gap' is larger than the rest (WIP).
- gugahoi - 2011-12-06 02:28 DejaVu Wrote:+1 for caching trakt Recommends (if it's possible). We could cache the recommendations, but at the moment it does load them randomly. So every now and then it will change. If we cache, it might not. I don't think the sb module will go the route the mfp one did because this one is an API call whereas the other one was stripped down html page. |