Search found 5 matches

by r00ted
28 May 2024, 08:13
Forum: Ubuntu & Desktop Linux
Topic: creating symlinks
Replies: 8
Views: 10121

Re: creating symlinks

I have tested now without --action keeplink & symlink was created correctly, will test a bit further before doing entire folder
by r00ted
28 May 2024, 08:11
Forum: Ubuntu & Desktop Linux
Topic: creating symlinks
Replies: 8
Views: 10121

Re: creating symlinks

$ filebot -script fn:properties --def net.filebot.symlink=absolute Update user-defined System Properties * Set net.filebot.symlink = absolute Store user-defined System Properties * Write /home/user/.filebot/system.properties #FileBot System Properties #Tue May 28 09:49:54 CEST 2024 net.filebot ...
by r00ted
28 May 2024, 08:00
Forum: Ubuntu & Desktop Linux
Topic: creating symlinks
Replies: 8
Views: 10121

Re: creating symlinks

This does not work, no symlink created. Rather copies files over to destination
by r00ted
26 May 2024, 15:36
Forum: Ubuntu & Desktop Linux
Topic: creating symlinks
Replies: 8
Views: 10121

Re: creating symlinks

filebot -rename -r "/mnt/remote/rd/movies" -no-xattr --db TheMovieDB -non-strict --action symlink --output "/mnt/symlinks/import" --format {jellyfin.id} Symlink created should be /mnt/remote/rd/movies/movie_name but creates ../../../../../mnt/remote/rd/movies/movie_name FileBot 5.1.3 (r10185) JNA ...
by r00ted
26 May 2024, 12:43
Forum: Ubuntu & Desktop Linux
Topic: creating symlinks
Replies: 8
Views: 10121

creating symlinks

When creating symlinks to mounted folder shortcut has leading ../../../../../folder
Where it should be /mnt/folder/
How can I fix this?