• 1
  • 57
  • 58
  • 59(current)
  • 60
  • 61
  • 68
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app
Hellow ,

I noticed today the size of htpcmanager.log had grown to over almost 40Gigs. Not sure if this can be adjusted. thanks!
Reply
(2014-11-28, 20:49)ylafont Wrote: Hellow ,

I noticed today the size of htpcmanager.log had grown to over almost 40Gigs. Not sure if this can be adjusted. thanks!

Was this with my fork or styxits?
Reply
(2014-11-28, 21:35)hellow Wrote:
(2014-11-28, 20:49)ylafont Wrote: Hellow ,

I noticed today the size of htpcmanager.log had grown to over almost 40Gigs. Not sure if this can be adjusted. thanks!

Was this with my fork or styxits?

May have been Styxits, Not really sure, is there a way to tell?
Reply
(2014-11-28, 22:00)ylafont Wrote:
(2014-11-28, 21:35)hellow Wrote:
(2014-11-28, 20:49)ylafont Wrote: Hellow ,

I noticed today the size of htpcmanager.log had grown to over almost 40Gigs. Not sure if this can be adjusted. thanks!

Was this with my fork or styxits?

May have been Styxits, Not really sure, is there a way to tell?

It dosnt matter, i have merged a fix in my own branch and sent a pr to styxit.
Reply
Thanks styxits.

This thing rocks.
Reply
^^
Reply
(2013-09-22, 21:50)fldc Wrote: Thanks for this great thing, I'm creating a few modules myself for my up and coming home automation setup that my htpc is controlling, I was also thinking of creating a boblight module for some basic led control, but hey, we'll see. Big Grin I guess this tellstick thing isn't very widely used outside sweden so inclusion into htpc-manager doesn't make much sense though. Big Grin

A screenshot of the beginning of a basic tellstick home automation module, those switches and sliders controls different lights and dimmers Big Grin
https://docs.google.com/file/d/0BwfRqRAp...V1SU0/edit

Do you still have your work regarding tell a stick? I was thinking about buying one
Reply
(2014-11-28, 23:37)hellow Wrote:
(2014-11-28, 22:00)ylafont Wrote:
(2014-11-28, 21:35)hellow Wrote: Was this with my fork or styxits?

May have been Styxits, Not really sure, is there a way to tell?

It dosnt matter, i have merged a fix in my own branch and sent a pr to styxit.

I merged this 2 days ago.
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
Yeah, thanks Smile
Reply
styx, how about merging the nzbdrone branch from hellow?
Reply
(2014-12-05, 07:12)armedmonkey Wrote: styx, how about merging the nzbdrone branch from hellow?

I know people really want nzbdrone support and i still want to merge this. I still need to test this Pull request but need to find time to do this. As some of you might have noticed i can't spend the amount of time on te project like i used to.

Something else: I would like to focus more on the quality of HTPC-Manager instead of keep adding new stuff. A lot of the code is copied from other modules. In the javascript is a lot of html defined to create different elements. And a few more things i think could be improved.
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
(2014-12-05, 11:19)styxit Wrote:
(2014-12-05, 07:12)armedmonkey Wrote: styx, how about merging the nzbdrone branch from hellow?

I know people really want nzbdrone support and i still want to merge this. I still need to test this Pull request but need to find time to do this. As some of you might have noticed i can't spend the amount of time on te project like i used to.

Something else: I would like to focus more on the quality of HTPC-Manager instead of keep adding new stuff. A lot of the code is copied from other modules. In the javascript is a lot of html defined to create different elements. And a few more things i think could be improved.

What other improvements is that?
Reply
(2014-12-05, 20:10)hellow Wrote:
(2014-12-05, 11:19)styxit Wrote: I would like to focus more on the quality of HTPC-Manager instead of keep adding new stuff. A lot of the code is copied from other modules. In the javascript is a lot of html defined to create different elements. And a few more things i think could be improved.

What other improvements is that?

Just overall speed/stability stuff. Haven't figured it all out yet. For instance; dynamically import modules if they are needed, would be cool. Instead of importing everything.
http://htpc.io

HTPC Manager combines all your favorite htpc software into one slick interface!

http://htpc.io
Reply
I was wondering if you would like to filter the log so passwords apikeys gets replaced with ****?
Reply
The following issue is probably because i am using Hellowlol´s fork of HTPCManager. Please dont get confused if the post doesnt make sense to you.





Hi, i have a problem adding movies with the CouchPotato module. I have set everything up right, when i enter CPs IP, Port, Username and Password, HTPCManager can fetch the API-Key.
I can view my CP Library and Wanted List. When i want to add a movie and i search for e.g. Spiderman, i can see all available spiderman movies, i click on one and get the detailed view, there i select my desired quality in CP and when i click on "add" nothing is happening. When i click on "imdb" i get to the appropriate imdb site. When i click "close" nothing is happening. The detailed view window is just sitting there....

The Log message in HTPCManager doesnt tell me much unfortunately.
Code:
2015-01-09 23:29:29    cherrypy.error.47296388534416    ERROR    [09/Jan/2015:23:29:29] HTTP Traceback (most recent call last):

In CP´s log i get this:
Code:
01-09 23:25:19  INFO [hpotato.core.plugins.base] Opening url: get http://www.omdbapi.com/?y=&t=spiderman, data: []
01-09 23:25:19  INFO [hpotato.core.plugins.base] Opening url: get http://api.themoviedb.org/3/search/movie?api_key=xxx&search_type=ngram&query=spiderman, data: []
01-09 23:25:19  INFO [hpotato.core.plugins.base] Opening url: get https://api.couchpota.to/search/spiderman/?limit=5, data: []
01-09 23:25:19  INFO [ie.providers.info.omdbapi] Found: Spiderman (1990)
01-09 23:25:19  INFO [hpotato.core.plugins.base] Opening url: get http://api.themoviedb.org/3/movie/557?api_key=xxx&append_to_response=alternative_titles, data: []
01-09 23:25:20  INFO [hpotato.core.plugins.base] Opening url: get http://api.themoviedb.org/3/movie/68658?api_key=xxx&append_to_response=alternative_titles, data: []
01-09 23:25:21  INFO [hpotato.core.plugins.base] Opening url: get http://api.themoviedb.org/3/movie/315635?api_key=xxx&append_to_response=alternative_titles, data: []
01-09 23:25:22  INFO [providers.info.themoviedb] Found: [u'Spider-Man (2002)', u'Spiderman (1990)', u'Spider-Man (2017)']
01-09 23:26:39  INFO [ie.providers.info.omdbapi] Found: Spiderman (1990)
01-09 23:26:39  INFO [providers.info.themoviedb] Found: [u'Spider-Man (2002)', u'Spiderman (1990)', u'Spider-Man (2017)']

I tried it with Chrome and Firefox, same behaviour.
I am running HTPCManager and Couchpotato on unRAID with Usercreated Dockers. I am using Hellowlol´s branch of HTPCManager.
I can add series in Sonarr, add torrents in deluge and add nzbs in nzbget just fine. Its only CP that is giving me troubles. All mentioned are running as dockers.

Any help would be appreciated Smile

Edit: The timestamps in the logs dont add up, but thats because i tried it often. The logmessages are appearing at the same time.
Reply
  • 1
  • 57
  • 58
  • 59(current)
  • 60
  • 61
  • 68

Logout Mark Read Team Forum Stats Members Help
[WIP] HTPC-Manager Beta, Manage XBMC, Sabnzbd, SickBeard with one app7