Maraschino (formerly HTPC Frontend) - a summary web interface for your XBMC HTPC

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
DejaVu Offline
Posting Freak
Posts: 1,155
Joined: May 2010
Reputation: 2
Location: United Kingdom
Post: #1581
(2012-04-25 21:24)el_cabong Wrote:  I was curious if anyone is working on a plugin for WOL......

Library Module, if it cannot find the Server your supposed to be connected too, gives this -

[Image: Untitled-2.jpg]

Was confirmed working, but appreciate if you can test and give us your findings
(Make sure WOL option is enabled in your BIOS and the XBMC MAC Address is defined in Server's address settings.)

[Image: watched-fanart.jpg]
Maraschino - Web based HTPC Organiser. Keep track of all your web based programs all in one place.
Home Page - Repo - Bug Tracker - Support Forum.
(This post was last modified: 2012-04-25 22:37 by DejaVu.)
find quote
el_cabong Offline
Member
Posts: 57
Joined: May 2010
Reputation: 0
Post: #1582
ah.. missed that button when i was looking last night (was probably up too late). works perfectly.. glad you posted before I dipped further into this project.. I should have figured you guys had already thought about that.

thanks for the quick reply.
find quote
guy_smiley:) Offline
Member
Posts: 89
Joined: May 2011
Reputation: 0
Post: #1583
Argh, it seems the Apache option has been removed for just python. Is anyone able to shed some light on how to get this to be the default page to load from my webserver on Port 80? I.e.: when I go to http://www.mydns.org it displays Maraschino. And no, changing settings.py PORT = 80 does not work for Apache2.

TIA
find quote
N3MIS15 Offline
Fan
Posts: 461
Joined: Jul 2010
Reputation: 12
Location: Melbourne, VIC
Post: #1584
I started working on a headphones module and have it working pretty well 100%. Its not looking the prettiest at the moment but it works... For those game enough to try it out its on my repo at https://github.com/N3MIS15/maraschino/tree/headphones

A couple things are holding me back from sending a pull request to master. The first is the styling is not finished (not a big deal..) The second is a bit more serious, The Headphones API is very new and not yet complete. These are a couple things i have noticed..

If the wrong user/pass combination is sent headphones will ask for the correct user/pass before proccessing the request (it asks for user/pass in python terminal).
When doing things like adding artist or refreshing artist. maraschino will not be responsive until headphones has completed that task. This can take a long time for artists with alot of albums.

If you do decide to test it, please send any requests/queries to me in a pm.
(This post was last modified: 2012-04-26 14:01 by N3MIS15.)
find quote
el_cabong Offline
Member
Posts: 57
Joined: May 2010
Reputation: 0
Post: #1585
(2012-04-26 09:30)guy_smiley:) Wrote:  Argh, it seems the Apache option has been removed for just python. Is anyone able to shed some light on how to get this to be the default page to load from my webserver on Port 80? I.e.: when I go to http://www.mydns.org it displays Maraschino. And no, changing settings.py PORT = 80 does not work for Apache2.

TIA


i do something similar and have used the following with good results. in your default web directory (www usually) make an index.php and rename any other index.* file to index-old.* or something and use the following inside index.php:

PHP Code:
<?php
$mainurl
="http://".$_SERVER['HTTP_HOST'];
header'Location: $mainurl:7000' );
?>

just change the 7000 to whatever port your using and should be good to go. this will grab the ip of the host server and redirect the page to that port number.
find quote
guy_smiley:) Offline
Member
Posts: 89
Joined: May 2011
Reputation: 0
Post: #1586
(2012-04-26 23:04)el_cabong Wrote:  
(2012-04-26 09:30)guy_smiley:) Wrote:  Argh, it seems the Apache option has been removed for just python. Is anyone able to shed some light on how to get this to be the default page to load from my webserver on Port 80? I.e.: when I go to http://www.mydns.org it displays Maraschino. And no, changing settings.py PORT = 80 does not work for Apache2.

TIA


i do something similar and have used the following with good results. in your default web directory (www usually) make an index.php and rename any other index.* file to index-old.* or something and use the following inside index.php:

PHP Code:
<?php
$mainurl
="http://".$_SERVER['HTTP_HOST'];
header'Location: $mainurl:7000' );
?>

just change the 7000 to whatever port your using and should be good to go. this will grab the ip of the host server and redirect the page to that port number.

Sorry, still getting a 500 Internal Server Error, is there anything else I need to enable PHP in apache? Running Ubuntu 11.10 if that helps.
find quote
el_cabong Offline
Member
Posts: 57
Joined: May 2010
Reputation: 0
Post: #1587
guy_smiley:) Wrote:Sorry, still getting a 500 Internal Server Error, is there anything else I need to enable PHP in apache? Running Ubuntu 11.10 if that helps.

my bad.. didnt test.

PHP Code:
<?php

$mainurl
="http://".$_SERVER['HTTP_HOST'];
       
header'Location: '.$mainurl.':7000' );
?>
(This post was last modified: 2012-04-27 08:48 by el_cabong.)
find quote
guy_smiley:) Offline
Member
Posts: 89
Joined: May 2011
Reputation: 0
Post: #1588
Haha still not working. Will leave it until I get home this Thursday.
find quote
kevthemilkman Offline
Junior Member
Posts: 10
Joined: Nov 2010
Reputation: 0
Location: Australia
Post: #1589
Hi guys,

Great program.
I have this running on a win 7 setup and can get all the recently added widgets and the media library and disc space widgets to work but for the life of me cannot get the sick beard,sabnzbd or trakt modules to work.
I have entered all the appropriate details but when I get out of settings mode there is nothing on the Maraschino page for these modules. the traktv works randomly but the SB and sabnzbd ones never show up even when sabnzbd and sickbeard are active.

Any pointers
find quote
Burke Offline
Fan
Posts: 301
Joined: Jul 2009
Reputation: 3
Location: Velika Gorica / Croatia
Post: #1590
Hi guys,

I need help, something you can laugh abut but I can solve it on my own.

I installed Openelec to give it a try and at last Maraschino Smile.

This is my first encounter with linux so pls help, I have everything up and running but can't figure out how to add disks to "Disk Space" module. Frown

Thanks
find quote
Post Reply