AMC - how to add labels to media type file path
Posted: 07 Feb 2016, 06:23
Hi all,
Looking for some help to sort my AMC outputs into subfolders (labels) within the AMC generated ones (TV Shows, Movies, etc) when running as an external program in qBittorrent.
System is
Ubuntu 15.10 64bit
qBittorrent 3.4.0alpha
filebot 4.6.1
Within qBittorrent for running an external program I currently use the below:
filebot -script fn:amc --output "/home/boxuser/Downloads/filebot outputs/" --action move --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes "ignore=Music|Collecting|Fixes|Manual" unsorted=n music=n artwork=n clean=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
AMC will sort media files into folders called Movies or TV Shows.
What I would like to do is create subfolders within these folders based on Labels from qBittorrent.
If I have a Label in qBittorrent called "kids" I would like the FileBot output to be /TV Shows/kids/"fileBot outputfile name path based on TVDB"
Is this possible
I guess what I'm after is something like
filebot -script fn:amc --output "/home/boxuser/Downloads/filebot outputs/%Output_Type/%L/"
Any help would be much appreciated.
Thanks
Looking for some help to sort my AMC outputs into subfolders (labels) within the AMC generated ones (TV Shows, Movies, etc) when running as an external program in qBittorrent.
System is
Ubuntu 15.10 64bit
qBittorrent 3.4.0alpha
filebot 4.6.1
Within qBittorrent for running an external program I currently use the below:
filebot -script fn:amc --output "/home/boxuser/Downloads/filebot outputs/" --action move --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes "ignore=Music|Collecting|Fixes|Manual" unsorted=n music=n artwork=n clean=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
AMC will sort media files into folders called Movies or TV Shows.
What I would like to do is create subfolders within these folders based on Labels from qBittorrent.
If I have a Label in qBittorrent called "kids" I would like the FileBot output to be /TV Shows/kids/"fileBot outputfile name path based on TVDB"
Is this possible
I guess what I'm after is something like
filebot -script fn:amc --output "/home/boxuser/Downloads/filebot outputs/%Output_Type/%L/"
Any help would be much appreciated.
Thanks