ultnrg / deluge-execute

Updated original execute plugin to contain new features
GNU General Public License v3.0
6 stars 4 forks source link

release python 3.6 egg? #4

Closed shadycuz closed 2 years ago

shadycuz commented 4 years ago

Deluge 2.0 is out and has moved to python 3.6 as python2 is now end of life.

I think this plugin is really useful but no one knows about it.

logan71f100 commented 2 years ago

I i used the script to create the egg and it still doesn't install all these years later...it's exactly what i'm looking for just need those label arguments!

Hawklight91 commented 2 years ago

I i used the script to create the egg and it still doesn't install all these years later...it's exactly what i'm looking for just need those label arguments!

Did you find a way to get this working with 2.0 to use label arguments?

logan71f100 commented 2 years ago

Nope, if you have any ideas let me know haha

Logan Greytak


From: Hawklight91 @.> Sent: Saturday, December 4, 2021 2:07:27 PM To: ultnrg/deluge-execute @.> Cc: logan71f100 @.>; Comment @.> Subject: Re: [ultnrg/deluge-execute] release python 3.6 egg? (#4)

I i used the script to create the egg and it still doesn't install all these years later...it's exactly what i'm looking for just need those label arguments!

Did you find a way to get this working with 2.0 to use label arguments?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/ultnrg/deluge-execute/issues/4#issuecomment-986077851, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEB66OMB6TH4T5U4FJWW7QLUPJRG7ANCNFSM4JUSNGGA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Hawklight91 commented 2 years ago

Nope, if you have any ideas let me know haha Logan Greytak ____ From: Hawklight91 @.> Sent: Saturday, December 4, 2021 2:07:27 PM To: ultnrg/deluge-execute @.> Cc: logan71f100 @.>; Comment @.> Subject: Re: [ultnrg/deluge-execute] release python 3.6 egg? (#4) I i used the script to create the egg and it still doesn't install all these years later...it's exactly what i'm looking for just need those label arguments! Did you find a way to get this working with 2.0 to use label arguments? — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#4 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEB66OMB6TH4T5U4FJWW7QLUPJRG7ANCNFSM4JUSNGGA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

I tried going down the road to get it converted myself but lack the Python knowledge so I ended up modifying my execute script with an If statement based on the file location of the Completed Torrent and only run the execute command if the file is folder is a specific location. This was to handle AutoAdd downloads differently than Sonarr/Radarr so I setup AutoAdd to put the download in a different sub folder than Sonarr/Radarr. Not the best solution but it worked for this specific use case.