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 - fabiomello - 2014-07-27 is there any way to run a batch file (.bat) using the script widget feature? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - hellow - 2014-07-27 (2014-07-27, 20:04)fabiomello Wrote: is there any way to run a batch file (.bat) using the script widget feature? Yes, if it dont work change extention to .cmd RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - tycho-x - 2014-09-11 Hi, does someone now how to change the default number of items or line or absolute size of the XBMC library module? It only displays 3 movies at once and i would like it to fill all available space to the bottom of the browser window. thx, Tycho RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2014-09-11 you could modify this line: https://github.com/mrkipling/maraschino/blob/master/static/less/module-library.less#L51 If you modify that file you will need to refresh browser cache (ctrl+f5 or cmd+f5 for mac) RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - tycho-x - 2014-09-11 (2014-09-11, 11:21)N3MIS15 Wrote: you could modify this line: https://github.com/mrkipling/maraschino/blob/master/static/less/module-library.less#L51 Great! Thats what i had been looking for. Seems i searched for the wrong css directive. I thought i would need to modify Code: ul.modules { But couldnt find its location and its clearly wrong anyway. I would have 2 more questions in case you can spare some time: - Is it possible to make the software cache the whole db so i can remove access to xbmc - In which of the file(s) would i need to look for disabling the <play>,<queue> and <download> feature? cheers & thx, Arnd RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2014-09-11 caching the library is not supported. depending on which view your using you can remove the buttons in the jinja templates (html) for example: https://github.com/mrkipling/maraschino/blob/master/templates/library/large_list_view.html#L65 RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - armedmonkey - 2015-01-16 Was wondering if anyone could help me out. I'm trying to serve this through mod_wsgi with apache now. I added the path to my wsgi file and it seems to import successfully, but I get a 404 error when I hit the page. Has anyone gotten this to work successfully on Windows? RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - User 326771 - 2016-04-18 Hi, is there a possibility to display the module library on the whole web interface? What I mean is that I only need a large web interface in one column for the kodi library. Is there also the possibility in the Kiosk mode to disable the Play and control buttons, so that I have only the inventory overview? Thanks, regards RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2016-04-18 for the library module you could try changing https://github.com/mrkipling/maraschino/blob/master/static/less/module-library.less#L51 to a higher number (untested) RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - User 326771 - 2016-04-18 @N3MIS15: thanks This I had already tested. Unfortunately the window size has increased only down, but not to right. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Dennisreneholm - 2019-08-14 Is there a working alternative to Marachino? I'm moving everything to Docker, and the Docker for Maraschino is not working anymore. RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - MrPatate - 2021-09-09 Is this project already supported by the last Kodi version (like 18 or 19)?? |