-
Notifications
You must be signed in to change notification settings - Fork 84
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 Request] Add torrent dialog for magnet links. #329
Comments
Yes, please implement auto open advanced dialog on torrent adding / magnet link opening |
I have compiled a version that does it |
Nice! Would you mind forking this repo and commit the changes you did? |
Just remove if from line
it should look like this $scope.$on('torrents:add', function(event, item: PendingTorrentUploadItem, askUploadOptions: boolean) { $scope.pendingTorrentFiles.push(item) $scope.$apply() })
|
Couldn't get this to work unfortunately. It just adds it still. |
You can try this version https://github.com/journeym/Electorrent |
It wasn't working correctly due to different handling of magnet and torrent links, i have pushed a commit that fixes that, at least fro me on windows, it's now working (wasnt working before) https://github.com/journeym/Electorrent |
I just tried it, and it works great, |
In the list of torrents after torrent startup name is correct, in the advanced options dialog, i belive, it's not possible to retrieve name for magnet link before the actual download started. At least for me, the dialog looks the same as if i use file > Paste torrent url. |
Yeah, it still works even though it doesn't show the torrent name. Imgur I'm not sure how common it is, but in the magnet links I've seen, Example; And I also got an error when trying that magnet link (from https://webtorrent.io/free-torrents), but it still works. Imgur |
This looks perfectly normal IMO, i have the same behavior in native client (qbittorrent web gui), when adding magnet links, practically no clients i encountered decode magnet links on the fly just to get torrent name. |
Don't worry about it. Like I said, it works, so no need to dive any deeper :) |
It would be nice to be able to set a category/label before adding a magnet link.
The text was updated successfully, but these errors were encountered: