Posts: 328
Joined: Feb 2011
Reputation:
0
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?
Posts: 328
Joined: Feb 2011
Reputation:
0
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?
Posts: 211
Joined: Nov 2009
Reputation:
0
Hjord
Senior Member
Posts: 211
Looks awesome.
Any chance for adding Headphones to it?
Posts: 48
Joined: Mar 2011
Reputation:
2
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.
Posts: 48
Joined: Mar 2011
Reputation:
2
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.
Posts: 1,250
Joined: Aug 2007
Reputation:
11
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?
Posts: 48
Joined: Mar 2011
Reputation:
2
2012-08-02, 17:36
(This post was last modified: 2012-08-02, 17:49 by mbw2001.)
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).
Posts: 1,250
Joined: Aug 2007
Reputation:
11
It looks like it was my original initd - I removed the -d from the startup args and it runs fine now.
Posts: 48
Joined: Mar 2011
Reputation:
2
2012-08-02, 18:31
(This post was last modified: 2012-08-02, 18:32 by mbw2001.)
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.
Posts: 6
Joined: Apr 2010
Reputation:
0
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