![]() |
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
|
RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - mrkipling - 2012-04-14 It took me a while, but I finally got round to fixing the custom background images feature. If you enable "use a random background image when not watching media" in the settings dialog, Maraschino will randomly select one of the bundled background images on page load, instead of the default grass background. If you create the folder "custom" in "<path to maraschino>/static/images/backgrounds/" and fill it with images, Maraschino will randomly choose from just these images. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - robweber - 2012-04-14 (2012-04-14, 17:10)hellow Wrote: Great work adding utorrent to mara, it was a missed feature. Im just wondering if you can controll it aswell, like pause etc? I do have plans on adding more functionality. The client library I used is adapted from the uTorrent XBMC plugin so other commands should be easy to implement. I'm still trying to get my head around the structure of Maraschino so it may take a little. I'm hoping a few weeks at the most. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - mrkipling - 2012-04-14 Support for multiple XBMC servers is very nearly finished. It's on branch "multiple-servers" if anybody wants to test it out (please post any bugs here if you do). RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Kib - 2012-04-15 I can't seem to get any connection with xbmc going from maraschino. I have tried both the master and the multiple-servers branch. I am running maraschino on the same machine as xbmc (latest svn) / sickbeard & sabnzbd and the Trakt.tv plugin for xbmc. The remote control services are running, and I have checked to see if I can telnet to port 9090 (JSON-RPC over TCP) from the machine itself and from another machine in the network. Everything is working fine, except that I do not get any library or recently added information. Instead I get "There was a problem connecting to the XBMC server." and now I am stumped. Any advice on how to tackle this ? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2012-04-15 (2012-04-15, 02:54)Kibje Wrote: I can't seem to get any connection with xbmc going from maraschino. All of Maraschinos JSON requests are sent over http. The remote is a little different as it uses the event server. Also Maraschino is not currently compatible with pre-frodo builds if thats what you are using. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Kib - 2012-04-15 Thanks for the heads up, I managed to get everthing working. I had installed the latest XBMC svn because I had some issues with the TCP part of the eventserver which I needed for Trakt scrobbling. Somehow I got it in my head that maraschino used the same JSON-RPC over TCP port. I had checked regularly if the webinterface was working correctly as well, but I had failed to see that all video images came out of my browser cache. Just after I wrote the post here I cleared my entire browser cache and noticed that the webinterface was totally broken in the latest SVN. Reverting to the Eden final build got everything working, even Trakt scrobbling (weirdly). It might be an idea to add the fact that maraschino does NOT work with XBMC SVN builds later than March 24, 2012 to the setup instructions. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2012-04-15 (2012-04-15, 11:44)Kibje Wrote: Thanks for the heads up, I managed to get everthing working.Yea, good call. We are looking at reworking some fundimentals of how maraschino works. Once that is done there will be a huge overhaul to the documentation for Maraschino. For the time being if you would like to use pre-frodo builds all you need to do is edit /lib/jsonrpclib/jsonrpc.py on line 120. change Code: connection.putheader("Content-Type", "application/json-rpc") Code: connection.putheader("Content-Type", "application/json") we are looking for another solution that doesnt involve modifying libraries RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - mrkipling - 2012-04-15 I've just pushed support for multiple XBMC servers to the master branch. Now you can define multiple XBMC servers in Maraschino and switch between them easily, like so: ![]() The server settings menu is part of the menu in the top-right of the page. Hopefully it should all be fairly self-explanatory. Come at me with me questions and bug reports, please! RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - eldo - 2012-04-15 I am running SAB with a username and password configured. There does not appear to be anywhere to input these in Maraschino, so the SAB module just fails to connect. Am I missing something, or is there a workaround for this? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - mrkipling - 2012-04-15 (2012-04-15, 16:03)eldo Wrote: I am running SAB with a username and password configured. There does not appear to be anywhere to input these in Maraschino, so the SAB module just fails to connect. Am I missing something, or is there a workaround for this? You don't need to enter your SABnzbd username and password, the API key should be enough. Bear in mind that if you are not downloading anything the SABnzbd module won't be displayed, so this could give the appearance of it failing to connect. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - oneadvent - 2012-04-15 Do we have an estimate on how long until the notifications branch is merged? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - mrkipling - 2012-04-15 (2012-04-15, 16:31)oneadvent Wrote: Do we have an estimate on how long until the notifications branch is merged? Which branch is this? I don't think that it's an open pull request. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Monkeypox - 2012-04-15 Is there any chance you could push the library update section to be at the top of the media library section? I have quite a few movies and it can take 5 minutes or so before the list is given and the update button is available. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Gotcha007 - 2012-04-15 Hello, first BIG THANKS for the work ! I wanted to ask you if it's possible that you add a button to initiate the search. I ask that because I'm using it on my ipad and therefore there is no possibility to bring the keyboard nor the ALT key. Thanks in advance. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - mrkipling - 2012-04-15 (2012-04-15, 16:54)Gotcha007 Wrote: Hello, first BIG THANKS for the work ! That makes sense. I've just pushed a change; "search" is now in the top-right menu, and clicking it invokes the search menu. There is a settings icon next to it which brings up the search settings dialog. ALT-s still works. |