Results 1 to 7 of 7

Thread: Magnet links in Firefox using Transmission (Karmic)

  1. #1
    Join Date
    May 2007
    Beans
    29
    Distro
    Ubuntu

    Post Magnet links in Firefox using Transmission (Karmic)

    Transmission supports Magnet links from version 1.80 onwards, which will probably not be added to the Ubuntu repositories until the Lucid Lynx release in april.

    You can upgrade it anyway using the PPA:
    https://edge.launchpad.net/~transmissionbt/+archive/ppa

    A tutorial on adding PPA's can be found here.

    Then you must configure Firefox to recognise the Magnet links.

    * Type about:config into the address bar and press Enter.
    * Right-click -> New -> Boolean -> Name: network.protocol-handler.external.magnet -> Value -> true
    * Right-click -> New -> String -> Name: network.protocol-handler.app.magnet -> Value -> /usr/bin/transmission
    * Ensure network.protocol-handler.expose-all is set to true
    (thanks to kwacka for this info)

    P2P is the way forward, folks

    p.s note that this only works for magnet links that refer to torrent files. Other P2P URN's such as those found on Gutenberg.org will not work with the above settings. We are still waiting for comprehensive URN handling in Firefox.
    Last edited by prince.buster; February 26th, 2010 at 04:13 AM. Reason: footnote
    Government funding for open source software. Vote for it, petition for it, make it happen.

  2. #2
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Magnet links in Firefox using Transmission (Karmic)

    Confirmed: In the alpha version of 10.04, Transmission is version 1.90 supporting magnet links.

    http://cdimage.ubuntu.com/daily-live/current/
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  3. #3
    Join Date
    Apr 2010
    Beans
    19

    Re: Magnet links in Firefox using Transmission (Karmic)

    Quote Originally Posted by mörgæs View Post
    Confirmed: In the alpha version of 10.04, Transmission is version 1.90 supporting magnet links.

    http://cdimage.ubuntu.com/daily-live/current/
    does firefox also work correctly?

  4. #4
    Join Date
    Apr 2011
    Beans
    2

    Wink Re: Magnet links in Firefox using Transmission (Karmic)

    Before trying the about:config route try disabling your firewall for the first torrent then you may find that it configures itself ie your firewall is blocking the process. You only need to disable it for a minute then put it backup.

    Try
    Code:
    sudo ufw status
    if it says its enabled then try

    Code:
    sudo ufw disable
    click on the torrent link then it should configure itself to handle them its just the initial step that seemed to screw it up

    then
    Code:
    sudo ufw enable
    to stay safe[r]

    worked for meeeeee.
    BYe

  5. #5
    Join Date
    Mar 2011
    Location
    South Korea
    Beans
    289
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Magnet links in Firefox using Transmission (Karmic)

    https://launchpad.net/~tualatrix/+archive/ppa

    sudo add-apt-repository ppa:tualatrix/ppa

    sudo apt-get update

    sudo apt-get install qbittorrent ubuntu-tweak

    ubuntu-tweak


    http://ubuntuforums.org/attachment.p...1&d=1333775083


    http://ubuntuforums.org/attachment.p...1&d=1333775083

    Firefox open
    start qbittorrent

    sudo ufw allow out 6881:6999/tcp
    sudo ufw allow out 6881:6999/udp
    sudo ufw allow out 30000:60000/tcp
    sudo ufw allow out 30000:60000/udp
    Attached Images Attached Images
    • File Type: png 1.png (42.5 KB, 117 views)
    • File Type: png 5.png (109.2 KB, 113 views)
    Last edited by oklokl; April 7th, 2012 at 06:08 AM.

  6. #6
    Join Date
    Aug 2006
    Beans
    13,354
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Magnet links in Firefox using Transmission (Karmic)

    Quote Originally Posted by prince.buster View Post
    Transmission supports Magnet links from version 1.80 onwards, which will probably not be added to the Ubuntu repositories until the Lucid Lynx release in april.

    You can upgrade it anyway using the PPA:
    https://edge.launchpad.net/~transmissionbt/+archive/ppa

    A tutorial on adding PPA's can be found here.

    Then you must configure Firefox to recognise the Magnet links.

    * Type about:config into the address bar and press Enter.
    * Right-click -> New -> Boolean -> Name: network.protocol-handler.external.magnet -> Value -> true
    * Right-click -> New -> String -> Name: network.protocol-handler.app.magnet -> Value -> /usr/bin/transmission
    * Ensure network.protocol-handler.expose-all is set to true
    (thanks to kwacka for this info)

    P2P is the way forward, folks

    p.s note that this only works for magnet links that refer to torrent files. Other P2P URN's such as those found on Gutenberg.org will not work with the above settings. We are still waiting for comprehensive URN handling in Firefox.
    This doesn't work, even if the correct path for transmission (/usr/bin/transmission-gtk) is used. Another disadvantage of this method is - there is no apparent way to undo the changes.

    This is the way that works: http://maketecheasier.com/open-magne...ser/2010/02/19

    ...and to undo the changes, run "gedit .mozilla/firefox/*.default/prefs.js", search for "magnet" and remove the two lines.
    Last edited by mikewhatever; July 3rd, 2012 at 07:10 AM.

  7. #7
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Magnet links in Firefox using Transmission (Karmic)

    Old thread closed.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •