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
N3MIS15 Offline
Fan
Posts: 464
Joined: Jul 2010
Reputation: 12
Location: Melbourne, VIC
Post: #1841
Headphones module has been added into master.
EDIT: The Headphones api is still in its infancy, so the module is pretty basic. Any features you may think are missing, let me know and i will try to add them. If they are feasable and not avaliable in their api i will let the developers know.

schumi2004. The port is being forced in the init file. this is something that needs to be fixed. If your running with the init file change the port in /etc/defailts/maraschino

[Image: all-fanart.jpg]
(This post was last modified: 2012-07-15 02:04 by N3MIS15.)
find quote
Shaolin Offline
Senior Member
Posts: 121
Joined: Sep 2011
Reputation: 0
Location: UK
Post: #1842
Great news, nice work N3MIS15. Just need the couchpotato module then Maraschino has pretty much everything.

[Image: 1654614846.png]
find quote
SlackMaster Offline
Member+
Posts: 51
Joined: Jul 2010
Reputation: 0
Post: #1843
I'm really impressed with everything that has been done with this interface. I love having a nice polished front-end to go with my nice polished XBMC interface.

Thanks :-)

Thank you to everyone for this awesome software!
find quote
mrkipling Offline
Senior Member
Posts: 214
Joined: Apr 2011
Reputation: 3
Post: #1844
(2012-07-15 02:00)N3MIS15 Wrote:  Headphones module has been added into master.
EDIT: The Headphones api is still in its infancy, so the module is pretty basic. Any features you may think are missing, let me know and i will try to add them. If they are feasable and not avaliable in their api i will let the developers know.

Fantastic work! Now I just need to install Headphones...

Maraschino - a web frontend for your XBMC HTPC
Project homepage | XBMC forum thread
find quote
schumi2004 Offline
Fan
Posts: 643
Joined: Aug 2011
Reputation: 4
Post: #1845
(2012-07-15 02:00)N3MIS15 Wrote:  Headphones module has been added into master.
EDIT: The Headphones api is still in its infancy, so the module is pretty basic. Any features you may think are missing, let me know and i will try to add them. If they are feasable and not avaliable in their api i will let the developers know.

schumi2004. The port is being forced in the init file. this is something that needs to be fixed. If your running with the init file change the port in /etc/defailts/maraschino

Thanks but since Maraschino is packaged for Synology NAS i'm unsure were to change/modify this.

Anyway, does this also effect webroot setting since i'm unable to reach it from outside the network with reverse proxy enabled but inside network it works?

[Image: watched-clearlogo.jpg]
(This post was last modified: 2012-07-15 16:16 by schumi2004.)
find quote
Boggie1688 Offline
Junior Member
Posts: 8
Joined: Nov 2011
Reputation: 0
Post: #1846
Hi Everyone,

Been awhile since I've checked in on Maraschino. The project has come a long way!!! Very impressed!!

In any case, I run HTPCBUILD.com and I've had a few users message me regarding the change in Maraschino and how to install it. Seems like everything is the same...but I did have one question. I'm unable to locate where I can set the address:port, username, and password.

Can someone kindly point me to the right file?
find quote
N3MIS15 Offline
Fan
Posts: 464
Joined: Jul 2010
Reputation: 12
Location: Melbourne, VIC
Post: #1847
(2012-07-15 16:12)schumi2004 Wrote:  Thanks but since Maraschino is packaged for Synology NAS i'm unsure were to change/modify this.

Anyway, does this also effect webroot setting since i'm unable to reach it from outside the network with reverse proxy enabled but inside network it works?

I know nothing about how synology stuff works. If you point me to the package i may be able to figure it out.
(2012-07-15 19:51)Boggie1688 Wrote:  Hi Everyone,

Been awhile since I've checked in on Maraschino. The project has come a long way!!! Very impressed!!

In any case, I run HTPCBUILD.com and I've had a few users message me regarding the change in Maraschino and how to install it. Seems like everything is the same...but I did have one question. I'm unable to locate where I can set the address:port, username, and password.

Can someone kindly point me to the right file?

There is no settings file anymore. everything is either changed in the UI or with commandline arguments. to see a list of arguments run with Maraschino.py --help

I have a --datadir arg comming too, its awaiting review. Once datadir is sorted out we can get the init script fixed up.

[Image: all-fanart.jpg]
find quote
schumi2004 Offline
Fan
Posts: 643
Joined: Aug 2011
Reputation: 4
Post: #1848
@N3MIS15
Thanks for helping but i think i'll wait until datadir is implemented or figure out myself where to change this Wink

It's not a spk but if you want to have a look, here is the source https://github.com/SynoCommunity/spksrc/...maraschino

Edit:
This is the maraschino control script https://github.com/SynoCommunity/spksrc/...control.sh

If i just change the daemon line and package it again i'm there?

start_daemon()
{
su - ${RUNAS} -c "PATH=${PATH} ${PYTHON} ${MARASCHINO} --daemon --port 8260 --pidfile ${PID_FILE} --database ${DB_FILE} --log ${LOG_FILE}"
}

[Image: watched-clearlogo.jpg]
(This post was last modified: 2012-07-16 10:36 by schumi2004.)
find quote
N3MIS15 Offline
Fan
Posts: 464
Joined: Jul 2010
Reputation: 12
Location: Melbourne, VIC
Post: #1849
https://github.com/SynoCommunity/spksrc/...control.sh

looks like you need to change line 21 in that file.
Add "--webroot /maraschino" without quotes if u want webroot for your reverse proxy and change the existing --port to the port u want.

and maybe change the port in this file too: https://github.com/SynoCommunity/spksrc/...ino.cgi.py

Im only guessing. But the first file seems to be the commandline that runs Maraschino.

[Image: all-fanart.jpg]
find quote
N3MIS15 Offline
Fan
Posts: 464
Joined: Jul 2010
Reputation: 12
Location: Melbourne, VIC
Post: #1850
Couchpotato module merged. Enjoy Tongue

[Image: all-fanart.jpg]
find quote
Post Reply