Skip to content
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

Improve support of BitTorrent links in chats #384

Open
tehnick opened this issue Jan 29, 2021 · 1 comment
Open

Improve support of BitTorrent links in chats #384

tehnick opened this issue Jan 29, 2021 · 1 comment

Comments

@tehnick
Copy link

tehnick commented Jan 29, 2021

Currently BitTorrent magnet link in AirDC++ WebUI 2.11.0 looks like:
Screenshot_20210129_154231+mod1
As you see, such link is not parsed as magnet link and is showed as a whole.

Please use human readable representation of BitTorrent magnet links. They follow the same magnet URI scheme as magnet links for DC and may be parsed in the same way.

For example, the same magnet links in EiskaltDC++ 2.4.1 look like:
Screenshot_20210129_130019+mod-1
EiskaltDC++ does not have support of BitTorrent protocol and opens such links in external application which is registered as BiTorrent client in the system. And this is normal behavior which is expected from DC client.

In FlylinkDC++ r6xx BitTorrent magnet links look the same way:
Screenshot_20210129_151237+mod-1
But FlylinkDC++ has embedded support of BitTorrent protocol and it opens links inside itself.

@tehnick
Copy link
Author

tehnick commented Jan 29, 2021

You may use this text for tests:

magnet link with TTH: magnet:?xt=urn:tree:tiger:NKPIKQPJW45WYQ7AGEGIZ4JA4PBAJQWY2H4SBTY&xl=12836491531&dn=Tears+of+Steel+(2012).mkv
BitTorrent magnet link: magnet:?xt=urn:btih:e116804725f2c6cfda4fd0fe3e31c4c9457dad98&dn=debian-live-10.7.0-amd64-kde%2bnonfree.iso&tr=http%3a%2f%2fbttracker.debian.org%3a6969%2fannounce
Search magnet link: magnet:?kt=EiskaltDC%2B%2B+2.4.1&dn=EiskaltDC%2B%2B+2.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant