Posts: 291
Joined: Oct 2011
Reputation:
1
2013-08-12, 12:09
(This post was last modified: 2013-08-12, 12:15 by PogMoThoin.)
Ok, I've installed this on my Windows server and I have two issues.
I cannot get Couchpotato to work, the test fails no matter what basepath I try whereas Sickbeard and Sabnzbd work fine without any basepath.
I'm not getting any images from XBMC, The PIL seemed to install correctly.
Edit, CP works even though it gives a fail response to the test
Posts: 291
Joined: Oct 2011
Reputation:
1
Can't get images to work at all, they show up when i web login to xbmc. I have lots of continuous errors in the logs
Date
Module
Level
Message
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
2013-08-12 17:13:21 cherrypy.error.22378128 ERROR [12/Aug/2013:17:13:21] HTTP Traceback (most recent call last):
Posts: 696
Joined: May 2010
Reputation:
3
Great news !
As CouchPotato and Sickbeard already handling copying downloaded files and scraping, the only feature that is needed is to be able to remove torrent and delete downloaded files.
It would be great to have this done automatically, of course with a minimum seeding setting (well that's the idea behind torrents).
Posts: 696
Joined: May 2010
Reputation:
3
2013-08-14, 12:17
(This post was last modified: 2013-08-14, 12:18 by dhead.)
Well, Transmission Remote GUI does able to delete files and I'm guessing it does using the Api (and not connecting somehow to the webgui) so it might be possible.
If such feature can't be changed, customized or enabled/disabled via settings then it wouldn't be useful as:
Not all the files are copied and processed by CP & SB (only those that downloaded to specific CP folder and SB folder).
Torrents can also be used for sharing peronal files (non private of course) instead of web servers and cloud sharing services so some torrents should be kept alive forever.
So the best implemantation of such feature would be:
* Folders awared, being able to set different settings based on the download torrent folder.
* Being able to set the time period for the torrent to kept alive.
* Being able to choose if the also the files would be deleted with the torrent.
* For CP, SB download folders the setting would probably be: keep alive for X days and delete files when seeding period ends.
* For default download folder the setting would probably be: keep alive for X days and only remove torrent when seeding period ends.
* For upload folder the setting would probably be: keep alive forever.
If one or more of the above can't be implemented then I think such feature shouldn't be added at all, better set this in SB & CP and just have a manual remove torrent button (and remove torrent with files) on HTPC-Manager.
Posts: 1
Joined: Jan 2012
Reputation:
0
This looks great, but I'm having problems getting it to work. I'm installing it on a Windows 8 box that has XBMC installed on it already. I copied the HTPC folder to C:\Python27\HTPC and then ran the following command...
C:\Python27\HTPC>python htpc.py
2013-08-14 13:13:17,549 :: root :: CRITICAL :: ------------------------
2013-08-14 13:13:17,551 :: root :: CRITICAL :: Welcome to HTPC-Manager!
2013-08-14 13:13:17,552 :: root :: CRITICAL :: ------------------------
2013-08-14 13:13:17,552 :: root :: CRITICAL :: Loglevel set to ERROR
Traceback (most recent call last):
File "htpc.py", line 205, in <module>
main()
File "htpc.py", line 139, in main
from sqlobject import connectionForURI, sqlhub
File "C:\Python27\HTPC\libs\sqlobject\__init__.py", line 4, in <module>
class Version(SQLObject):
NameError: name 'SQLObject' is not defined
Any idea what I'm doing wrong? I'm sure it's something I did but I can't for the life of me figure it out.
Posts: 120
Joined: Feb 2013
Reputation:
3
styxit
Senior Member
Posts: 120
For everyone who uses Transmission for torrent downloads:
Basic usage for Transmission has been added!
This is a first version, please let me know what you think.
To allow external access to transmission (which is required to use it with HTPC Manager), activate 'allow external access' in the transmission settings.
I used Transmission for OSX to test this, but if i am correct, it should also work for the Unix versions. Can anyone verify this?
Posts: 11
Joined: Oct 2012
Reputation:
0
Nicap
Junior Member
Posts: 11
2013-08-16, 23:56
(This post was last modified: 2013-08-16, 23:57 by Nicap.)
After a git pull i can update again. But the pictures are gone now. Before the "problems" everything seemed fine. I will leave it for a few months and will try it again. I will stick with Maraschino in the meantime. It's a bit more mature. I hope you can get htpcman more stable. It looks promising though.