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
|
- uglyman - 2011-12-06 the sickbeard module is displaying the upcoming episodes, but when i mouseover the plot, it says could not reach sick-beard. so somewhat working My settings are: Sickbeard IP: "192.168.2.2" Sickbeard Port: "80/sickbeard" - gugahoi - 2011-12-06 uglyman Wrote:the sickbeard module is displaying the upcoming episodes, but when i mouseover the plot, it says could not reach sick-beard. so somewhat working I think I can fix that easily. I had some requests at the Sickbeard API branch that were answered. The way to reach the plot was one of them and there is a better way to use it now than the one the module uses. I'll have a go at changing over. UPDATE: Done. Give it a go and see if it works for you... - castortray - 2011-12-06 branlr Wrote:Hi guys... +1 for utorrent widget maybe this thread for uTorrent WebUI will help: http://forum.utorrent.com/viewtopic.php?id=25661 I used few command to autolabel torrent - castortray - 2011-12-06 I just installed the latest built from here using step by step instruction: http://htpc.ictcsc.net/wiki/index.php/MaraschinoWindows, Looks very impressive !!! However, I am having some issues with "Recently added episodes" prtsc below: Also I can't play episodes from Maraschino to XBMC, and fanart background doesn't work Last two questions: 1. Which one repository is the official with widgets for SB? https://github.com/maraschino/maraschino https://github.com/gugahoi/maraschino https://github.com/DejaVu/maraschino 2. It's possible to add disc capacity module on Windows? - SleepyP - 2011-12-06 It took like a day but I am finally caught up on reading through the entire thread, and I did some more troubleshooting. I believe I have the exact same issue as Zenshi, that being that parts of Maraschino are designed to require it be served out of the root with no option for anything else. As others have pointed out, every other CherryPy based application has a setting to control what the URLs should look like, usually known as "web root". For something as fancy as Maraschino, not having this feature is kinda ridiculous. "Oh hey, its designed to simplify running and using stuff on your server. To actually USE it though, you will need to set up and run yet another service with its own dedicated port on top of all the stuff you already have running..." Seems to entirely defeat the purpose of running it via WSGI. I'll see what I can do about finding the code that depends on absolute paths and fixing it somehow. In my ideal scenario, you would have this be a GUI-side setting. That way, during setup, you could just get it running at the web root, go in and change the setting, then change your ScriptAlias to whatever. Now that I've made the jump to Ubuntu, it should be a little easier for me to maybe punch up a shell script to make installation a bit easier, but that's honestly a lower priority. Also, Skyrim... - Aenima99x - 2011-12-06 SleepyP Wrote:SleepyP is going to add web_root option...YAY Thanks! - defluo - 2011-12-06 castortray Wrote:I just installed the latest built from here using step by step instruction: I had the same issue with thumbnails and backgrounds. I changed the xbmc host from localhost to its actual IP address and it worked immediately - castortray - 2011-12-06 defluo Wrote:I had the same issue with thumbnails and backgrounds. I changed the xbmc host from localhost to its actual IP address and it worked immediately I have it, because my XBMC is installed on different machine than Maraschino, but issue still exist - Archigos - 2011-12-06 @defluo I thought I explained the IP issue on that page, guess I might have missed it so I'll go back and check/fix it shortly. @castortray I've used Maraschino from the XBMC host and from a different system (at different times) and using the XBMC's IP worked fine in both cases. By chance are you NOT using a User/Pass for the Web Interface? If that's the case, set a user/pass in XBMC's Network Settings and add them to the settings box in Maraschino. ---- Edit: Made a quick reference to the IP issue on both the Windows Specific page and made it bold on the Maraschino page... Hope that helps... any more suggestions please feel free to PM me about them. - castortray - 2011-12-06 Archigos Wrote:@castortray I have it, you can see mu setup on below prtsc: XBMC network settings settings.py Maraschino settings: I'm not sure if this is important but I use MySQL database for synchronize XBMC on all my pc Where I can find debug logs from Maraschino ? - Archigos - 2011-12-06 castortray Wrote:I have it, you can see mu setup on below prtsc: Yes, the MySQL part is important as I've noticed pretty much everyone else with the correct settings and it still not working used a shared database as well. (I planned on testing it but haven't had the time and still use individual databases). As far as Maraschino logs, I don't think it outputs them as I've never found any form of log file on Windows. - castortray - 2011-12-06 thanks for your prompt answer - karandras24 - 2011-12-06 castortray Wrote:I'm not sure if this is important but I use MySQL database for synchronize XBMC on all my pc I use a mysql database and the recently added always works for me, as per below image. The only thing thats not working is the sickbeard module, but i just launch it from the applications menu instead. Have i entered something incorrectly? btw i know the api key, user name and password are missing - the ip and port numbers are examples. - gugahoi - 2011-12-07 karandras24 Wrote:The only thing thats not working is the sickbeard module, but i just launch it from the applications menu instead. Try it without "http://" use only the IP. - karandras24 - 2011-12-07 gugahoi Wrote:Try it without "http://" use only the IP. Well now i feel like a numpty for not trying that earlier. Thanks very much for the help Gugahoi. |