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
|
- T800 - 2011-12-01 nashant Wrote:You're thinking about that mention of buffer_size there is? It says write buffer though, so I doubt it. It does this: Code: Last login: Wed Nov 30 23:36:09 on ttys000 Then nothing works now. - T800 - 2011-12-01 If I quit terminal and restart it says this: Code: Last login: Wed Nov 30 23:41:19 on ttys000 I have to reboot to start again. - gugahoi - 2011-12-01 T800 Wrote:If I quit terminal and restart it says this: It seems you still have something running in that port. Do not quit terminal without finishing the process. Just press control+c on terminal and it should stop whatever it was doing. Otherwise, change the port number on settings.py (I believe that should work). Regarding your other error : "[Errno 32] Broken pipe" it seems a connection was closed early, prob XBMC's, it shouldnt happen. Give it another go. - DejaVu - 2011-12-01 Your running CouchPotato @ port 5000 (probably). At the end of Maraschino.py or in settings.py specify a different port. Best to use 7000. - N3MIS15 - 2011-12-01 karandras24 Wrote:Hi All, Open templates\base.html in text editor and modify line "<title>{% block page_title %}Marashino{% endblock %}</title>" where it says marashino, you can change that to whatever you would like. - karandras24 - 2011-12-01 N3MIS15 Wrote:Open templates\base.html in text editor and modify line "<title>{% block page_title %}Marashino{% endblock %}</title>" where it says marashino, you can change that to whatever you would like. Cheers for the reply matey. Would this not get overwritten (Sp?) everytime an update is pushed? - T800 - 2011-12-01 It's working much better for me know. I completely re-installed it (only took a few minutes). For some reason SABNZbd isn't being displayed. Some recently added thumbs aren't showing and I can't play anything from Maraschino. Code: File "/Users/mc/.maraschino/tools.py", line 29, in decorated - nashant - 2011-12-01 Which repo did you clone, and when? That message is saying that it's trying to use an invalid XBMC api function. My repo could have had that in a few pushes ago. All fixed now though. - T800 - 2011-12-01 nashant Wrote:Which repo did you clone, and when? That message is saying that it's trying to use an invalid XBMC api function. My repo could have had that in a few pushes ago. All fixed now though. I did this: git clone https://github.com/mrkipling/maraschino.git /home/yourusername/.maraschino About 5 hours ago. EDIT: Sorry just realized it needs Pre Eden nightly. - nashant - 2011-12-01 karandras, I'll look into an option to set the name. - nashant - 2011-12-01 Yeah, T800. Needs pre-eden. But you may as well upgrade now. It's pretty much perfectly stable. And when you do upgrade, I'd recommend cloning from me, DejaVu or gugahoi. I remember reading that MrKipling doesn't have much time at the mo, so the newer features are in the forks. - DejaVu - 2011-12-02 MrK is far too busy getting married at the moment. I'm sure, once his life settles down a bit he'll bury his head into this for a few days. Considering Maraschino seemed to spring from nowhere, I'm pretty certain the mods in the branches/forks are not going to take him a couple of days to perfect/add. Lots of different features being added all over the place at the moment and I think all the Mods being worked on should be added together into a Testing Repo for others to try out before MrK's return... Rather than keep cloning all over the place? Thought? - Shaolin - 2011-12-02 DejaVu Wrote:MrK is far too busy getting married at the moment.+1 here I'd certainly like to test a repo with all the features and mods you guys are working on rolled into one. - nashant - 2011-12-02 Yeah, I think that'd be a cracking idea. - karandras24 - 2011-12-02 nashant Wrote:karandras, I'll look into an option to set the name. Thanks very much! It'll make life miles easier for me, it can get a bit confusing when you have 4 maraschino tabs open nashant Wrote:Yeah, I think that'd be a cracking idea. another +1 on the cracking idea. |