Page 1 of 1
cmdline {plex} tag does not work as expected
Posted: 24 Jan 2019, 18:39
by elgallo
root@freeBSDbox ~# filebot -script fn:sysinfo
CALL
Code: Select all
filebot -rename --db TheTVDB --output "/zata/plex/series" --format {plex} --action hardlink -non-strict -r /zata/done/ser/Are*
OUTPUT
the issue is my "plex" TV Show folder only has 2 files
Code: Select all
root@freeBSDbox ~# ls /zata/plex/series/
plex.avi plex.mkv
I have tried
Re: cmdline {plex} tag does not work as expected
Posted: 24 Jan 2019, 19:36
by rednoah
Unfortunately, I can't see your private pastebin. Can you PM me the logs?
The behaviour you describe, would indicate that you're passing in
plex as format:
and
not {plex} as we'd expect:
Are you perhaps not using
bash? Are you perhaps making this call from non-bash shell or scripting language the interprets the
{...} away?
Re: cmdline {plex} tag does not work as expected
Posted: 24 Jan 2019, 21:05
by elgallo
running from kitty shell on MacOS via ssh into BSD box via fish terminal.
I should switch to bash?
pastebin changed to unlisted (should be viewable)
Re: cmdline {plex} tag does not work as expected
Posted: 24 Jan 2019, 21:23
by elgallo
I can get a script to run*
Code: Select all
#!/usr/ports/shells/bash
filebot -script fn:amc --db TheTVDB --output "/zata/plex/" --format {plex} --action hardlink -non-strict -r "/zata/done/ser" --log-file amc.log --def excludeList=amc.txt
however there is A LOT of repeating error output while running
Code: Select all
Failed to read xattr: IOException: UserDefinedFileAttributeView is not supported
Failed to read xattr: IOException: UserDefinedFileAttributeView is not supported
Failed to read xattr: IOException: UserDefinedFileAttributeView is not supported
Failed to read xattr: IOException: UserDefinedFileAttributeView is not supported
Failed to read xattr: IOException: UserDefinedFileAttributeView is not supported
Failed to read xattr: IOException: UserDefinedFileAttributeView is not supported
and eventually just hangs
Re: cmdline {plex} tag does not work as expected
Posted: 25 Jan 2019, 11:01
by rednoah
1.
The second pastebin is still not viewable.
2.
I've never used any of these shells. Let's run some sanity checks:
3.
The xattr warning is just a warning. The latest beta has improved support for xattr on FreeBSD and should make these warnings go away:
viewtopic.php?f=6&t=9535
4.
I have no idea why it might hang. You seem to have plenty of memory. Please try to enable fine-grained logging, so we can find out exactly where it's hanging:
viewtopic.php?f=3&t=3913