Laharah / deluge-FileBotTool

A plugin to integrate simple FileBot functionality into Deluge
GNU General Public License v3.0
114 stars 10 forks source link

[Feature request] Support for custom Deluge Name after processing? #54

Closed RonSijm closed 1 year ago

RonSijm commented 1 year ago

Hey there,

I'm using the latest version of deluge-FileBotTool, deluge, and FileBotTool. I'm using this expression to process show seasons: {n} [{y}]/Season {s} - {sy}/{n} - {s00e00} - {t.colon(' - ')}.{vf}

This works fine when downloading individual episodes, though when I download an entire season, the name that's left in deluge is this:

deluge

So basically the name in deluge is just Season {s} - {sy} - which makes it confusing to see what is what when I have multiple shows

It would be nice if in the profile or preset we could set a custom "new deluge name" to have more control over the Deluge naming

Laharah commented 1 year ago

Unfortunately this is a deluge limitation. Deluge uses the top level name for the torrent display title. Your options here are to:

It's a behavior I missed when I switched from uTorrent so I sympathize.