You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SABnzbd is moving to Python 3 and I would love to see how we could use asyncio stuff!
Would you be interested in making a proof-of-concept NNTP reader using asyncio?
I would like to do this separate from SABnzbd first since it's such a major redesign.
The text was updated successfully, but these errors were encountered:
I'm torn; i do, but i've been so busy with apprise, and between work and family i don't have that much time. I do like the idea that you'd consider building it in modules though!
I had thought you already begun on this project a while back. Do you have ideas to how you want to build it? the current library you saw here i kinda/sorta just abandoned. It's not done, but could do a lot more. I never go around to handling the par2 files and rars. I never built in the smart logic you had already too where you would only get the par's if needed.
What kind of prototype were you looking for, a fork of the download portion of this code but with asyncio swapped in? You're certainly more then welcome to steal/reuse any code or ideas you see here.
SABnzbd is moving to Python 3 and I would love to see how we could use
asyncio
stuff!Would you be interested in making a proof-of-concept NNTP reader using
asyncio
?I would like to do this separate from SABnzbd first since it's such a major redesign.
The text was updated successfully, but these errors were encountered: