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
[Linux] AMC Keeplink Question
Re: [Linux] AMC Keeplink Question
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
You may use other tools to convert relative symlinks to absolute symlinks:
http://stackoverflow.com/questions/4187 ... olic-links
Re: [Linux] AMC Keeplink Question
Hi,
Thanks for the reply, I'll look at scripting something to do it after filebot has done its thing.
Wob
Thanks for the reply, I'll look at scripting something to do it after filebot has done its thing.
Wob