Wonslung,
Try to temporarily remove this line from plugin.info: "web.external.error: mediainfo". This will disable the check for mediainfo binary. Not sure why but it seems that maybe it's not checking the path that is set in conf.php.
i tried it but it doesn't work for me.
No matter what i do i get a warning letting me know the web user can't find mediainfo
I've even manually logged in the web user and checked, it can use it, it's a bug in the code i believe.
I am on arch, i used the mediainfo package from the arch...
Hello,
me again with a new modification idea.
i would like to set a max upload speed by torrent when a ratio is reach, according the torrent size.
For example:
for all torrents under 5go, i would like to set a max upload speed when a ratio of 3 is reached
for all torrents between 5go and...
glad it's working
as to your svn question, that means you do not have an svn version (or are missing the .svn/ folder which is what allows you tpo check out a new revision)
you would need to redownload the svn version like this:
Code:
svn co...
You need to edit the conf file located here : ../rutorrent/conf/config.php
Find :
Code:
$pathToExternals = array(
"php" => '', // Something like /usr/bin/php. If empty, will be founded in PATH.
"curl" => '', // Something like...
Hi,
I cant create torrents using ruTorrent built-in utility nor with mktorrent external tool. I'll post errors:
Using ruTorrent built-in:
Quote
/var/www/norman/plugins/create/inner.sh: line 15: /var/www/norman/usr/bin/php5-cgi: No such file or directory
Error.
it seems that somewhere a path...
I figured out the problem, somehow the directory "rutorrent/share/settings/rss/" did not have permissions to write. Adding write permissions to this directory and its contents fixed all my problems.
I would however, suggest a more descriptive error message in the future, if possible. Thanks...
the easy solution to this is:
Add your filter. in the tick bar select "Don't start the download automatically"
Then let it add the torrents.
they will be "stopped"
Delete them.
Then edit the feed, and uncheck "don't start automatically"
Problem solved.
you shouldn't need to do permissions like that...honestly, i don't know what is wrong with your system.
If you need me to try to fix it i will look at it.
do me a favor....post the output of:
ls -al /var/www/rutorrent/share
(or whatever the rutorrent/share dir is)
and
ls -al...
it should be /usr/bin/php
also, are you using any sort of authentication?
if you want, email me ssh info at [email protected] (and url + user/-password for rutorrent) and i will fix it for you
Oh, really, I wasn't aware this is how RSS feeds work.
So it only 'views' the rss from the feed link, rather than downloading new entries into a database?
Yes I have this plugin installed, but was hoping for a more automated method so I wouldn't have to manually filter through hundreds of torrents every few weeks. Never mind, hopefully one day there will be a solution!
Hi there,
i am currently transitioning from utorrent to rt/rut.
Everything runs as it is supposed to so far. Now i am trying to set up rss feeds/filters.
/plugins/rss/config.php
$updateInterval = 30; // in minutes
Is this where i define the rss feed refresh time?
Do i have to define a...