LinHES Forums
http://forum.linhes.org/

torrentocracy
http://forum.linhes.org/viewtopic.php?f=5&t=1801
Page 2 of 2

Author:  warner [ Mon Aug 08, 2005 3:47 pm ]
Post subject: 

I've been having issues with torrentocracy as well. I get it to compile and install...however when I try to download torrents the information box says "inactive" and the "start torrent" and "stop torrent" buttons are not accessible.

I also get :
QObject::connect: No such signal QTextBrowser::sourceChanged(QTextBrowser*)
QObject::connect: (sender name: 'unnamed')
QObject::connect: (receiver name: 'torrentocracy')

I tried setting the directory permissions by executing "chmod 777 /var/lib/torrentocracy -R" but it made no difference. Does anyone have any idea what I'm missing?

Author:  Bad-Taste [ Fri Aug 12, 2005 2:43 am ]
Post subject: 

i have a problem too

when i go to configure torrentocracy, Mythtv crashes and i must restart the frontend

Author:  Willo [ Thu Aug 18, 2005 10:30 am ]
Post subject: 

I finally have it up and running with a lot of manual intervention in the Make files. I basically had to go through and change the qt3 path manually in all the make files. I also changed the install paths by taking out the /local/

I'm wondering if anyone knows how to change the download path? By default, they install to /var/lib/torrentocracy/active/ . I tried changing the path in the "main" file, but it doesn't seem to work.

The "main" file, by the way, is /etc/init.d/bittorrent. For those that were wordering what it meant.

Author:  Jaelson [ Tue Oct 11, 2005 7:54 pm ]
Post subject: 

Hi peoples,

Torrentocracy is great. My MythTV Box is perfect (MythStream, MythFM, MythDVB, MythPhone, ...).

Thanks all,

Jaelson Lima
Brasil

Author:  stefanwa [ Tue Oct 18, 2005 12:53 am ]
Post subject: 

Does anyone else had this problem and could solve it?
I think I installed it correctly using all the guides in here and the Wiki. When I select the "Torrentocracy" plugin from the Mythtv menu, the frontend simply stalls. I have no idea what exactly causes this. Which log could I look at to get a clue what's wrong? I tried both the current version as well the CVS.
Oh, I'm not using KnoppMyth but Gentoo with 0.18.1 Mythtv which usually works perfectly for me.

Thanks,
Steve

Author:  jakep_82 [ Tue Oct 18, 2005 7:44 pm ]
Post subject: 

You have to go into the torrentocracy setup and add feeds before going into the plugin. It's a bug in the software. For that matter I found the entire plugin to be too buggy for my liking, but you may have better luck than me (I'm also running Gentoo with 0.18.1).

Author:  stefanwa [ Wed Oct 19, 2005 1:58 pm ]
Post subject: 

Even when trying to enter the torrentocracy setup menu, Myth crashes. :(
Seems like this one has too many bugs to be really usefull.

Author:  aspain [ Wed Jan 04, 2006 10:18 pm ]
Post subject: 

Hi,
when I go in torrentocracy setup and try to add feeds by selecting an item and hit the space bar, nothing happen.

Anyone know why I can't select an item ?

Author:  ryanlutz [ Sat Jan 07, 2006 11:31 am ]
Post subject:  Does this work with R5A22?

Hi, I have been trying so hard to get this to work, but I get many errors when I run make. The first being that it cant find mythtv/inetcomms.h. I looked and it is not in my include directory and I can't even find it on my machine. Anyone know why this is? I have R5A22.

Author:  DrewCS [ Sat Jan 14, 2006 12:16 pm ]
Post subject:  Same Problem

I am also having the same problems running make with Torrentocracy. Anyone find a solution for this?

Author:  Pyrofer [ Mon May 15, 2006 9:55 am ]
Post subject: 

Im also having problems with Make...

"torrentocracy.cpp:35:30: mythtv/inetcomms.h: No such file or directory
torrentocracy.cpp: In member function `void Torrentocracy::startTorrent()':
torrentocracy.cpp:976: error: invalid use of undefined type `struct
QUrlOperator'"

I know this thread is old, so hoped there was a solution now?

Author:  pete8r4 [ Sat Nov 10, 2007 8:17 am ]
Post subject: 

I got this working next way:
1. wget wget
http://heanet.dl.sourceforge.net/source ... 0.0.11.tgz
2.
tar zxvf torrentocracy-0.0.11.tgz
3.
cd torrentocracy
4.
edited torrentocracy/torrentocracy.cpp:
Code:
#include <mythtv/inetcomms.h>

-->
Code:
//#include <mythtv/inetcomms.h>
#include <mythtv/httpcomms.h>
#include <qurloperator.h>

5.
export QTDIR='/usr/share/qt3'
6.
edited settings.pro
Code:
"PREFIX = /usr/local"
"# FOR Debian"
"#PREFIX = /usr"

Code:
# PREFIX = /usr/local
# FOR Debian
PREFIX = /usr

7.
qmake torrentocracy.pro
8.
from files:
./i18n/Makefile
./torrentocracy/Makefile
./Makefile
changed
Code:
/usr/lib/qt-3.3/mkspecs...
to
Code:
/usr/share/qt3/mkspecs...

9.
make && make install
10.
continue with step 8 @ http://www.knoppmythwiki.org/index.php?page=TorrentocracyHowto

Page 2 of 2 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/