Page 1 of 1
Keep filename
Posted: 15 Feb 2018, 23:28
by znerken
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!
Re: Keep filename
Posted: 16 Feb 2018, 01:02
by rednoah
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.
Re: Keep filename
Posted: 16 Feb 2018, 07:33
by znerken
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
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
Posted: 16 Feb 2018, 08:13
by rednoah
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