![]() |
|
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app (/showthread.php?tid=126297) |
RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-07 19:39 Latest commit now has support for setting datadir, pid and port through commandline parameters. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Aenima99x - 2012-08-07 19:46 Thanks for keeping this going mbw2001. Not sure if you saw the JSON-RPC changes - http://forum.xbmc.org/showthread.php?tid=98551&pid=1163498#pid1163498 RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-08 13:48 Are you using the latest commit? I don't see any changes that should have impact. I tried the latest windows version and it seems to work fine. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Aenima99x - 2012-08-08 17:10 Yes, using the latest commit. The Recently Added Music disappeared for me. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - tylertech - 2012-08-13 20:29 (2012-07-28 23:41)Hjord Wrote: Looks awesome. I 2nd this. Seems like Headphones would be a nice addition and one many people would like to see.
RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-15 11:02 (2012-08-08 17:10)Aenima99x Wrote: Yes, using the latest commit. The Recently Added Music disappeared for me.Recently added music should be working again. (2012-08-13 20:29)tylertech Wrote:(2012-07-28 23:41)Hjord Wrote: Looks awesome. I have plenty of work extending the current functionality and with the Squeezebox functionality atm. Since I don't use headphones I wont be adding it any time soon. But i have done a lot of work trying to make the interface as easy as possible to extend. So if anyone feels like writing a Headphones module I would be more than happy to add it to my repo. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - jcalton88 - 2012-08-23 23:51 (2012-08-07 19:39)mbw2001 Wrote: Latest commit now has support for setting datadir, pid and port through commandline parameters. Thanks! This'll make a lot of users over on the unraid forums happy, they've been anxiously awaiting the htpc_manager plugin for their servers, with these settings it will be easier to implement. I'll get right on that, ![]() EDIT: Not sure if you'll be able to help me, but when starting the app from the command line directly, it works fine. If I try to start the app passing the command from the plug-in, it starts, but Cherrypy throws an error: Code: Traceback (most recent call last):EDIT 2: Ok, if the command is called from another directory it won't work, I had to cd into the install directory and then give the start command ( sudo -u nobody python /usr/local/htpcmanager/Htpc.py --daemon ) for it to work...is this a limitation of Mako or a possible bug? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - schumi2004 - 2012-08-31 11:44 Anyone got it running on Linux? It won't launch here using ./Htpc.py --deamon. Well it launches but can't connect to it. Trying to make package as requested here https://github.com/SynoCommunity/spksrc/issues/222 RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-31 12:27 Try starting with "python Htpc.py --debug" and see post the result. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - schumi2004 - 2012-09-03 20:34 (2012-08-31 12:27)mbw2001 Wrote: Try starting with "python Htpc.py --debug" and see post the result. Thanks and almost got the package ready except for 1 minor detail and that is pid argument. When i use --pid i'm getting the following error: Code: 08:32:18 (master) ~/HTPCManager$ ./Htpc.py --datadir /home/openelec/HTPCManager/userdata/ --debug --pid /home/openelec/HTPCManager/userdata/htpcmanager.pidAny ideas? |