thx, that helped really
Some more questions/issues:
I needed to configure in the conf.php of filemanager e.g. gzip=/bin/ which was/is some kind of surprise. Cause on the one hand I would have assumed the same config-style as in the rutorrent-
config.php, i.e. direct file-specification and not generic path. On the other hand I would have expected that this works without definition (e.g.
$pathToExternals['zip'] = '';) as soon as its available via open_basedir (cause its accessed via the env-path) [which didn't work THAT way]. Did I miss something or do I have a misunderstanding reg. how the whole thing should work?
A cosmetic one: Directories are displayed with the name, tooltip is with the name
and the trailing / Any reason why they differ? I personally would have preferred to see the trailing / cause it confuses me little bit. But as mentioned a cosmetic issue.
And last but not least: When I try to get the Screenshot-plugin I get
Quote
File Manager ERROR: undefined - 200 Current ffmpeg/ffprobe not supported. Please compile a newer version. SyntaxError: JSON.parse: unexpected character
When I run via bash I get
Quote
ffmpeg version 0.8.6-6:0.8.6-1ubuntu2, Copyright (c) 2000-2013 the Libav developers
built on Mar 31 2013 01:04:55 with gcc 4.7.2
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Running
avconv I get
Quote
rtorrent@arm:~$ avconv
avconv version 0.8.6-6:0.8.6-1ubuntu2, Copyright (c) 2000-2013 the Libav developers
built on Mar 31 2013 01:04:55 with gcc 4.7.2
Any ideas? Is this resolvable resp. within your scope?