[Linux] AMC Keeplink Question

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Wob76
Posts: 2
Joined: 26 Sep 2016, 02:30

[Linux] AMC Keeplink Question

Post by Wob76 »

Hi,

Sorry if this has been asked before, but I couldn't find an answer in my searches.

I am using Filebot in a docker container, I am using keeplink, and it is all working fine, but the symlinks that it creates are relative, eg (../../../../blah/blah/) now I have resolved the issue by duplicating volume mapping on both the filebot and my torrent containers, but I would like the links to be absolute, eg (/Media/Movies/) so that I can see that the links are valid on my underlying OS system.

So the question, is there a configuration option to make filebot use absolute path rather than relative path for symlinks when using keeplink?

Thanks,
Wob
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Linux] AMC Keeplink Question

Post by rednoah »

FileBot will always create relative symlinks.

You may use other tools to convert relative symlinks to absolute symlinks:
http://stackoverflow.com/questions/4187 ... olic-links
:idea: Please read the FAQ and How to Request Help.
Wob76
Posts: 2
Joined: 26 Sep 2016, 02:30

Re: [Linux] AMC Keeplink Question

Post by Wob76 »

Hi,

Thanks for the reply, I'll look at scripting something to do it after filebot has done its thing.

Wob
Post Reply