Is it possible to avoid renaming of the movie/show file? Renaming of the folder is okay, but renaming for example the MKV I would be preferred if could be skipped. That way Plex can find subtitles more easy.
I use the utorrent-postprocess.pyw script.
Thanks!
Keep filename
Re: Keep filename
If you're using {plex} then properly naming the files AND folders is highly recommended:
https://support.plex.tv/articles/200381 ... vie-files/
If you wish to ignore the Plex naming scheme, than you can of course do that, by using a custom format that preserves the current filename:
https://www.filebot.net/naming.html
e.g.
https://support.plex.tv/articles/200381 ... vie-files/
If you wish to ignore the Plex naming scheme, than you can of course do that, by using a custom format that preserves the current filename:
https://www.filebot.net/naming.html
e.g.
Code: Select all
{plex.dir}/{fn}
Re: Keep filename
Thank you for the answer. Could I ask where in that specific python file I should place
and also, where in my manual bat script
Thank you!
Code: Select all
{plex.dir}/{fn}
and also, where in my manual bat script
Code: Select all
filebot -extract -script fn:amc --output "D:/SORTED" --action duplicate -non-strict "D:/UNSORTED" --log-file amc.log --def excludeList=amc.txt
pause
Thank you!
Re: Keep filename
Please read the Change how files will be organized and renamed section for details and examples:
viewtopic.php?f=4&t=215
Modifying the utorrent-postprocess.pyw script to use your custom formats should be fairly straight-forward:
https://github.com/filebot/plugins/blob ... ss.pyw#L16
viewtopic.php?f=4&t=215
Modifying the utorrent-postprocess.pyw script to use your custom formats should be fairly straight-forward:
https://github.com/filebot/plugins/blob ... ss.pyw#L16