deluge-telegramer icon indicating copy to clipboard operation
deluge-telegramer copied to clipboard

[Feature Request] Deluge 2.0 support

Open dbutrimov opened this issue 5 years ago • 12 comments

Deluge 2.0 released.

Plugins written for Deluge 1.3 will need upgrading for Deluge 2.0, due to the requirement of Python 3 and GTK3 UI. There is a update plugin document to help Plugin authors update their plugins.

dbutrimov avatar Jul 01 '19 18:07 dbutrimov

Hey @dbutrimov, thanks for the heads-up. This will probably require some time and debugging to get working, so unfortunately it will probably be a while before I have the time to get working on it.

I'd also like to make sure the latest commits in the develop branch are stable before I even begin to look into v2 integration.

Needless to say, any Pull Requests for v2 integration are welcome. Just make sure to work on them in a separate branch, derived off of the ~~develop~~ python3 branch.

noam09 avatar Jul 15 '19 13:07 noam09

Any news on this ?

HydrelioxGitHub avatar Jan 30 '20 00:01 HydrelioxGitHub

I can have a look and see what I can achieve. I already updated another plugin for deluge 2.0.

(Note that if using python 3.8 or above, even deluge 2.0 isn't enough, you need the dev version of deluge.)

springjools avatar Jul 08 '20 14:07 springjools

Also note that instead of using deluge to send notifications, you can use sonarr/radarr/lidarr to do the same thing. It might be a better option since sonarr et al have a very active development team, more active than that of deluge, which itself needs more critical fixes to be made.

springjools avatar Jul 13 '20 13:07 springjools

I can have a look and see what I can achieve. I already updated another plugin for deluge 2.0.

(Note that if using python 3.8 or above, even deluge 2.0 isn't enough, you need the dev version of deluge.)

Thanks for offering! If you have the time to make the transition to Deluge 2, that would be awesome. :+1: I'll create a "py3" branch that you can fork to keep it organized.

noam09 avatar Jul 13 '20 16:07 noam09

Hi, is there any progress on a v2.0 plugin yet?

chrismast avatar Nov 26 '20 08:11 chrismast

Hey. Sorry, I cannot commit to more projects now, just started a new job and all my time goes to it and existing projects. Hope someone else is keen on it though :)

springjools avatar Nov 28 '20 19:11 springjools

I'm also using sonarr and radarr and they come with telegram support.

springjools avatar Nov 28 '20 19:11 springjools

@springjools no worries. Also using both with telegram which works fine. Thanks for your reply though.

chrismast avatar Nov 28 '20 23:11 chrismast

@noam09 maybe we can raise some money for this

OfryL avatar Mar 05 '22 22:03 OfryL

@noam09 maybe we can raise some money for this

I appreciate the offer, but there is no need. :)

I've started working on this, I hope to have a release for testing soon. I'll update this issue once it's up. Sorry it took this long, I realize it's been a very long time since this was requested.

noam09 avatar Mar 21 '22 11:03 noam09

Beta version released: https://github.com/noam09/deluge-telegramer/releases/tag/v2.0.5.0 I haven't had a chance to thoroughly test it yet. Please try it out and create an issue for any bugs you find. Thanks!

noam09 avatar Mar 24 '22 08:03 noam09

Hey,

I am currently using the plugin with Deluge 1.3.5 and it works great. But I am tempted to upgrade to Deluge 2.x and have two questions:

  1. The version I can install is Deluge 2.0.3. I see that deluge-telegramer has a beta version with Deluge 2.0.5 support. Can you still use this version with Deluge 2.0.3 or is it only for 2.0.5?

  2. I see that it requires Python 3.8 or 3.10. Currently, I have Python 3.7.3 and can't update (I don't control this). Will the .egg for 3.8 eventually work or do I need a specific .egg 3.7 version (which doesn't exist)?

Thank you!

Ob1w4 avatar Oct 13 '22 15:10 Ob1w4

Hey,

I am currently using the plugin with Deluge 1.3.5 and it works great. But I am tempted to upgrade to Deluge 2.x and have two questions:

  1. The version I can install is Deluge 2.0.3. I see that deluge-telegramer has a beta version with Deluge 2.0.5 support. Can you still use this version with Deluge 2.0.3 or is it only for 2.0.5?
  2. I see that it requires Python 3.8 or 3.10. Currently, I have Python 3.7.3 and can't update (I don't control this). Will the .egg for 3.8 eventually work or do I need a specific .egg 3.7 version (which doesn't exist)?

Thank you!

Hey @Ob1w4, I must have missed your comment, sorry about that. Please try out the 3.7 egg in the latest release. I believe the Deluge 2.1.1-compatible version should also work with 2.0.3, or any Deluge 2+ for that matter. Please open an issue if it doesn't work, I'll be happy to take a look.

noam09 avatar Jan 28 '23 17:01 noam09