[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 - bertybassett - 2014-08-22 014-08-22 02:00:30 :: root :: INFO :: Welcome to HTPC-Manager! 2014-08-22 02:00:30 :: root :: INFO :: Loglevel set to info 2014-08-22 02:00:30 :: htpc.updater :: INFO :: Using GitUpdater engine 2014-08-22 02:00:30 :: modules.xbmc :: INFO :: Selecting XBMC server: 6 2014-08-22 02:00:30 :: modules.stats :: ERROR :: Could't import psutil. See https://raw.githubusercontent.com/giampaolo/psutil/master/INSTALL.rst 2014-08-22 02:00:30 :: htpc.server :: INFO :: Starting up webserver 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Listening for SIGHUP. 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Listening for SIGTERM. 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Listening for SIGUSR1. 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Bus STARTING 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Forking once. 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Forking twice. 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Daemonized to PID: 27076 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Started monitor thread '_TimeoutMonitor'. 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE PID 27076 written to '/usr/local/htpcmanager/var/htpcmanager.pid'. 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Serving on 192.168.0.100:8087 2014-08-22 02:00:30 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:30] ENGINE Bus STARTED 2014-08-22 02:00:31 :: cherrypy.error :: INFO :: [22/Aug/2014:02:00:31] ENGINE Started monitor thread 'Session cleanup'. 2014-08-22 02:00:46 :: modules.xbmc :: INFO :: Suspending XBMC 2014-08-22 02:03:05 :: modules.xbmc :: ERROR :: [Errno 113] No route to host Traceback (most recent call last): File "/volume1/@appstore/htpcmanager/share/HTPC-Manager/modules/xbmc.py", line 631, in GetRecentMovies return xbmc.VideoLibrary.GetRecentlyAddedMovies(properties=properties, limits=limits) File "/usr/local/htpcmanager/share/HTPC-Manager/libs/jsonrpclib/jsonrpc.py", line 276, in __call__ return self.__send(self.__name, kwargs) File "/usr/local/htpcmanager/share/HTPC-Manager/libs/jsonrpclib/jsonrpc.py", line 224, in _request response = self._run_request(request) File "/usr/local/htpcmanager/share/HTPC-Manager/libs/jsonrpclib/jsonrpc.py", line 242, in _run_request verbose=self.__verbose File "/usr/local/python/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/usr/local/python/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/usr/local/htpcmanager/share/HTPC-Manager/libs/jsonrpclib/jsonrpc.py", line 122, in send_content connection.endheaders() File "/usr/local/python/lib/python2.7/httplib.py", line 969, in endheaders self._send_output(message_body) File "/usr/local/python/lib/python2.7/httplib.py", line 829, in _send_output self.send(msg) File "/usr/local/python/lib/python2.7/httplib.py", line 791, in send self.connect() File "/usr/local/python/lib/python2.7/httplib.py", line 772, in connect self.timeout, self.source_address) File "/usr/local/python/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 113] No route to host BTW thanks for looking into this. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2014-08-22 Check you settings again. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - bertybassett - 2014-08-23 well it is weird because the app sends a suspend so surely the setting must be correct. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2014-08-23 It tries to suspend, the message is not recived. Does the other things in the xbmc module work? Can you see the show, see what's playing and so on? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - bertybassett - 2014-08-23 I can see all my movies and TV shows , I can see the latest movies and TV shows I can move around the menus, on XBMC from HTPC manager I can send suspend, shutdown and restart commands. However when I send wake command it fails. Is this something to do with my synology hosting HTPC manager? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2014-08-23 Dunno mate all I can say that works here. I don't bother turning stuff on tho. Nucs use like 10 w RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - bertybassett - 2014-08-23 Anyone else on a synology got this working? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Frozin - 2014-08-24 This is a bad ass Front end. Love it. Can't wait to see Headphones included RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - bertybassett - 2014-08-24 out of interest the wake from suspend works on XBMC Video Server and my xbmc box. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - bertybassett - 2014-08-24 just noticed the wake on lan does work but there is a delay of around 60 seconds before XBMCbuntu starts to wake up where as XBMC Video Server send the wake up command and it is almost immediately back online. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - ylafont - 2014-09-03 Feature request --- -- ability to select and play a music playlist. -- Create and modify a music playlist from the web interface would be ideal ! 8-).. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2014-09-03 (2014-09-03, 05:10)ylafont Wrote: Feature request --- In xbmc, plex or both? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - ylafont - 2014-09-03 (2014-09-03, 09:47)hellow Wrote:(2014-09-03, 05:10)ylafont Wrote: Feature request --- I would say both.! Although I am XBMC user, i do use Plex for remote access. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - xbmosx - 2014-09-05 I want to add a feature request as well. Is it possible to show the release date of NZBs for CP module and NZB search. There are is lot of information already visible but this one is one of the most important IMO. thanks for considering! RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - hellow - 2014-09-05 Just a tip: feature requests should be made on github. It's more likely that someone will add it. I do I like the requests and am bored. (2014-09-03, 05:10)ylafont Wrote: Feature request --- I think there are a playlist option today in the xbmc module. I don't use it, but there are some code related to it. |