using new {plex} binding coming from old version
Posted: 21 Dec 2019, 04:00
I was running an old, pre-license version of Filebot, and recently updated.
I've seen that there are new "binding" settings, and am curious if there's a way to optimize my current script.
Goal:rename movies/tvshows and copy them from FolderA to FolderB. FolderB is the library location for a plex server
Current Script:
filebot -script fn:amc --output "/media/spinturtle/MYBOOK/FolderB" --action copy --conflict auto -non-strict "/home/spinturtle/FolderA" --log-file amc.log --def unsorted=y
Everything works fine, but would love to know if I'm missing some new stuff or could optimize better for plex
I've seen that there are new "binding" settings, and am curious if there's a way to optimize my current script.
Goal:rename movies/tvshows and copy them from FolderA to FolderB. FolderB is the library location for a plex server
Current Script:
filebot -script fn:amc --output "/media/spinturtle/MYBOOK/FolderB" --action copy --conflict auto -non-strict "/home/spinturtle/FolderA" --log-file amc.log --def unsorted=y
Everything works fine, but would love to know if I'm missing some new stuff or could optimize better for plex