Create log of rename?
Create log of rename?
I have a powershell script that uses filebot cli. Every now and then a file goes "missing". I see there is an error log but is there a way to write to a log when something is renamed? Just so I can see it was processed by filebot and where filebot put it
Re: Create log of rename?
I am trying a file I know went missing. I am using TVMaze because I had issues with TVDB showing TBA for many Disney+ shows. This file is Hawkeye, TVDB still shows TBA. TVMaze does not seem to match it at all, just stays blank. Attached is a GIF of what happens when I do this manually. Not sure what happened to the file during the script? TheMovieDB was able to match it, is it smart to start using that for TV shows?
https://photos.app.goo.gl/NSpvYt9tQKttjXtv9
https://photos.app.goo.gl/NSpvYt9tQKttjXtv9
Re: Create log of rename?
1.
You can use the
History to find previously processed files and revert them to their original file path:
viewtopic.php?t=12133
You can few the history on the command-line like so:
viewtopic.php?p=2459#p2459
Note that each filebot call will write a detailed log file. The log file will be written to file path you have set via the --log-file option. Keeping logs and regularly checking logs is strongly recommended.
2.
If searching for "hawkeye 2021" doesn't for TVmaze, then you may need to change your search query to something that does work, i.e. name without year or series id.


You can use the

viewtopic.php?t=12133
You can few the history on the command-line like so:
viewtopic.php?p=2459#p2459
Code: Select all
filebot -script fn:history

2.
If searching for "hawkeye 2021" doesn't for TVmaze, then you may need to change your search query to something that does work, i.e. name without year or series id.

