Finder > select .torrent file > Get Info > Open With > change to Transmission > Change All
hi everyone.
how do i tell safari to open transmission and not azureus when clicking on a magnet link.
thank you very much!
tymmz
plutil -convert xml1 ~/Library/Preferences/com.apple.launchServices.plist
<dict>
<key>LSHandlerRoleAll</key>
<string>[b]org.gudy.azureus2[/b]</string>
<key>LSHandlerURLScheme</key>
<string>magnet</string>
</dict>
<dict>
<key>LSHandlerRoleAll</key>
<string>[b]org.m0k.transmission[/b]</string>
<key>LSHandlerURLScheme</key>
<string>magnet</string>
</dict>
plutil -convert binary1 ~/Library/Preferences/com.apple.launchServices.plist
hi everyone.
how do i tell safari to open transmission and not azureus when clicking on a magnet link.
thank you very much!
tymmz
I'm on version 4.0.2 and I can't seem to find that option. Could you explain it in more detail?I searched all around for this answer and then thought to go to preferences within transmission and sure enough there was a button that set transmission as the default for mirror links. Easy as that!
I'm on version 4.0.2 and I can't seem to find that option. Could you explain it in more detail?
thanks
how do i tell safari to open transmission and not azureus when clicking on a magnet link.
Use RCDefaultApp to set file or protocol associations. It works like a charm.
------------
RCDefaultApp is a Mac OS X 10.2 or later preference pane that allows a user to set the default application used for various URL schemes, file extensions, file types, MIME types, and Uniform Type Identifiers
Use RCDefaultApp to set file or protocol associations. It works like a charm.
Thanks for that.Magnet links were opening in uTorrent instead of Vuze, and I could not figure out how to change this. But the RCDefaultApp solved the problem! I'm using Safari on 10.8.4.
here's the answer!
I searched all around for this answer and then thought to go to preferences within transmission and sure enough there was a button that set transmission as the default for mirror links. Easy as that!