Kodi Community Forum

Full Version: Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm not 100% sure, but with openelec if you have xbmc ip set to localhost it will not work. Try setting it to the ipadress of the openelec machine.
N3MIS15 Wrote:I'm not 100% sure, but with openelec if you have xbmc ip set to localhost it will not work. Try setting it to the ipadress of the openelec machine.

I have tried with the following entries:

0.0.0.0
127.0.0.1
localhost
<machine_name>
<machine_name.localdomain>
LANIP (192.168.x.x)

It's only the recent items modules that disappeared. I'll dig into it more tonight.
innerspace Wrote:I have tried with the following entries:

0.0.0.0
127.0.0.1
localhost
<machine_name>
<machine_name.localdomain>
LANIP (192.168.x.x)

It's only the recent items modules that disappeared. I'll dig into it more tonight.
Tried?
http://openelec.local:7000

(Source)

This would obviously need to be opened on the OpenElec machine (which comes with no browser).
If you are accessing across the network, goto XBMC's System (Press Down ) > System Info.

Get the IP OpenElec is running on and from the remote PC = http://OPENELEC_IP:7000.

Should work...?

@Brena666 - Your a spamming ass hole (Reported again!)
DejaVu Wrote:Tried?

Get the IP OpenElec is running on and from the remote PC = http://OPENELEC_IP:7000.

Should work...?

I believe you've misunderstood me... I have no issue viewing the site on the openelec install (which has no browser so no way to view the site locally),
Code:
http://hostname.localdomain:port
works fine. I am able to configure the server settings and add modules however the 'recent' items modules, once initially added, filled with gibberish (ie : "") and then promptly disappeared. I am prepping to troubleshoot that issue further this evening, the GF is currently using the machine.

Thanks for your reply though Smile
Loving this as frontend...got it up and running from my WHS2011 in 10mins Smile
Some details on my missing modules in openelec... I've attached three screenshots below. I have verified that all Server Settings are correct, IP, port, user, pass and MAC all match, /etc/hostname and /etc/hosts show the correct information.

I'm running maraschino as an addon in openelec, I can add the 'recent' modules and configure them but they disappear after initializing. One thing not reflected in the screenshots is the recent episodes 'full view' does pull thumbs and attempts to populate the descriptions with "" but any refresh or entering settings and returning to live view makes them disappear.

http://dl.dropbox.com/u/10279677/marasch...odules.png
http://dl.dropbox.com/u/10279677/marasch...detail.png

http://dl.dropbox.com/u/10279677/marasch...ttings.png

I see nothing in dmesg or /var/log/messages that has anything to do with maraschino, any ideas? I've removed and added the offending modules again and they still fail.

Thanks in advance for any input.
innerspace, can you try backing up the .db file and creating a new 1. if that doesnt work i would say its an openelec specific issue. The recently added modules should never dissapear, they should give a connection error message
N3MIS15 Wrote:innerspace, can you try backing up the .db file and creating a new 1. if that doesnt work i would say its an openelec specific issue. The recently added modules should never dissapear, they should give a connection error message

OK - I blew out the db file, moved it to maraschino.db.old and rebooted thinking the app would recreate the db itself but got Internal Server Error, no db file in path so I created an empty maraschino.db, checked permissions and rebooted. Still get Internal Server Error.

stuck here... working great on my mint machine.
ive never used the addon before, but looking thru the source it looks like its here: userdata/addon_data/service.web.maraschino/maraschino.db
saitoh183 Wrote:Loving this as frontend...got it up and running from my WHS2011 in 10mins Smile

Any chance of more details? Did you use IIS for our web server?
gugahoi Wrote:There will be for the sickbeard module soon but why not just use your dyndns address instead of localhost? That will fix your problems...
Yeah, i know i can use a workaround for this. I just thought that such a script for images seems to be a quick solution for everyone without a workaround. Smile
nordberg Wrote:Any chance of more details? Did you use IIS for our web server?

Nope, I downloaded the latest version unziped it to my drive. Then i modified the settings-example.py and renamed it to settings.py.

I already have python27 on my system because of SB and CP (all running as services..see this)..I set up Maraschino as a service and it works A1

basically if you have python27 installed, you just run from batch or cmd python.exe maraschino-cherrypy.py (obviously cmd prompt must be in Maraschino folder)

My only issue atm is how to get custom wallpapers. I created a custom folder in background folder and enabled random backgrounds...but still nothing...anyone got an idea?
arabuli Wrote:I installed it but can't launch. Gives me this error:


[arabuli@Arch .maraschino]$ python maraschino-cherrypy.py -q
Traceback (most recent call last):
File "maraschino-cherrypy.py", line 23, in <module>
import wsgiserver
File "/home/arabuli/.maraschino/lib/wsgiserver/__init__.py", line 14, in <module>
exec('from .wsgiserver3 import *')
File "<string>", line 1, in <module>
ImportError: No module named wsgiserver3


Figured it out (thanks to rembo10). I just had to run python2 instead of python
Hi all,

i try to get Maraschino working under domain.com/maraschino.

I installed the CherryPy Version as described on the website. (Port 7000)

In Apache i put this:

ProxyPass /maraschino http://localhost:7000/maraschino
ProxyPassReverse /maraschino http://localhost:7000/maraschino

In the maraschino-cherrypy.py i changed this

d = wsgiserver.WSGIPathInfoDispatcher({'/': app})

to:

d = wsgiserver.WSGIPathInfoDispatcher({'/maraschino': app})

so it fits the directory configuration in Apache.

Maraschino comes up and Apache serves it, but the static files are missing (this can be fixed with a symbolic link) and the Ajax call don't work:

"NetworkError: 404 Not Found - domain.com/xhr/currently_playing"
(It still tries to access the root of the doman)

Is it because all path are handled as absolute paths inside maraschino?
I tryed to get rewrites in place, but thats feels ugly and havent worked for me Sad

Is there a way to get it working?
I have been working on an information view for media library module. Here is a sneak peak.

http://www.youtube.com/watch?v=3PX_zpg-sog