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-11-22

@gugahoi

Just thought i'd point out you have a typo in your sig for Maraschino Big Grin


- gugahoi - 2011-11-22

Shaolin Wrote:@gugahoi

Just thought i'd point out you have a typo in your sig for Maraschino Big Grin

I dont see any typo.... Wink


- Shaolin - 2011-11-22

gugahoi Wrote:I dont see any typo.... Wink
Quick fix!! Wink

Thanks for all the work you, DejaVu and obviously MrK are doing on this fantastic app.

BIG THUMBS UP FROM ME!!
Image


- Tkosh - 2011-11-22

Thanks to these great programs my 24TB raid enclosure comes today, now that the wife can use the HTPC to add stuff by herself, my storage needs went way up Undecided


- branlr - 2011-11-22

Hi guys...

I have a feature request--a utorrent widget that is similar to the SABnzbd widget.

I know the API documentation for the utorrent webui is pretty terrible/nonexistent, but it seems someone has already created a python library/command line interface for controlling/receiving info from utorrent's webui.

The thread can be found here.

One benefit to this is that it seems that this guy has been maintaining this library for at least a year, and is very responsive...

This could make it very easy to maintain as utorrent's api changes.

I think utorrent is one of the best torrent apps, and there is now a webui-only version called utorrent server that runs on linux as well.

I was thinking if you just used the SABnzbd widget as a template, you could pretty easily use this already existing python library to inject the new data sources into the proper fields, since all of the functions for interacting with the API are already present in this library... Maybe? or ... maybe not...

Just a note, this library requires python 3.1 as it stands.

Thanks for any consideration this receives!


- Rumik - 2011-11-22

LOL! I downloaded the cherrypy installer myself rather than doing it through python, and it's suddenly started working Big Grin


- mrkipling - 2011-11-22

jQuery updated to 1.7.1 on master, knock yourselves out!


- Dougie085 - 2011-11-22

Ok, I got Maraschino all setup and running, can connect to it fine from other devices, but for some reason the widgets don't seem to be working? I put in the setup details for XBMC and Sabnzbd+. When I exit the settings screen there is nothing on the main page though?


- Dougie085 - 2011-11-22

Ok, nevermind I figured it out now haha.


- DejaVu - 2011-11-22

Evening Maraschinoees.
Small update on my Repo. Tipsy has been added and works a treat.

Each module has got the javascript loading within itself separately as I could not understand how to get it done globally.

It looks like an easy task for anyone with a tiny bit of coding experience (which excludes me!) but I do try -

http://www.youtube.com/watch?v=7XRbwGLy9ts

Any popup like this can be added anywhere and would come in really handy in the Settings section too (not touched by me yet).


- Weavus - 2011-11-24

Is there a way to run this standalone behind an apache webserver? I want to redirect to Maraschino running on another port from a proxy pass of http://my.web.address/maraschino/ but nothings working as the links in the html are not relative.


- Aenima99x - 2011-11-24

Weavus Wrote:Is there a way to run this standalone behind an apache webserver? I want to redirect to Maraschino running on another port from a proxy pass of http://my.web.address/maraschino/ but nothings working as the links in the html are not relative.

Same problem here. I've got SAB, SickBeard, CouchPotato & HeadPhones all running fine using ReverseProxy, but not Maraschino. Confused


- gugahoi - 2011-11-25

Weavus Wrote:Is there a way to run this standalone behind an apache webserver? I want to redirect to Maraschino running on another port from a proxy pass of http://my.web.address/maraschino/ but nothings working as the links in the html are not relative.

Aenima99x Wrote:Same problem here. I've got SAB, SickBeard, CouchPotato & HeadPhones all running fine using ReverseProxy, but not Maraschino. Confused

I don't think this has been looked yet. But I believe it would be an easy modification. It's just a matter of where cherrypy or flask is mounting the files. But I'd wait for MrK to do this.


- guy_smiley:) - 2011-11-25

Aenima99x Wrote:Same problem here. I've got SAB, SickBeard, CouchPotato & HeadPhones all running fine using ReverseProxy, but not Maraschino. Confused

If you don't have an actual webserver, wouldn't it be easier to set maraschino up as the default directory for Apache?


- DejaVu - 2011-11-25

Been making some changes to Maraschino tonight, mainly tipsy with mouseovers everywhere, would appreciate some feedback.

https://github.com/DejaVu/maraschino

It's still a little untidy and I need to work out how to add some JS globally, it works really well though.

Also has gugahoi's Sickbeard Manager added too. Smile

@gugahoi.
Do you know if any other modules are finished on the various branches as yet? I know your still working on Sickbeard & Sab's History (which caused me some headaches! Smile). I was just wondering if any of the others were functional - ie Recently-added-movies or Recommended?

EDIT-
Awesome to see someone else working on it too - antant...!