[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - 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: [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-15 (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 (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 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 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 (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.pid Any ideas? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-09-03 Yeah... In htpc/server.py change line 24 change args.pid into htpc.pid I'll fix it in the next version, but I',m doing some major changes trying to get closer to pep8 / pyling valid code... and it will take a while.... RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - jcalton88 - 2012-09-03 That is a problem I'm getting as well! I haven't had a chance to look at the source yet. Having a couple issues after the PIL update, checking now to see if the commit after that fixed them or not. Mbw, mind if I pull your recent commits and then send a pull request with the change from args.pid to htpc.pid? That way you can accept the pull request and it will fix it in the meantime. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-09-04 Nah that would be very fine.... Any bugfixes / features are very welcome... RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - jcalton88 - 2012-09-04 Alright, the pull request was sent. I sent the pull request, on github I'm influencer. I don't know python well but learning, this one of course was simple and you gave the answer lol. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - gman3042 - 2012-09-05 ok.. i went ahead and set a password for xbmc because whenever I tried to play a movie in HTPC Manager from XBMC.. it prompted for a password.. it still does not switch the movie in XBMC when I click "play". Any ideas? any kind of logging? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - tmiland - 2012-10-05 Hi, i am getting the thumbnail error: PHP Code: 500 Internal Server Error I am running this on a readynas ultra, and would appreciate any help getting this working, as i have searched and tried everything i can. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - CBers - 2012-10-10 Received an error message this morning during the latest update, and everytime I select the ARTISTS view: HP seems to be running OK, apart from this message ?? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - redglory - 2012-10-10 (2012-10-10, 12:30)CBers Wrote: Received an error message this morning during the latest update, and everytime I select the ARTISTS view:Try to clear browser cache and launch again. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - CBers - 2012-10-10 (2012-10-10, 13:31)redglory Wrote:(2012-10-10, 12:30)CBers Wrote: Received an error message this morning during the latest update, and everytime I select the ARTISTS view:Try to clear browser cache and launch again. Thanks REDGLORY, that seems to have fixed it Re: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - redglory - 2012-10-10 No problem. Had similar problem after headphones update. |