Can't Install Theme

lisas4567

Member
May 25, 2018
773
0
16
I've tried installing by doing this:
Code:
cd /var/www/rutorrent/plugins/
wget http://rutorrent.googlecode.com/files/theme-3.2.tar.gz
tar xzfv theme-3.2.tar.gz
rm -f theme-3.2.tar.gz
And this:
Code:
cd /var/www/rutorrent/plugins/
svn co http://rutorrent.googlecode.com/svn/trunk/plugins/theme
I've edited the /var/www/rutorrent/plugins/theme/conf.php file to change the default theme.
Added a theme entry into /var/www/rutorrent/plugins/conf.php and restarted rtorrent and the server about a hundred times and i just can't get it to work.

The box doesn't show up, nor does the theme plugin in the plugins list.
 

simur612

Member
May 25, 2018
879
0
16
If you use svn version of ruTorrent, then you must use svn version of plugin.
If you use last release version of ruTorrent (3.3), then you must use 3.3 version of plugin.

You cant mix svn, 3.3 and previous (3.2 in your case) versions.
 

simur612

Member
May 25, 2018
879
0
16
Your private data (RSS filters, acoounts data etc) stored in the rutorrent/share directory. 1) Save it 2) Install new version of ruTorrent 3) Restore it.
About installation - check project's wiki, or use install script (see one of sticked topic on this forum).
 

lisas4567

Member
May 25, 2018
773
0
16
Thanks, it's all done now. However i'm now getting an error:

Code:
mediainfo: Plugin will not work. Web-server user can't access external program (mediainfo).
 

saroos1

Member
May 25, 2018
718
0
16
Quote
Thanks, it's all done now. However i'm now getting an error:

Code
mediainfo: Plugin will not work. Web-server user can't access external program (mediainfo).​


Make sure you have mediainfo installed.

Code:
#which mediainfo
Then edit the plugin with the path "which mediainfo" lists into rutorrent/plugins/mediainfo/config.php

Also you might want to check the permissions on mediainfo it should be read and excutable by all

Example:
Code:
ls -l /usr/local/bin/mediainfo
-r-xr-xr-x 1 root wheel 3943832 Mar 8 2011 /usr/local/bin/mediainfo