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-01-26 TeKo Wrote:First time I updated since I set it up. CouchPotato v2 and in turn it's Module is still very much a Beta and is not available at the moment. More bugs than a Prostitutes knickers. Trakt.tv will allow you to comment on stuff while it's playing. It'll appear when media is active only. (same as Synopsis). Remote Keyboard is a great function and also a terrible hindrance. Imagine having flatmates on the same network loading up Maraschino on 5 different laptops. We call it, Maraschino's best kept secret. - thezoggy - 2012-01-26 ok sb api doc updated, some updates pushed out to master for the sb api. http://sickbeard.com/api/ Unraid 5 Plugin - stourwalk - 2012-01-27 For those of you feeling brave I've attempted to knock up a UnRaid 5 plugin file for Maraschino http://dl.dropbox.com/u/6592585/XBMC/maraschino-0.1.plg Its based on the Couchpotato plugin - so *should* give you an extra icon in the Network Services page which will allow you to change the install directory, runas, port etc. It should cope with updating to new versions (by re-enabling it) I've tested the script part of it and it appears to work, but I've not yet been able to copy the plugin to my unraid setup and install it. so please be careful! If you have any issues, please let me know and I'll try and fix them. Note I will install it on my own machine next week when I can get back to it as I'm currently away from home. - N3MIS15 - 2012-01-27 stourwalk Wrote:For those of you feeling brave I've attempted to knock up a UnRaid 5 plugin file for Maraschino will test this out asap, i made 1 for myself but its only partialy working. will report back soon. EDIT: line 205 typo, also 'maraschino is running' points back to un ui (needs port) and i have a feeling you may need sqlite dependency (maraschino didnt start so im not sure) EDIT2: here is a resized logo for unraid plugin http://i22.photobucket.com/albums/b336/N3MIS15/maraschino_logo.png EDIT3: http://dl.dropbox.com/u/56711503/maraschino-N3MI.plg <-- the 1 i was working on that afaik mostly works, it just doesnt kill properly (need to disable re-enable then disable again) - tranceology3 - 2012-01-27 I am trying to install maraschinos and followed the tutorial. When I get to "python setup.py" there is no "setup.py" file in my maraschinos folder. - N3MIS15 - 2012-01-27 setup.py is no longer needed, just skip that step - tranceology3 - 2012-01-27 N3MIS15 Wrote:setup.py is no longer needed, just skip that step Got it thanks! - gugahoi - 2012-01-27 thezoggy Wrote:ok sb api doc updated, some updates pushed out to master for the sb api. Sweet ! Always bringing good news! Also noticed you've added an "Added: VERSION" parameter in the API. Good call! - stourwalk - 2012-01-27 N3MIS15 Wrote:will test this out asap, i made 1 for myself but its only partialy working. will report back soon. Thanks for the quick feedback.. http://dl.dropbox.com/u/6592585/XBMC/maraschino-0.2.plg 0.2 - Adds the sqlite dependency - Fixes typo - Correctly sized logo - settings.py is stored in INSTALLDir, only Database lives in DATADIR Can't see the port issue - but it's supposed to be the maraschino port that's shown so it can go straight to it - straight copy of the Couchpotato page there. If I strip out the script part of the plugin as a separate file, then all the parts work correctly for me (ie can enable/disable plugin, start/stop the service, perform an upgrade and change the configuration etc) so it *should* work :-) - mrkipling - 2012-01-27 stourwalk Wrote:For those of you feeling brave I've attempted to knock up a UnRaid 5 plugin file for Maraschino I don't use UnRaid myself, but I'm sure that many people will be very pleased with this I'd be happy to add it to maraschinoproject.com once it's been tested by a few people and verified as working. N3MIS15 Wrote:EDIT2: here is a resized logo for unraid plugin http://i22.photobucket.com/albums/b336/N3MIS15/maraschino_logo.png Nice, but you might want to use the actual logo: http://www.maraschinoproject.com/static/images/maraschino_logo.png :p - N3MIS15 - 2012-01-27 mrkipling Wrote:I don't use UnRaid myself, but I'm sure that many people will be very pleased with this I'd be happy to add it to maraschinoproject.com once it's been tested by a few people and verified as working.yea.. i know.. my plugin was just for personal use EDIT: image replaced with official logo (resized for unraid plugin) - stourwalk - 2012-01-27 Quote:Nice, but you might want to use the actual logo: I did originally - but it's too big for the UnRaid GUI page - hence the resized one - even if it is slightly wrong If I can get the plugin working, maybe you could add a resized version of the proper logo to your website too - N3MIS15 - 2012-01-27 stourwalk Wrote:Thanks for the quick feedback..another typo in line 210 also not creating settings.py in installdir after creating my own it starts fine (for some reason its removing port from cfg, i think thats why its not giving me correct 'maraschino is running' link - stourwalk - 2012-01-27 N3MIS15 Wrote:another typo in line 210 Take 3 :-) http://dl.dropbox.com/u/6592585/XBMC/maraschino-0.3.plg 0.3 - Fixed another typo - grrr. - Create settings file correctly in INSTALLDIR - Fix PID getting logic - Reverted back to official logo (even if the wrong size for now) - Attempted to fix port issue on Unraid Settings page. - N3MIS15 - 2012-01-27 bit more work on music funtionality: |