-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to rename individual files and other renaming improvements. #347
Comments
Hi, sorry for the super late reply. Haven't had a chance to have a proper look at this until now. I was looking into this a little and it seems like Transmission doesn't really support this in any way. The documentation for the API lives here: https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md. If you know of a UI that does this or a way to do this, please let me know. Until then I'm closing this issue, but will reopen it if it's possible after all. Thanks for your suggestion either way! :D |
transgui can definitely rename individual files. It seems to do it through torrent-rename-path the same way flood does it for the main file/directory. From what I understand the second argument {
"method": "torrent-rename-path",
"arguments": {
"ids": 1,
"path": "Music/Song 1.mp3",
"name": "New name.mp3"
}
} I have confirmed that this does in fact work even for files a couple of directories deep. Should be easy enough to implement. |
I agree this would be a great addition. I unfortunately am not good with UI/frontend so cannot contribute it myself. transmission-remote-gtk supports it, also via |
Unless I'm missing something there currently is no way to rename a individual file or sub-directory in a torrent. You can rename the main file/directory but not the files in the torrent. I propose adding a context menu with a rename button in the "Files" tab that would open a pop-up window (like the one for setting torrent labels or changing location) to change the name.
Some other quality of life changes relating to this I'd like to see:
The text was updated successfully, but these errors were encountered: