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
|
- guy_smiley:) - 2011-12-19 Hi, My trakt.tv Recommends is showing posters that seem to be full size instead of limited to the border of the widget. Browser is Chrome. O/S is XUbuntu running Apache2. If you need more info, let me know. Yes I restarted Apache2. Cheers - gugahoi - 2011-12-19 guy_smiley:) Wrote:Hi, Is that after you updated? If so, try flushing your cache. I'm running on Chrome and also noticed some weird behaviour until I re-installed. If problem persists delete your maraschino.db and restart from scratch. Worst case scenario: re-clone. - gugahoi - 2011-12-19 Shaolin Wrote:I made a basic Windows Installer which will install the necessary dependancies for Maraschino in windows: Should the script work on XP? Been trying to install Maraschino there for testing purposes and it keeps complaining. "blahblah.exe is not a valid Win32 application" - Shaolin - 2011-12-19 gugahoi Wrote:Should the script work on XP? Been trying to install Maraschino there for testing purposes and it keeps complaining. Dont think it will work on XP. Vista / Win 7 only. It's just a simple package of the installers (Python 2.7 and Python Setup-tools togther with a script to easy_install cherrypy, Flask, Flask-SQLAlchemy and jsonrpclib). Archigos mentions all these in post 221 Maybe try installing them individually and manually instead. - eXisTa - 2011-12-19 I love this thing! Except I can't get it to work behind a reverse proxy of apache. Ik got reverseproxy configured settings localhost:7000 to / wich seems to work but I am only getting text, just like the guy a few posts back. http://forum.xbmc.org/showpost.php?p=931873&postcount=204 - mrkipling - 2011-12-19 Just pushed a few small changes: * Fixed a bug with the Sickbeard module, plus a few minor code tweaks * Recently Added Movies module now uses a cropped poster as the file size is dramatically smaller (the fanart is crazy-large) * Got rid of the posters in the Recommendations module for the same reason (crazy-large files, not worth downloading for such a small thumbnail) - guy_smiley:) - 2011-12-20 eXisTa Wrote:I love this thing! If you're running Apache, why not just run it as your base directory? Otherwise you can run it as a second directory, second web page under another instance of apace. - gugahoi - 2011-12-20 Shaolin Wrote:Dont think it will work on XP. Vista / Win 7 only. Yeah, that was the way. Had to add python to the system path tho. Whole installation took no more than 15 minutes. I believe I have found a way to get windows drives to work from the module now. After installing a Windows XP VM and getting maraschino up and running, I tested it out and seemed to be reading everything alright. Only problem is it rounds to the nearest GB but this should be easy to fix. The pull request has already been made and should get into the master branch in the next couple of days. - HarryRosen - 2011-12-20 I moved back to your repo mrkipling now, my sickbeard module doesn't work, and the recently added only shows tv shows not movies I was using dejavu repo before - Archigos - 2011-12-20 HarryRosen Wrote:I moved back to your repo mrkipling now, my sickbeard module doesn't work, and the recently added only shows tv shows not movies I'm using MrK's repo as well and the SB Module works fine for me... as far as the recently added only showing TV, that's because they split them, you have to add the Recent Movies now... Try flushing your browsers cache to see if it fixes the SB issue... (I had to flush mine to fix the movie thumb issue that was mentioned earlier {the oversized issue}) - gugahoi - 2011-12-20 Archigos Wrote:I'm using MrK's repo as well and the SB Module works fine for me... as far as the recently added only showing TV, that's because they split them, you have to add the Recent Movies now... Flushing cache is always recommended. If you didn't do a fresh install then delete the old db and rerun "python setup.py". - HarryRosen - 2011-12-20 got it, for some reason, I have to put in my server name not the IP address don't know why - mrkipling - 2011-12-20 HarryRosen Wrote:got it, for some reason, I have to put in my server name not the IP address don't know why Yes, just enter whatever you normally use to connect to Sickbeard. Personally I use my DyDNS address. - HarryRosen - 2011-12-20 one other thing, the recommendation module is it suppose to show the thumbnail? - mrkipling - 2011-12-20 HarryRosen Wrote:one other thing, the recommendation module is it suppose to show the thumbnail? Had to remove it because the thumbnails were incredibly large and download way too slowly for those who have poor upload speeds and not accessing Maraschino on a LAN. Would love to bring them back, but not until we get much smaller images. Or perhaps they could be an option for those who don't care about the filesize. Will have a think. |