I was wondering if it's possible to create a cmd log from the file that is being processed and being put right next to the media file.
This would make it easier for me to identify what subititle file has been fetched for the media file.
Not sure if it is possible, just wondering if it is and if you guys could help me with it.
P.S
I'm not a great scripter I'm affraid.

System: Windows 7 64bit.
Code: Select all
filebot -script fn:amc --output "D:\Plex\Plex Media" --log-file amc.log --log-file "D:\Plex\Logs\log.txt" --conflict skip --action copy "D:\Plex\Gedownloade torrents" --def excludeList=amc.txt -non-strict --def clean=y subtitles=nl,en
filebot -script fn:replace --def "e=.nld.srt" "r=.nl.srt" "D:\Plex\Plex Media"
filebot -script fn:replace --def "e=.eng.srt" "r=.en.srt" "D:\Plex\Plex Media"
--def plex=host:XXXXXXXXXX
So basicly what I'm asking:
If a media file is being processed and will end up in this folder:
D:\Plex\Plex Media\Movies\Crimson Peak (2015)
Would it be possible to create a log file of the cmd being used to process this file in this folder aswell?
So like this:
D:\Plex\Plex Media\Movies\Crimson Peak (2015)\log.txt