-
Notifications
You must be signed in to change notification settings - Fork 3
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
realdebrid gets stuck when it adds magnets #3
Comments
I think it is a bug in the Real-Debrid API, because the script does "select" the files it adds. File compression is a different problem, the script would have to decide which files it wants to select (probably by looking at file extensions). By default it selects everything. It's a possible feature that could be implemented in the future (I don't plan to yet, but I'm leaving the possibility open). |
i am currently dealing with the same issue in my own script in order to actually know which files are even available, the RD server first has to query the trackers and get the list of actual files the torrent should contain. your tool (and mine lol) tell it to just download all files inside the torrent before RD even knows what files it contains, which is why it asks you to select the files when you open the torrent page the torrent page once you log in, it was never actually told what to download. haven't built a way around that yet though, i'll probably set up a cron job or something that polls the state of the torrent and only sends the selectFiles request once an actual file list gets returned |
@mishpajz I would respectfully be willing to donate a couple of cups of coffee at ko-fi.com :) This is how I currently see my realdebrid account every time I log in: (it looks little because I had just cleaned it, but every day it looks like this) The possibility of configuring more than 1 RSS would also be great, since I personally use 2 RSS sources, and I have configured my PC to run the script once a day with a .bat: I don't know if this is the best way to do this task automatically, or if there is a more efficient way to do it. *Those 2 RSS feeds add on average 1 or maximum 2 movies a day, they are not very active, but they are the ones that I personally need :) |
what i ended up doing in my tool since it runs as a service was to essentially do this every couple of minutes
you could add an additional flag to the script to perform nothing but this test and have people run it as a service or cron job to periodically check for unstarted torrents |
This code that you use, do you add the rdrss.py? If so, where do you add it? I would like to do this :( |
i believe |
I am using rarbg for magnets, but if you don't go to torrent page it will be a giant list of wanting to select files. what makes it worse is it bugs out saying you didnt select a file and if you try to select just certain ones, it claims did not select a file. So you have to click select all for it to process the magnets and than it ends up raring them up which means it isn't streamable.
Is there anyway you can update this script to auto select the video files by itself without anything else? It sends the magnets, but it doesn't select the files.
Hope you are still active and can get this fixed
Thanks
The text was updated successfully, but these errors were encountered: