Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/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
|
- aegis123 - 2012-01-24 I cant seem to load the sickbeard module. Sickbeard is configured to run behind a reverse proxy. Making the hostname http://hostname.dyndns-at-home.com/sickbeard/. When I go to http://hostname.dyndns-at-home.com/sickbeard/api/apikey I get a json page from sickbeard, so I know that should work. I also tried the hostname like http://hostname.dyndns-at-home.com/ and port set to 8081 but that didn't work also. I'm running Lightppd as reverse proxy don't know if that is the problem. when i check the console in chrome I get this error: Code: Failed to load resource: the server responded with a status of 404 (NOT FOUND) In the console on the server when running in dev mode I get this: Code: * Running on http://0.0.0.0:5100/ - mrkipling - 2012-01-24 aegis123 Wrote:I cant seem to load the sickbeard module. Sickbeard is configured to run behind a reverse proxy. Making the hostname http://hostname.dyndns-at-home.com/sickbeard/. When I go to http://hostname.dyndns-at-home.com/sickbeard/api/apikey I get a json page from sickbeard, so I know that should work. I could be wrong, but the 404 looks like it's from an icon. Do you have the applications module set up? If so, is the icon for Sickbeard entered as "sickbeard" instead of "SickBeard.png"? Regardless, this shouldn't be affecting the loading of the Sickbeard module. Have you tried entering the hostname as hostname.dyndns-at-home.com/sickbeard (no http://, no trailing slash)? If not then I'm at a loss for now; perhaps gugahoi (the author of the module) will have a better handle on what's happening. - N3MIS15 - 2012-01-24 mrkipling Wrote:Looks useful! Is there a pull request for this? I'm planning on going through a bunch of requests this weekend. Its a part of my music library pull request - aegis123 - 2012-01-24 yeah i fixed the sickbeard.png error thx for that . I tried hostname.dyndns-at-home.com/sickbeard in firefox and it worked. I got the login prompt and once logged in the url changed to hostname.dyndns-at-home.com/sickbeard/home/ - castortray - 2012-01-25 N3MIS15 Wrote:I got sidetracked while working on queueing directories for the media module and decided to make queueing look prettier first. it is possible to change sidebar on the right ? It's not in maraschino stle - N3MIS15 - 2012-01-25 castortray Wrote:it is possible to change sidebar on the right ? I am sure its possible. i just wouldnt know where to start - DejaVu - 2012-01-25 castortray Wrote:it is possible to change sidebar on the right ? I'm going to make an attempt at styling the scrollbars in Maraschino. - castortray - 2012-01-25 DejaVu Wrote:I'm going to make an attempt at styling the scrollbars in Maraschino. Great ! Pls add support for new scrollbars for iPad also Many thanks - DejaVu - 2012-01-25 Hmmm. Did not take too long. Might re-add the scroll buttons in by request but - http://www.youtube.com/watch?v=yM-UNdvhzPI Google Chrome and Safari only due to Firefox lack of support for Webkit. It can be done using a JQuery plugin, but I think it's pointless and overkill. Hoping this will bring more over to a decent browser too. ANY module that loads a tool bar will look like this one. - castortray - 2012-01-25 DejaVu Wrote:Hmmm. that was really fast, it's looks beautifull just tell me where I can download it, or when this will be as default scrollbar on: https://github.com/mrkipling/maraschino - DejaVu - 2012-01-25 castortray Wrote:that was really fast, it's looks beautifull You can test it on my Repo http://github.com/dejavu/maraschino It's on the Master at the moment, but I'm hoping to split my Repo out into Branches when I work out how. Hopefully, when put in a proper pull request on Github, and it's approved by MrK, the weekend. - mrkipling - 2012-01-25 DejaVu Wrote:Hopefully, when put in a proper pull request on Github, and it's approved by MrK, the weekend. Affirmative P.S. Looks awesome! - mrkipling - 2012-01-26 It was a super-quick auto merge, so it's on master now... - oneadvent - 2012-01-26 Can I get a guide on how to run this on port 80? - TeKo - 2012-01-26 First time I updated since I set it up. That new scrollbar looks awesome and the filter function is great. How can I get the couchpotato module? Is the trakt panel only there to login and its normal that it doesnt show? trakt Recommends are ok. Oh btw only took me weeks till I found out that I can controll XBMC with my keyboard, why would I ever move my mouse to the right edge? |