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
|
- DejaVu - 2012-02-28 Just put in a Pull Request for this. (Finally, my first working module!!) Can be expanded on and probably will, but seeing it's functional, I cannot see a reason not to use it... http://www.youtube.com/watch?v=QGSPrJX0MFM - steve1977 - 2012-02-28 N3MIS15 Wrote:I have put together a weather module using googles 'secret' api. Looking great. Any chance to see this in the main repo? Also, anyone working on an update functionality? That's for me the most pressing need... Thanks a ton to all of you working on the development!!! - DejaVu - 2012-02-28 Main repo has had a couple of updates this week. Seems as though MrKipling might be occupied on other things though lately. I'm sure an update is coming, just have to wait for him to find some time. I would like to also point out a strange problem with the Transmission module. I'll try and explain... My setup all runs and is installed on my Revo with XBMCBuntu - including Tranmission @ 192.168.0.5 If I load Maraschino (192.168.0.5:7000) up from my Windows machine it fails to initialise. Now if copy the entire maraschino folder to my windows machine, run Maraschino.py from there and load localhost:7000, it shows details of Transmission that's on XBMCBuntu PC. I have no user/pass setup and the settings.json file for transmission is - Quote: "rpc-whitelist": "192.168.*.*", Any ideas? - N3MIS15 - 2012-02-28 Maybe try adding 127.0.0.1 or localhost to whitelist. Not sure if it will work tho - DejaVu - 2012-02-28 Either that worked or I was premature moaning about the Transmission module. It does take a while to initialise that module for some reason though, but seems to be working now. --EDIT I seemed to have tripped over N3MIS15's Weather module and... Next step, try and do this for the wind direction/speed... hmm. I did try and create an IF statement for weather_use_metric = °C, ELSE = °F. But that wouldnt take properly for some reason. - N3MIS15 - 2012-02-28 I did have c and f in initialy for current weather but I got lazy And couldn't be bothered adding it to the rest so I removed it. EDIT: added them back in. see latest commits BTW, i like the syling you did. find a way to get current in there and i will happily change my branch with that 1. - DejaVu - 2012-02-28 N3MIS15 Wrote:i like the syling you did. find a way to get current in there and i will happily change my branch with that 1. Added F/C status. Added Current. I feel it's a tad nicer now... BUT, I've accidentally made the changes on my "to be added", 'Mega Merge' branch... Will upload it first, then try and branch out to a diff and send a Pull Request to you. --EDIT Any ideas about trying to make the wind direction an image as above? I figure the image can be a background image from one of 8 for N, NE, E, SE, S, SW, W & NW, (which I can make no problem) with the speed overlayed using a Div. But manipulating strings (Wind: SW at 7 mph) is not really my field (yet). - N3MIS15 - 2012-02-29 DejaVu Wrote:Added F/C status. Added Current. Code: if wind.find(': N') != -1: something like that should work then add wind_image to render template - N3MIS15 - 2012-02-29 The weather module has undergone a complete ovhaul with all new layout and compact view thanks to dejavu. You can try it out here: https://github.com/N3MIS15/maraschino/tree/weather - DejaVu - 2012-03-01 Trying to get this functioning. Can see the initial commit here. The seriously simple link I've been using to send a message to XBMC is - [noparse]http://XBMC_IP:PORT/xbmcCmds/xbmcHttp?command=ExecBuiltIn(Notification(Maraschino,Test Message,12000,https://github.com/mrkipling/maraschino/raw/master/static/images/maraschino_logo.png))[/noparse] - mr.sparkle - 2012-03-01 Is there a parameter to move the root web folder? I’m trying to get this running with a reverse proxy behind nginx at mydomain.com/maraschino - MaienM - 2012-03-02 I don't think there is, a quick look seems to indicate paths are hardcoded. Pity, as I wanted to do the same thing. - N3MIS15 - 2012-03-02 There was a solution posted for apache, maybe this will help: http://forum.xbmc.org/showpost.php?p=1022300&postcount=1306 personalize maraschino - hellow - 2012-03-03 Is there any way i change change the size of the modules, etc? Dont some have some tips on how to change the stuff and make it more uniqe? - soviet - 2012-03-03 has anyone successfully gotten maraschino running 100% on arch linux? not having very much luck with everything working. |