All your suggestions, requests and ideas for future development
-
geekmaster1
- Posts: 10
- Joined: 24 Mar 2016, 08:43
Post
by geekmaster1 »
These are on the same mergerfs drive so why is is cross-device?
Code: Select all
#!/bin/sh -xu
filebot -script fn:amc --output "/mnt/mergerfs/media/tv" --action hardlink -non-strict "/mnt/mergerfs/nzb/completed" --def skipExtract=n --def deleteAfterExtract=n --def excludeList=/mnt/mergerfs/log/rtorrent/amc.txt --def "animeFormat=/mnt/mergerfs/media/tv/{n}/Season {s}/{n} - {s00e00} - {t}" --def plex=127.0.0.1:xxx --def emby=127.0.0.1:xxx --def extractFolder="/mnt/mergerfs/rtorrent/extracted" --def clean=y --def subtitles=en "seriesFormat=/mnt/mergerfs/media/tv/{n} ({y}){'/Season '+s}/{s+'x'}{e.pad(2)} - {t}" "movieFormat=/mnt/mergerfs/media/movies/{n} ({y})/{n} ({y})" --log-file="/mnt/mergerfs/log/rtorrent/amc-log.txt" &
-
rednoah
- The Source
- Posts: 23931
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah »
1.
What exactly does the error message say?
Presumably, it's an error message that has bubbled up from the underlying system call, and so FileBot itself is just relying the error to you.
2.
Are hardlinks even supposed to work, like conceptually, with
mergerfs?
trapexit wrote:mergerfs can't practically fake links. It's just a union of drives.
https://github.com/trapexit/mergerfs/is ... -451443360