Page 1 of 1

[Linux] AMC Keeplink Question

Posted: 26 Sep 2016, 02:48
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

Re: [Linux] AMC Keeplink Question

Posted: 26 Sep 2016, 05:04
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

Re: [Linux] AMC Keeplink Question

Posted: 28 Sep 2016, 03:14
by Wob76
Hi,

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

Wob