![]() |
|
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 |
- schumi2004 - 2012-02-10 22:30 Thanks for your reply, i'll wait for him to answer this. Another thing that was irritating me was the Applications module, it opens links in current window. I modded it to open it in new window but maybe it's something to think about to change? - mrkipling - 2012-02-10 22:47 schumi2004 Wrote:Thanks for your reply, i'll wait for him to answer this. That's probably going to be kept as it is, as you can open links in a new window by ctrl-clicking, middle-clicking, or right-clicking and selecting "open in new window" (although it varies from browser to browser). - schumi2004 - 2012-02-11 10:29 @mrkipling, ok no problem. clear answer. About my SickBeard banner/images problem, i think it's related to SickBeard and the latest update. I did a clean install on a different system and banners/images still don't work. - _Mikie_ - 2012-02-11 11:31 schumi2004 Wrote:@mrkipling, ok no problem. clear answer. What sickbeard version are you running? - jayhawk785 - 2012-02-12 00:51 Hey--seems like the sickbeard webroot was fixed, but if youre redirecting sab via mod_proxy - it tries to force the port: "GET /sab/:80/api?apikey= Easy fix? - mrkipling - 2012-02-12 17:45 jayhawk785 Wrote:Hey--seems like the sickbeard webroot was fixed, but if youre redirecting sab via mod_proxy - it tries to force the port: Thanks for pointing that out - it was a really quick fix to ignore the port if you don't specify one, I've just pushed it to master. - mrkipling - 2012-02-12 18:31 Have also pushed: * recently added albums module (N3MISI5) * the ability to queue entire seasons, TV shows, albums, etc. (N3MISI5) * you can no longer accidentally select a bunch of text when, for example, you're trying to reposition modules (N3MISI5) * tweaks to the styling of the library module filter (DejaVu) * tweaks to the styling of the play/pause and stop controls in the currently playing bar (myself) - jayhawk785 - 2012-02-12 19:57 mrkipling, thanks for the quick fix--tried to find you in irc but you were away I got apache/mod_proxy and mod_wsgi all playing nicely now. Took me a bit but figured out why things weren't really working like they should. The sab piece above didnt help, but I had worked around that as well with some help from the guys in irc last night. I'd mentioned something that would be nice to see--if you can either respect xbmc current setting of show watched / hide watched, or allow it as an option in recently added--that would be awesome, rather than just mark them with the white bar or check marks as watched (same within the media browser). - N3MIS15 - 2012-02-12 21:19 jayhawk785 Wrote:I'd mentioned something that would be nice to see--if you can either respect xbmc current setting of show watched / hide watched, or allow it as an option in recently added--that would be awesome, rather than just mark them with the white bar or check marks as watched (same within the media browser).I've started this for recently added, I will try and get it during the week if I get time - Gravis856 - 2012-02-13 09:35 So if any python users/coders could give me advice(particularly in Windows 7), that'd be awesome. Followed the windows guide and created the settings.db successfully. Then, upon running "python setup.py", it tells me its not a batch file or command. I then made sure .py files were associated correctly. -my PATH settings didn't have C:\Python27, so I added it. Now it simply says "python: can't open file 'setup.py' : [Errno 2] No such file or directory", which is false. -Tried copying setup.py to the Maraschino directory itself and running it. No use either. Thanks again! |