Kodi Community Forum
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)



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 {
    min-height: 20px;
}

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)??