by Guest on 2014/04/25 10:42:06 PM
Hi,
I've installed Tixiti on my Ubuntu 14.04 distro, and removed Transmission, which is the default torrent client. Then in Tixati's Shell integration, I checked magnet link association and it was set to Tixati.
I also added "MimeType=application/x-bittorrent;application/x-torrent;x-scheme-handler/magnet;" to:
/usr/share/applications/tixati.desktop
As well as added "x-scheme-handler/magnet=tixati.desktop" to:
~/.local/share/applications/mimeapps.list
and to:
/usr/share/applications/defaults.list
Now when I click on a Magent link from any torrent site, Tixati will launch, but nothing will be added to my download queue.
Hoping someone has seen this same issue before and has some guidance towards the steps I am missing.
I use sickbeard to queue TV's shows I watch, and if it uses popular torrent engines, which use only magnet links, I get an error. If I copy the line from the logs sickbeard has tried to open in Tixati under Add/Open Magnet Link, it works just fine, but doing it manually kind of defeats the purpose of having an Internet PVR like Sickbeard installed.
by Guest on 2014/05/03 04:41:40 AM
I tried a bunch of things and finally got magnet links working with Tixati under Ubuntu 14.04. I think these are the relevant changes that I made.
Make sure that both:
~/.local/share/applications/tixati.desktop
/usr/share/applications/tixati.desktop
have this string:
MimeType=application/x-bittorrent;application/x-torrent;x-scheme-handler/magnet;
And change the %F in the Exec statement to %U:
Exec=tixati %U
by Guest on 2015/06/02 02:35:17 AM
Chrome also isn't working for me.
Anyone know how to edit the URI in chrome/ubuntu?
Currently my error is: attempted to open bad hash link >
magnet:///?xt=urn:btih:C91D26258D03767 (etc)
I believe my magnet links are not opening because of the 3 slash's after magnet:
but I don't know where to remove those slashes....