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)



- Shaolin - 2011-12-03

Small request; could you add these 2 icons to the applications folder in the new repo please? I've obviously added them to my local directory structure but would like to have them in the repo for updates etc


Imagemeta<browser>Imageutorrent

LOVING Maraschino more and more each day!!!

Many thanks


- nashant - 2011-12-03

Will do when I get a mo. I'm in the process of attempting a radical rewrite of the way module data is refreshed.


- Shaolin - 2011-12-03

nashant Wrote:Will do when I get a mo. I'm in the process of attempting a radical rewrite of the way module data is refreshed.
Jeez, you're quick on the reply button Big Grin

Looking forward to seeing your latest work!!

Cheers


- nashant - 2011-12-03

Got email notifications on and gmail open. It pops up and tells me straight away Smile


- Shaolin - 2011-12-03

Another request (when you are anyone else gets time - no hurry whatsoever!) would be to get the Disk Module working for Windows Paths


- nashant - 2011-12-03

I'd have to install on windows first. Hopefully someone else already has!

Got queuing working by the way. Think I've pushed it already


- T800 - 2011-12-03

Can these images be added, unless someone has better ones:

Image Router

Image unRAID


- nashant - 2011-12-03

Images added


- DejaVu - 2011-12-04

Had a little play and tidied a few things up.

Sickbeard has been edited a little, but I'm still unsure about the menu.
I wanted the Menu button to be replaced, but still bending my head around it.


- guy_smiley:) - 2011-12-04

steve1977 Wrote:WSGIDaemonProcess maraschino user=dl group=www-data threads=5

You need to enable WSGI if you haven't already, it's "sudo a2enmod wsgi".

Also, don't forget to change your user and group to your appropriate ones. I imagine group=www-data shouldn't be a problem if you haven't changed much in Apache. Otherwise your user mightn't be "dl" Tongue

Make sure /var/www/maraschino is owned by "user":www-data (or whoever your group is for Apache.


- steve1977 - 2011-12-04

guy_smiley:) Wrote:You need to enable WSGI if you haven't already, it's "sudo a2enmod wsgi".

Also, don't forget to change your user and group to your appropriate ones. I imagine group=www-data shouldn't be a problem if you haven't changed much in Apache. Otherwise your user mightn't be "dl" Tongue

Make sure /var/www/maraschino is owned by "user":www-data (or whoever your group is for Apache.

That's now where all my probs again surface. I am on Win7 and not Linux... Let me google some more. Maybe someone has insights in this forum how to accomplish things in Win7?


- steve1977 - 2011-12-04

I am making some progress to set up WSGI on Apache to run Maraschino (windows 7!). Still not there. Getting the following error. Any thoughts?

[Sun Dec 04 10:02:06 2011] [warn] mod_wsgi: Compiled for Python/2.7.
[Sun Dec 04 10:02:06 2011] [warn] mod_wsgi: Runtime using Python/2.7.2.
[Sun Dec 04 10:02:06 2011] [notice] Child 6848: Child process is running
[Sun Dec 04 10:02:09 2011] [notice] Child 6848: Acquired the start mutex.
[Sun Dec 04 10:02:09 2011] [notice] Child 6848: Starting 250 worker threads.
[Sun Dec 04 10:02:09 2011] [notice] Child 6848: Starting thread to listen on port 80.
[Sun Dec 04 10:02:09 2011] [notice] Child 6848: Starting thread to listen on port 80.
[Sun Dec 04 10:02:40 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Sun Dec 04 10:02:40 2011] [notice] Child 6848: Exit event signaled. Child process is ending.
[Sun Dec 04 10:02:41 2011] [notice] Child 6848: Released the start mutex
[Sun Dec 04 10:02:42 2011] [notice] Child 6848: All worker threads have exited.
[Sun Dec 04 10:02:42 2011] [notice] Child 6848: Child process is exiting
[Sun Dec 04 10:02:42 2011] [notice] Parent: Child process exited successfully.


- N3MIS15 - 2011-12-04

I just got this running on my unraid server. This is in no way a guide, i havent tested it fully.

(requires python already installed. if u have sickbeard/sab/couch/headphones already running it will be installed already)

These are the steps i took:

Download python-setuptools:
http://pypi.python.org/pypi/setuptools#files
i used setuptools-0.6c11-py2.6.egg

Run the scipt:
sh /boot/setuptools-0.6c11-py2.6.egg
(assumes the file is saved in the root of flash)

Install dependencies:
easy_install cherrypy
easy_install Flask
easy_install Flask-SQLAlchemy
easy_install jsonrpclib

a couple of these failed to download the first time for me but on the second try they worked.. not sure why

Download Maraschino:
wget -O maraschino.tar.gz --no-check-certificate https://github.com/Maraschino/maraschino/tarball/master

Extract and setup your settings... (Dont forget setup.py Wink)

To run Maraschino you need to:
python maraschino-cherrypy.py

I think thats everything, would be nice to have a pkg for all of this, but that is a bit out of my leage.


- steve1977 - 2011-12-04

While I am still struggling to get things working outside my home network, I have one idea for the skilled coders around.

Subsonic has an API creating a widget that accesses it would be amazing. This would (quite easily) allow audio streaming to Maraschino from whereever you are. It should be quite straight forward for someone who knows how to code / access API.


- steve1977 - 2011-12-04

I just installed the latest built, which works well from my home network. Looks very impressive!!! Two questions:

1) Sabnzbd doesn't display anymore, but I assume that this is due to me getting something wrong. Can you please remind how to properly enter the Sabnzbd URL in settings. I searched this thread, but didn't find the instructions.

2) The Sickbeard feature sounds awesome. Unfortunately, I am on Windows. Any idea whether Windows binaries for the SB Beta are somewhere to find without building myself from source?


Thanks a lot!!!