output of filebot -script fn:sysinfo
Code: Select all
C:\Users\HTPC>filebot -script fn:sysinfo
FileBot 4.7.7 (r4678)
JNA Native: 4.0.1
MediaInfo: 0.7.88
7-Zip-JBinding: 9.20
Chromaprint: 1.1.0
Extended Attributes: OK
Script Bundle: 2017-01-05 (r470)
Groovy: 2.4.7
JRE: Java(TM) SE Runtime Environment 1.8.0_121
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 1 GB Max Memory / 46 MB Used Memory
OS: Windows 10 (amd64)
Package: MSI
Data: C:\Users\HTPC\AppData\Roaming\FileBot
Done ?(?????)?
The GUI of filebot will do this correctly when I set the episode and movie format expressions within the program but I was looking for a more unattended command line script.
This is what I came up with from reading through all the documentation on the forum
Code: Select all
filebot -rename "D:/To be Added" --output D:/Plex --def "seriesFormat=D:/Plex/TV Shows/{n}/{Season '+s}/{n}" --def "movieFormat=D:/Plex/Movies/{n} ({y})"
Is this possible to have a different outputs for "TV" and one for "movies" will the -rename function do that?
Rename video file
-if TV Show
---then rename and move to TV Shows
-if Movie
---then rename and move to Movies