I googled around but I couldn't find an answer but perhaps I should start describing the problem:
My plex media server sometimes can't identify a movie because the file name doesn't match plex naming convention for the movies/series. Alas, I can't change the matching logic of plex, so the only way around it is to rename the file name to match plex naming convention. Because I'm lazy, I'm looking for an automated solution, which requires any manual work. I found some posts suggesting to use filebot with a script and the download complete event of the execute plugin. This is interesting, although I don't need all the fancy features of filebot. But if I understood it correctly, filebot just copies the torrent files, so at the end you have two copies of each movie/series and thus you double the required space on the hard drive. Because I don't need all the fancy features of filebot, i could also write a simple script to rename the torrent files, but I doubt that deluge allows me to rename a torrent file when is still seeding it, or at least it wouldn't be so happy. Perhaps the best solution would be to rename the torrent files before start downloading, if I don't remember wrong, you could rename the torrent files but as said I'm looking for a solution to automate the process without any manual intervention. So my question is: Is there a way to automatically rename the torrent files before or after downloading it?