(2013-09-23, 11:42)Tarom Wrote: Been enjoying software for a while and very happy with it. Thank you for great work styxit! Recently I discovered that when I try to check for updates, I get an error "Failed. Check error log", error log reports "HTTP Error 404: Not Found". What can i do to fix that? Googling led to to a branch of gihub with no apparent solution. Any ideas?
My guess is that this happens when Git is not installed. This changed a while ago, but was not created by me. Needs some testing before i can confirm this.
(2013-09-24, 08:18)colek42 Wrote: Wondering if modules exist to do the following:
1. Run external scripts, for example I have bash scripts to restart my various services and the server itself. This is so the wife can restart them easily when a process hangs. I also have scripts to run system updates.
2. IP Camera Support (I use blue Iris, but showing the raw camera feed would be acceptable for now as BlueIris does not have a decent API as far as I know. Something can get hacked together for a full implementation, but this will take much work.
3. Links to external sites, ie my router, mythtvweb, cable modem, other internal servers
4. Home Automation support. - Don't need this now, but plan on adding some zwave devices to my home soon. (MiCasaVerde?)
5. MythTV Scheduling support
6. Global adding of new NewzNab search providers to couch potato/sickbeard/headphones?
7. HTTPS support
1. No, the idea, for this is to combine multiple Api's into one interface. It is not meant to directly execute actions.
2. I think this is not really a thing for htpc Manager. Its current tasks are related to downloading an playing (and managing) music and video. Ip cam does not really fit in.
3. This has been asked multiple times. At the moment there is no support for this, but i already started with something like this. A settings page to add custom links to the menu.
4. Also no, see #2 above.
5. Scheduling mythTv is not possible right now. Also i dont't really know what mythtv is. Scheduling actions for htpcManager is not really what i had in mind. Its purpose is just to provide a nice and generic interface for the different programs.
6. Newznab is added so you can search you newzNab provider for nabs. Configuring sickbeard/couchpotato is not a HtpcManager task. The 3rd party apps should be configured before using them with HtpcManager.
7. I could be wrong, but i think HtpcManager already works on https.
(2013-09-26, 19:14)dhead Wrote: Do you plan on adding support for streaming media ? streaming music over the internet seems to me very useful feature.
No. Streaming is something completely different from what HtpcManager is at the moment. Is is just a nice way to control different 3rd party programs. Adding streaming support (although it would be really cool) is not something that can easily be added.
(2013-09-28, 18:38)tmiland Wrote: Got the images working now, after deleting the PIL folder.
Another thing is the updater isn't working, i get this error:
Code:
2013-09-28 18:31:07 :: htpc.updater :: ERROR :: HTTP Error 404: Not Found
I am glad you got the images working! You were struggling with that for quite a while.
About the update error. I would have to take a look at that. The update has been changed a lot over the last few months, but not by me. I would have to do some research to find out what is triggering this error.
(2013-09-28, 19:59)Username2045 Wrote: Playing around with the Couchpotato module and it seems to be a cap of around 200 items or it won't load. Just wondering if this is set somewhere in this software or is it a limitation due to Couchpotato?
Currently trying to set up a Movies tab in the module since it's not possible to view the movie library in the same manner as with TV shows whenever XBMC is off.
Edit: Also getting the same error as tmiland
I think the limit is set in HtpcManager. It was set to prevent timeouts, but when you say "it won't load", i assume it is the timeout that cancels the request.
The part that manages the tvshows (when xvmc is off) is sickbeard. For movies there is couchpotato support. I think that should be enough?