[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 - gman3042 - 2012-07-09 (2012-07-06, 06:44)SlackMaster Wrote:(2012-07-05, 08:16)_Mikie_ Wrote: @SlackMaster Valid point. Maybe a chosen number with a "show more" to show everything? which one? the one on the mainsite is 1.0.1 which doesnt have couchpotato RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - maruchan - 2012-07-09 Go to https://github.com/mbw2001/HTPC-Manager and click the "ZIP" button. That includes all the files you need and has CouchPotato functionality. You'll need to be running CouchPotato v2 for it to work. So far, I'm loving this unified interface. Some functionality is missing (CouchPotato doesn't let me choose quality, SAB doesn't let me rename downloads, etc.), but for the most part this is really great. Major kudos to all that are involved. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - gman3042 - 2012-07-09 ah.. there we go.. will try that later.. is there anyway we can set that.. when we have the "recently added shows" or "recently added movies".. the option can be clickable, and we can launch the show or movie right from the link? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - gman3042 - 2012-07-09 ok.. ran into an issue trying to load up movies right from the xbmc section.. when i try to load up movies or tv shows.. when i click play.. it always prompts me for credentials.. i try using my htpc manager credentials but they dont work.. i dont have any xbmc passwords.. any idea? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Hjord - 2012-07-28 Looks awesome. Any chance for adding Headphones to it? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - ErlendSB - 2012-07-29 It would be nice to be able to install this on a Synology NAS. Has anyone made a .spk package? There are some instructions on how to make these here: http://forum.synology.com/wiki/index.php/Synology_package_files RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - gman3042 - 2012-07-29 (2012-07-09, 04:52)gman3042 Wrote: ok.. ran into an issue trying to load up movies right from the xbmc section.. when i try to load up movies or tv shows.. when i click play.. it always prompts me for credentials.. i try using my htpc manager credentials but they dont work.. i dont have any xbmc passwords.. any idea? anybody know why this would happen? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-02 gman3042: Still happening with the latest version from my repo? Is it listing the movies correctly? Since i have passwords on my own XBMC's I haven't tested without passwords. But as a quick workaround you can try adding passwords to XBMC. I'll try removing passwords on my XBMC "soon" (as in whenever i get the time) I made some changes again. Most are hidden in the code but a few changes are visible. - Search link has been replaced with a search field on the front page. This fields doubles as a filter for XBMC moves, XBMC shows and Squeezebox. So when you enter text it filters the lists. If you press enter it searches. - Squeezebox addon now has support for Internet Radio stations. - The frontpage now displays the last 5 downloads. - Experimental support for multiple XBMC's has been added. It requires manually adding the servers to the configuration file as this: Code: xbmc_labels = ["xbmcserver1", "xbmcserver2"] RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-02 gman: I just checked and on my own version it works fine both with and without passwords. Are you sure you entered the right ip/hostname and port? I had a similar problem at a point when using the wrong port therefor pointing at another service with another password. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-02 I added a quick patch to limit the wanted movies list to 5 entries. I will probably add a settings to change the limit later, however the entire settingssystem could do with a makeover. Perhaps to a database for better support for multiple XBMCs. Until then it can be changed in /interfaces/default/js/dash.js As for headphones, I don't use it and since there is plenty of work to be done still on the current modules I have no plans for adding it. However if someone else feels like writing the module Ill be more than happy to add it to my repo. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Aenima99x - 2012-08-02 Mbw2001 - Just updated to your latest commits and the interface no longer loads. It's throwing this error - Traceback (most recent call last): File "/home/xbmc/Software/HTPC-Manager/libs/cherrypy/_cprequest.py", line 656, in respond response.body = self.handler() File "/home/xbmc/Software/HTPC-Manager/libs/cherrypy/lib/encoding.py", line 188, in __call__ self.body = self.oldhandler(*args, **kwargs) File "/home/xbmc/Software/HTPC-Manager/libs/cherrypy/_cpdispatch.py", line 34, in __call__ return self.callable(*self.args, **self.kwargs) File "/home/xbmc/Software/HTPC-Manager/htpc/index.py", line 8, in index template = Template(file=os.path.join(htpc.template, 'dash.tpl'), searchList=[htpc.settings]); File "/home/xbmc/Software/HTPC-Manager/libs/Cheetah/Template.py", line 1259, in __init__ self._compile(source, file, compilerSettings=compilerSettings) File "/home/xbmc/Software/HTPC-Manager/libs/Cheetah/Template.py", line 1546, in _compile self._fileMtime = os.path.getmtime(file) File "/usr/lib/python2.7/genericpath.py", line 54, in getmtime return os.stat(filename).st_mtime OSError: [Errno 2] No such file or directory: '/interfaces/default/dash.tpl' It looks like it's not pulling the entire path to the file? RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-02 Hmm... Looks strange. I dont get the error. Neither on my dev server nor on a clean install :/ I think i might be a value in config.cfg thats no longer valid. Try setting the template and the theme like this: template = default theme = default If it doesnt work try deleting the config.cfg (you will have to setup all the services again) or try copying the file here (remove passes). RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - Aenima99x - 2012-08-02 It looks like it was my original initd - I removed the -d from the startup args and it runs fine now. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - mbw2001 - 2012-08-02 Arh... It handles paths differently when daemonizing through commandline. I'll look into a fix however for now i disabled the -d argument since most people will have it in their initd script. RE: [WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app - jcalton88 - 2012-08-02 Are there any more command line arguments? I'm looking to make a plug-in for this app on unRAID, but since there is no GUI everything has to be done via command line. Example, --pid-file, --port, --data-dir |