screensheet via filemanager

randac56

Member
May 25, 2018
915
0
16
Hi all im trying to get my server to make screensheets via rutorrent filemanager which i know is possible im using rutorrent version 0.9.3/0.13.3 ok i go to filemanager and navigate to the file you want right click select cteate then screenshot

7357b6299559915.jpg

i then get this window pop up asking where to create and save the screensheet to

149f74299560760.jpg

i leave it as the sane location where the file is i then get this error come up File Manager ERROR: undefined - 200 Current ffmpeg/ffprobe not supported. Please compile a newer version. SyntaxError: Unexpected token C

54e81e299560986.jpg

ive followed a few tutirols from here and there none seem to work
http://forums.rutorrent.org/index.php?topic=4442.msg13570#msg13570 last post shows an screensheet working smiley.gif

followed all these giudes all failed
https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide
http://www.vimp.com/en/web/faq-installation/items/how-to-compile-ffmpeg-for-ubuntu-and-debian.html
http://www.zoharbabin.com/build-and-install-ffmpeg-and-x264-on-debian-squeeze-the-dumb-guide/

can some 1 tecnecal help please but as my reading and linux skills aint to good im looking for a copy and paste script to get it working
btw im using debian 6 squeeze but will install any system to get this working
thanks for any help
 

simur612

Member
May 25, 2018
879
0
16
This Feature work on my rtorrent with the version from the packages.
I'm install it with
sudo apt-get install ffmpeg
and it works fine
 

peshua19

Member
May 25, 2018
897
0
16
@randa56, I managed to resolve this error. This is due to incompatible version of ffmpeg in the main debian repos. Even all those tutorials you were trying use old versions. This plugin requires ffmpeg version 0.9.x or higher. Here are the steps I followed for debian 7/wheezy. Unfortunately this will not work for squeeze so you must either upgrade your distro or compile a newer version of ffmpeg from source.

1. edit /etc/apt/source.list and add this line

deb http://www.deb-multimedia.org wheezy main non-free

2. apt-get update

3. apt-get install deb-multimedia-keyring

4. apt-get update

5. apt-get install ffmpeg --reinstall

This does resolve any issues with ffmpeg compatibility but unfortunately this plugin is still not working for me. Upon starting the screenshot process it ouputs to the log "FILE MANAGER: Action has finished : " although no screenshots are saved. I am investigating this issue now.

EDIT: Found the answer to that issue here http://forums.rutorrent.org/index.php?topic=1405.75 along with a lot more discussion related to these same issues.

EDIT 2: see this post for my fix - http://forums.rutorrent.org/index.php?topic=1405.msg14130#msg14130