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
|
- gugahoi - 2011-11-29 DejaVu Wrote:@gugahoi. I quite like that one. Make a pull request and I'm more than happy to accept it. Ye SB does have that feature which will be quite a nice addition in fact. I have been waiting a bit on MrK tho, since I have some questions for him. If you want to change the look of other things too, you are more than welcome. I haven't been very focused on the graphical appeal of the modules lately. - thezoggy - 2011-11-30 the show.addnew command is implemented and documented. enjoy - DejaVu - 2011-11-30 thezoggy Wrote:the show.addnew command is implemented and documented. enjoyThat is great news. Thanks thezoggy! @gugahoi. Oops - I've done it again! Still a tad more work to be done, but sure you'll get the idea. http://www.youtube.com/watch?v=H2B-QiyvBtM This time it's much easier to add it in though. - gugahoi - 2011-11-30 DejaVu Wrote:That is great news. Thanks thezoggy! Very nice man. I was thinking the Scroll Bar could be replaced... You know you don't have to close the pull request you have already made, right? Just make your commits and they are automatically added to the pul request... - thezoggy - 2011-11-30 DejaVu Wrote:That is great news. Thanks thezoggy! you may want to move those icons (tvdb/search) over more to add some buffer from the scroll bar. btw i'd recommend using iscroll ( http://cubiq.org/iscroll-4 ) for what you are trying to do - T800 - 2011-11-30 Just tried setting this up on my imac, spent the last 45 minutes following the instructions and ripping every last bit of my hair out! I'm stuck here: Code: sudo update-rc.d maraschino defaults It just says: Code: Mark-HD:~ mc$ sudo update-rc.d maraschino defaults I thought I would try and start it without and I get: Code: Mark-HD:~ mc$ sudo /etc/init.d/maraschino start Any advice? EDIT: Got it started now with cd path/to/.maraschino python maraschino.py Will this be OK? Works fine. I like it! - gugahoi - 2011-11-30 T800 Wrote:Just tried setting this up on my imac, spent the last 45 minutes following the instructions and ripping every last bit of my hair out! I'm pretty sure the init.d script is for Ubuntu. For Mac just run as you did. If you want a way to start it automatically when you turn the computer on, either use Automator or an applescript. Either one should work I guess... - T800 - 2011-11-30 gugahoi Wrote:I'm pretty sure the init.d script is for Ubuntu. For Mac just run as you did. If you want a way to start it automatically when you turn the computer on, either use Automator or an applescript. Either one should work I guess... Ok, thanks! - Lucleonhart - 2011-11-30 Hey guys. Just installed this on my Win7 machine (runs perfectly with all sabnzbd, SB, CP and HP already running) Questions! * For your new sickbeard module you need that "beta" version of sickbeard with API support, right? * I got my xbmc database on a mysql server and the thumbnail directory is on a network share edited with pathsubstitution. I do not have any thumbs in the recently added section. But i think there is a bigger problem: Lets say you enter "localhost" for your xbmc host. The data will be retrieved fine but no thumbnails because they will be loaded from the machine you are on. Ok, so you enter the IP from your xbmc machine. But what happens when you access it from a remote machine via dyndns? Doesn't work anymore. I think you need a python module which reads the image locally and displays for the user. For my PHP projects i read the actual image by a script and the sript outputs the result image. In this way you can access the images from everywhere, right? *Any progress for the disc capacity module on Windows? --------- Can't wait to see more progress here. Awesome project! Thanks! - DejaVu - 2011-11-30 Tried to change it to iScroll, but really did not want to play ball at all. Only problem I'm having at the moment is when the 'content' div changes dynamically using the 'Options'. The scrollbar is no longer available. --EDIT Given up for now. Seems difficult to wrap a scroller around a DIV whose content changes. Anyone willing to help troubleshoot, I'll upload the changes I made. - T800 - 2011-12-01 Getting errors: Code: 127.0.0.1 - - [30/Nov/2011 22:04:45] "GET / HTTP/1.1" 200 - - nashant - 2011-12-01 What were you trying to do at the time it happened? - T800 - 2011-12-01 I had added XBMC settings then started to add another application. Could a large library cause a problem? - nashant - 2011-12-01 You're thinking about that mention of buffer_size there is? It says write buffer though, so I doubt it. What happens if you start it up and just leave it? - karandras24 - 2011-12-01 Hi All, Just a quick question for you. Is it possible to change the page title for maraschino? I currently have it running on my server but would like to add it to 3 other xbmc htpc's. It would be nice to have a way to tell them apart other than IP address or host name in the address bar. |