Skip to content
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

[Feature] Confirm media deletion on stop watching #263

Open
ouattararomuald opened this issue Dec 2, 2023 · 1 comment
Open

[Feature] Confirm media deletion on stop watching #263

ouattararomuald opened this issue Dec 2, 2023 · 1 comment

Comments

@ouattararomuald
Copy link
Contributor

I was a bit surprised that, after clicking on "stop watching" it deleted the movie from my disk. The feature is good, but I think a popup (or something similar) should be displayed to the user with a checkbox to select whether they also want to delete the media file.

@lardbit
Copy link
Owner

lardbit commented Dec 2, 2023

Yes, I certainly agree. It's what I want the majority of the time, but it is annoying when you want to keep the file on disk, you have to manually remove the torrent from Transmission, then you can click "stop watching". It's the current workaround.

I guess this would amount to the UI change for the button, and conditionally updating the transmission api call to maintain the files, in utils.destroy_transmission_result()

transmission_client.remove_torrent([instance.transmission_torrent_hash], delete_data=True, timeout=10)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants