Right Click Menu Episode Formatting
Posted: 15 May 2016, 03:33
Groovy Pad Output:
When using the right click menu to bulk process a folder full of files, these are sorted into folders that include the rating (see images). Plex does not process these correctly. The majority of my media files are processed using this script attached to qBittorrent:
""C:/Program Files/FileBot/filebot.launcher.exe" -script fn:amc --output "S:" --log-file amc.log --action move --conflict override -non-strict --def music=n artwork=n xbmc=192.168.20.22 clean=y unsorted=y reportError=y "seriesFormat=V:/_TV Shows/{n}/{'Season '+s}/{fn}" "movieFormat=V:/_Movies/{n} ({y})/{fn}" excludeList=amc.txt "%F"
How can I make the output from the right click menu match this script?



Code: Select all
FileBot 4.6.1 (r3315)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe)
Extended Attributes: OK
Groovy Engine: 2.4.5
JRE: Java(TM) SE Runtime Environment 1.8.0_66
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 3 GB Max Memory / 46 MB Used Memory
OS: Windows 7 (amd64)
Package: MSI
Data: C:\Users\alexander_q\AppData\Roaming\FileBot
""C:/Program Files/FileBot/filebot.launcher.exe" -script fn:amc --output "S:" --log-file amc.log --action move --conflict override -non-strict --def music=n artwork=n xbmc=192.168.20.22 clean=y unsorted=y reportError=y "seriesFormat=V:/_TV Shows/{n}/{'Season '+s}/{fn}" "movieFormat=V:/_Movies/{n} ({y})/{fn}" excludeList=amc.txt "%F"
How can I make the output from the right click menu match this script?


