Magnet links in windows 10
-
sartic2 last edited by
In windows 10 magnet links doesn't work in 41/42. If i hit magnet link windows gives me only option to use windows store app. Firefox works.
ps: i tried rewriting local date and editing reg hklm for protocol magnet.
-
donq last edited by
Opera itself doesn't handle magnet links (it is not BT client anymore), but you should be able to install some BT client (qBittorrent is my favourite) and then clicking on magnet link launches BT software.
If you have already done so, then reinstalling BT software should work.
-
sartic2 last edited by
There is no need to reinstall Tixati. It has option to associate link/protocol. It works with Firefox.
Edge and Opera are ignoring magnet links. -
A Former User last edited by
There is no need to reinstall Tixati. It has option to associate link/protocol. It works with Firefox.
Edge and Opera are ignoring magnet links.Magnet links work fine for me in Opera when using qBittorrent maybe you need to change you BT software if Tixati isn't picking up magnet clicks from your browser
-
burnout426 Volunteer last edited by
There is no need to reinstall Tixati. It has option to associate link/protocol. It works with Firefox.
Edge and Opera are ignoring magnet links.It might be a registry issue then where Tixati doesn't create the necessary registry key. For Firefox, maybe it goes out its way and uses a different method to find the handler.
Or, maybe the associate function in Tixati just applies a certain setting in the registry, but doesn't write the correct path like reinstalling does.
-
donq last edited by
In registry, what you see on next location?
HKEY_CLASSES_ROOT\Magnet\shell\open\command
There must be your Tixati launching command, like mine for qBittorrent, with different executable and different path:
"C:\Program Files (x86)\qBittorrent\qbittorrent.exe" "%1"
If yours doesn't point to Tixati or has some quotes missing, write down or export current value (for backup) and write in value, corresponding to your system. Relaunch Opera - does it behave better?
-
sartic2 last edited by
Yeap. Full path and tixati exe with param.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\magnet]
"URL Protocol"=""
@="URL:torrent magnet link"
"Content Type"="application/x-magnet"[HKEY_CLASSES_ROOT\magnet\DefaultIcon]
@=""C:\Program Files\tixati\tixati.exe",1"[HKEY_CLASSES_ROOT\magnet\shell]
@="open"[HKEY_CLASSES_ROOT\magnet\shell\open]
"FriendlyAppName"="Tixati"[HKEY_CLASSES_ROOT\magnet\shell\open\command]
@=""C:\Program Files\tixati\tixati.exe" "%1"" -
burnout426 Volunteer last edited by
Wonder if the server sends the magnet links as application/x-bittorrent instead and Opera looks up that in the registry.
But, either way, you'll want to make sure the Magnet protocol is defined in the registry. For uTorrent for example, in
HKEY_CURRENT_USER\SOFTWARE\Classes\Magnet\shell\open\command
there's
"C:\Users\mike\AppData\Roaming\uTorrent\uTorrent.exe" "%1" /SHELLASSOC
Same thing in:
HKEY_CLASSES_ROOT\Magnet\shell\open\command
(which I see you have one).
Content-Type is application/x-magnet for me too.
I also have a
HKEY_CURRENT_USER\SOFTWARE\Classes\utorrent
that has a content-type of application/x-bittorrent
Might want to see if tixati has one.
Also look in
HKEY_CLASSES_ROOT\Applications
to see if there's a tixati.exe subkey. I think that's needed for tixati to show up in default programs.
That has a shell -> open -> command structure too.
You shouldn't need anything in HKEY_LOCAL_MACHINE.
I'll try with tixati later to what I can find.
-
burnout426 Volunteer last edited by
I just installed 64-bit tixati on Windows 10 and clicked on a magnet link in Opera 43.0.2412.0 64-bit. Opera asked if I wanted to allow it and I did. Then, it loaded up tixati. But, nothing happened once tixati loaded up. Same behavior in Firefox. That might have something to do with the link itself, but it does get passed to tixati like it's supposed to.
I checked. tixati does a key at
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\magnet
along with
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\magnet
and
HKEY_CLASSES_ROOT\Magnet
I see
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tixati.torrent HKEY_CURRENT_USER\SOFTWARE\Classes\tixati.torrent HKEY_CLASSES_ROOT\tixati.torrent
which are referenced by
HKEY_CLASSES_ROOT\.torrent HKEY_CURRENT_USER\SOFTWARE\Classes\.torrent HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.torrent
There's also:
HKEY_CURRENT_USER\SOFTWARE\Classes\tixati.torrent HKEY_LOCAL_MACHINE\SOFTWARE\Classes\tixati.torrent
So, I would reinstall tixati just for good measure. You might even want to remove any of its registry keys after the uninstallation before reinstalling.
If that doesn't help, download the Opera installer, launch it, click "options", set "install path" to a folder on your desktop, set "install for" to "Standalone Installation (USB)" and install. Try magnet links in that Opera. If they work there, it means it's something messed up with your Opera profile (mabye Local State file or preferences file).
I didn't try in Opera 41/42. So, if it's a bug, maybe it's just fixed in 43.