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 - Burke - 2013-02-14 hi guys. my maraschino stopped working few day back tried manual start and clean re install but nothing helps. I run it on Ubuntu Minimal 12.10. (linux is not my strong side ) Here is what I get Code: xbmc@xbmc:~$ /etc/init.d/maraschino start Tried Code: sudo chmod 775 -R /var/run/maraschino/ Tried moving maraschino.pid to my home folder but I get same error. Any help would be appreciated. burke RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2013-02-14 try sudo /etc/init.d/maraschino start RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Burke - 2013-02-14 just checking my system ...it would seem it worked it self out somehow. Rebooted system to test a script for sb. After rebbot pasted /etc/init.d/maraschino start - and got back massage already running N3MIS15 thanks for your replay RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - (O.O) - 2013-02-15 CP module seems to be broken upon update to V2, I can't seem to load thumbnails. Tried deleting the db and reinstalling, still getting no thumbs. Any suggestions? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - bry - 2013-02-17 hmm - anybody know why I lost all images with frodo? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - ppic - 2013-02-18 Hi, i've installed maraschino on a readynas nv+ rnd4000, no problem so far, python installed too, here the error i have when trying to start, any advice? Code: NETGEAR:~# sudo /etc/init.d/maraschino start RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - gibxxi - 2013-02-19 (2013-02-18, 23:10)ppic Wrote: Hi, I installed this manually on my ReadyNAS Ultra as per Debian instructions on the Maraschino website and it worked ok. Aside from the issue that port 7000 is already used by the ReadyNAS Remote server driver (Leaf Networks) and starts even when the add-on is disabled/removed. With the port changed to 7500 it started first time. It WAS also necessary to change this setting in the settings area of the app when you get in for the first time, because it appears that once this value is present in the db, the config file value is subsequently ignored. at least that's the behaviour I experienced. You may also want to "chown" the Maraschino app folder to the user that it will be running as (in my case - admin). and set the settings file to also reflect this as being the case. You can't start the app from the SSH command line as admin directly, as your logging in as root. But you can set the user to run the app in the settings then reboot the NAS for it to take effect. As long as the init.d entries step is completed, it should start up when you start/reboot the NAS. Just be sure, like I said, on the first successful start to set the port via the web interface to something other than 7000. Looking at your logs, it looks as if you don't have python installed, or the app can't find it. Have you installed Stefan's python add-on for the ReadyNAS? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - gibxxi - 2013-02-19 Btw... "/usr/bin/python" is not a folder. The folder structure is "/usr/bin" the python part is the actual command / program. It has no file extension. executable files on Linux don't seem to have extensions from what I've seen for the most part, not that i know an awful lot about Linux. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2013-02-19 The init script needs some love. It was intended for debian/ubuntu. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - ppic - 2013-02-19 thx for your response, i've installed python this way: Code: apt-get update then pysqlite module: Code: wget http://pysqlite.googlecode.com/files/pysqlite-2.6.3.tar.gz python 2.6.6 is installed, but it seems that ctype module is not installed, but can't find how to install it. then i've followed that: http://www.maraschinoproject.com/installation do you means this addon ? http://readynasxtras.com/readynas-sparc-add-ons/python-26-sparc RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - gibxxi - 2013-02-19 Yes, that would be the one. I've got the x86 version installed on my NAS. No other custom installs required for me. If you download that add-on, you may want to reverse the manual install of 2.6 you did to avoid any conflicts. I don't know if Stefan has had to tweak anything to make this add-on work on the ReadyNAS. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - ppic - 2013-02-19 ok, i think i'll try it after removing what i've done ! RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - ppic - 2013-02-19 ok, so i've installed stephan add on, then tried to start maraschino: Code: / then i rebooted the nas and ... IT'S WORKING !!! thank to all :-D RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - gibxxi - 2013-02-20 Excellent. Just make sure you change the port before the next update of Maraschino or reboot of your NAS because of the issue I previously mentioned. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - ppic - 2013-02-20 yup, done ;-) |