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 - gugahoi - 2014-04-06

(2014-04-04, 03:55)el_cabong Wrote: i put up a few screen shots here: http://imgur.com/a/vFT9c#5

and linked that in the readme on github. trying to finish a few things, then find time to put up a video for setting it up and general usage.

This is pretty interesting! Reminds me of MediaFrontPage. Big Grin


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - guerrierhome - 2014-04-06

(2014-04-03, 17:31)el_cabong Wrote: im pretty sure maraschino-portal should be unzipped in a web directory on any web server on your network. you can also unzip and open the index.html right from your desktop to play around with it.

ive been working on another project that is similar to maraschino project, but more powerful, and under continued development:
https://github.com/elcabong/ControlCenter
you will need a full webserver with php and curl enabled to run my project, but it allows for easy control over multiple xbmc machines and using a recently integrated module system im working to integrate easier ways of controlling all the peripheral devices in each room as well, turn on tv/receivers/amps etc, and eventually home automation stuff..

So I guess no one knows how to implement it?Huh


Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - hellow - 2014-04-06

You quoted the answer..


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - el_cabong - 2014-04-06

(2014-04-06, 02:15)gugahoi Wrote:
(2014-04-04, 03:55)el_cabong Wrote: i put up a few screen shots here: http://imgur.com/a/vFT9c#5

and linked that in the readme on github. trying to finish a few things, then find time to put up a video for setting it up and general usage.

This is pretty interesting! Reminds me of MediaFrontPage. Big Grin

heh, ya. i started with a fork of MediaFrontPage and it turned into this. much thanks to you and the others who contributed to that project, it helped me learn quite a bit.


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - PogMoThoin - 2014-04-06

Any chance of adding NzbDrone now it has an Api


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - MadClicker - 2014-04-06

(2014-04-06, 19:47)PogMoThoin Wrote: Any chance of adding NzbDrone now it has an Api

I know what the NzbDrone limitations are. What is it that it does that SB doesn't?


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - PogMoThoin - 2014-04-06

(2014-04-06, 20:22)MadClicker Wrote: I know what the NzbDrone limitations are. What is it that it does that SB doesn't?

It knows when Sab fails on a download and looks for another release. It's also a much nicer interface with artwork. Download it and try it out, you can have both setup, I still have SB running but just no longer use it for new shows.


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - chickenbanger - 2014-05-12

I was having problems adding the Sickbeard module

Quote:Traceback (most recent call last):
File "/big/maraschino/lib/flask/app.py", line 1518, in __call__
return self.wsgi_app(environ, start_response)
File "/big/maraschino/lib/flask/app.py", line 1506, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "/big/maraschino/lib/flask/app.py", line 1504, in wsgi_app
response = self.full_dispatch_request()
File "/big/maraschino/lib/flask/app.py", line 1264, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/big/maraschino/lib/flask/app.py", line 1262, in full_dispatch_request
rv = self.dispatch_request()
File "/big/maraschino/lib/flask/app.py", line 1248, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/big/maraschino/modules/sickbeard.py", line 97, in xhr_sickbeard
show_airdate=show_airdate,
File "/big/maraschino/lib/flask/templating.py", line 123, in render_template
context, ctx.app)
File "/big/maraschino/lib/flask/templating.py", line 107, in _render
rv = template.render(context)
File "/big/maraschino/lib/jinja2/environment.py", line 894, in render
return self.environment.handle_exception(exc_info, True)
File "/big/maraschino/templates/sickbeard.html", line 1, in top-level template code
{% extends "sickbeard/base.html" %}
File "/big/maraschino/templates/sickbeard/base.html", line 21, in top-level template code
{% block sickbeard_content %}{% endblock %}
File "/big/maraschino/templates/sickbeard.html", line 85, in block "sickbeard_content"
{{item(show)}}
File "/big/maraschino/templates/sickbeard.html", line 30, in template
{% if i.ep_plot|length > 2 %}
TypeError: object of type 'NoneType' has no len()

changing
{% if i.ep_plot|length > 2 %}

to

{% if i.ep_plot }

seems to fix it.

Also couldn't register on http://forums.maraschinoproject.com/ as it complains

The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image

but there isn't an image verification on the sign up page.


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Mspec - 2014-05-13

I have been using this for ages and love it , Maybe its just me and I have not been taking any notice here or something so forgive me if I have missed something but BAM out of nowhere there is a massive inclusion of now being able to completely manage xbmc library. Kudos to the dev of the update looks pretty stunning and comprehensive to boot.


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2014-05-13

your welcome Smile
FYI, I wrote that 2ish years ago, I think that it was such a big addition/change that we were all scared to add it to the master branch (myself included).


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - henbone11 - 2014-06-05

I am trying to install Maraschino on win7, but the setup.py file is not to be found. I downloaded directly from github master and looked again and it's not on there either. Is there any way to get this file?


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - hellow - 2014-06-05

(2014-06-05, 01:18)henbone11 Wrote: I am trying to install Maraschino on win7, but the setup.py file is not to be found. I downloaded directly from github master and looked again and it's not on there either. Is there any way to get this file?

http://forums.maraschinoproject.com/showthread.php?tid=166


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Methanoid - 2014-06-05

I'd like to see a Windows EXE for Maraschino.. I seem to recall someone compiled one or tried ages ago... SAB, Sickbeard, Couchpotato all have PY scripts but also EXEs for those that dont want to install Python....


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - N3MIS15 - 2014-06-08

I have not tested in a long time, but i did have an exe build script. AFAIK it should still work.
https://gist.github.com/N3MIS15/3592904


RE: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC - Methanoid - 2014-06-08

Thanks, it was yours I was referring to! I guess I'll need to install Python to get the Py2Exe to make the EXE for Maraschino... I only run PortablePython!! Wink