Kodi Community Forum
[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 - voiddreamer - 2012-04-14

(2012-04-14, 16:38)Aenima99x Wrote: Got mine fixed.

What was the issue?


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - markswift - 2012-04-16

Waiting for Windows Beta 2 then, looking forward to testing it!


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - SyphOn - 2012-04-23

(2012-04-14, 16:38)Aenima99x Wrote: Got mine fixed.

Can you let us know what the problem was? ty Smile



RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - ensy3k - 2012-04-24

Can any help me? I need a Install HowTo for Connect with XBMC.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - SyphOn - 2012-04-24

If you first run the app, open your webbrowser and navigate to http://localhost:8084 then click on settings and enter your xbmc ip, password and username Smile


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - ensy3k - 2012-04-24

Yes i have connectet .. but i dont see my Movies..


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Aenima99x - 2012-04-25

(2012-04-23, 09:08)SyphOn Wrote:
(2012-04-14, 16:38)Aenima99x Wrote: Got mine fixed.

Can you let us know what the problem was? ty Smile

User error Blush


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - SyphOn - 2012-04-25

(2012-04-24, 21:07)ensy3k Wrote: Yes i have connectet .. but i dont see my Movies..

Are you running windows (exe) or from source? Can you pastebin your log file?


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - scalda - 2012-04-25

Hi,

Just want to say what a great idea this is, and would like to say i'm running the development branch from source and it looks really good can't wait to see what themes you decide to throw in there and what new features you come up with.

but i do have one problem and that is my wanted movies from couchpotato v2 doesn't show up on the dashboard?

Thanks in advance

Scott


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - sb206 - 2012-04-27

Is this Projekt dead? No new version on gihub


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - voiddreamer - 2012-04-27

Not at all. Should pick back up this weekend or next week. Next beta should be out next week too, hopefully.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - ensy3k - 2012-04-28

I have no HDD Info Why and The HTPC Manager dont find my Musik on XBMC.. can you Help me?

Image

You can See on Picture.
Thanks for Help.

Log File ( Htpc.exe )
Quote:[28/Apr/2012:20:10:49] HTTP
Request Headers:
AUTHORIZATION: Digest username="admin",realm="htpc",nonce="1335636505:5a586cbcfd8b7a646f6e23fcc8e03c6d",uri="/json/?which=sabnzbd&action=status",cnonce="21a7aabd98eef3618fec92c5621cfa4d",nc=000000bd,algorithm=MD5,response="269cb123abbb70d1e52305c1eca43bae",qop="auth"
REFERER: http://192.168.0.104:8084/
HOST: 192.168.0.104:8084
CONNECTION: Keep-Alive
Remote-Addr: 192.168.0.104
ACCEPT: application/json, text/javascript, */*; q=0.01
USER-AGENT: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
X-REQUESTED-WITH: XMLHttpRequest
ACCEPT-LANGUAGE: de
ACCEPT-ENCODING: gzip, deflate
COOKIE: active_tab=%23movies
[28/Apr/2012:20:10:49] HTTP Traceback (most recent call last):
File "cherrypy\_cprequest.pyc", line 656, in respond
File "cherrypy\lib\encoding.pyc", line 188, in __call__
File "cherrypy\_cpdispatch.pyc", line 34, in __call__
File "htpc\__init__.pyc", line 187, in json
File "htpc\sabnzbd.pyc", line 22, in sabnzbdGetStatus
File "htpc\sabnzbd.pyc", line 14, in sabnzbdMakeUrl
TypeError: cannot concatenate 'str' and 'NoneType' objects



RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - guy_smiley:) - 2012-05-02

Does anyone know which folder(s) require(s) an Alias or a proxy to get this working without having to redirect? Trying to run side by side with Maraschino.
Cheers


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Aenima99x - 2012-05-03

Just a note to the devs working on this -
After moving from the base Eden install to GIT, I started having issues connecting to the XBMC library (in all web interfaces). This apparently was due to a change Montellesse made on 3/27 (see here). You now have to have the Content-Type in the HTTP header set to "application/json".
To resolve this in HTPC-Manager, I made changes to 2 files and got it working. In the jsonrpclib folder - you'll need to change all instances of application/json-rpc to application/json in both the jsonrpc.py and SimpleJSONRPCServer.py files.


RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Aenima99x - 2012-05-09

Anyone still working on this?