I agree, and like johannes stated above, they're looking into it. I just had to ask regarding TPB, completely off-topic =)nobody wrote:I like TPB even though there are alternatives. This forum section is completely filled with requests for software for which there are ample alternatives. Why not this one?
Besides, there is a good chance other or even most torrent sites will start using magnetlinks in the future, so the request for magnetlinks to be supported by the B3 is not unreasonable.
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Magnetlinks on B3
Re: Magnetlinks on B3
Re: Magnetlinks on B3
+1 on magnet links!
Re: Magnetlinks on B3
+1 for me too.
Just bought a B3 and had such big plans. Haven't really got to use it much yet though, partly because of the magnet link issue.
Just bought a B3 and had such big plans. Haven't really got to use it much yet though, partly because of the magnet link issue.
Re: Magnetlinks on B3
Best Regards
Martin Spliid
B3 (Linux Newbie)
Martin Spliid
B3 (Linux Newbie)
Re: Magnetlinks on B3
Transmission is not an alternative for me as I need the web gui.
Any news on this front?? FOr me personally the lack of magnetlinks pretty much removes the torrent options and makes me look at the competition.
Any news on this front?? FOr me personally the lack of magnetlinks pretty much removes the torrent options and makes me look at the competition.
Re: Magnetlinks on B3
I dont understand. There is a web GUI to transmission?nobody wrote:Transmission is not an alternative for me as I need the web gui.
Any news on this front?? FOr me personally the lack of magnetlinks pretty much removes the torrent options and makes me look at the competition.
Best Regards
Martin Spliid
B3 (Linux Newbie)
Martin Spliid
B3 (Linux Newbie)
Re: Magnetlinks on B3
Change torrent site? =)nobody wrote:Transmission is not an alternative for me as I need the web gui.
Any news on this front?? FOr me personally the lack of magnetlinks pretty much removes the torrent options and makes me look at the competition.
Re: Magnetlinks on B3
Well, the webgui is on by default. There is tricky to get it running though... 
You need to point your browser to http://b3.local:9091 and log in with your username and password you have defined for Transmisson, and that´s it.
It´s a really solid client and with the webgui or the gui on osx/windows/linux it works like magic.

You need to point your browser to http://b3.local:9091 and log in with your username and password you have defined for Transmisson, and that´s it.
It´s a really solid client and with the webgui or the gui on osx/windows/linux it works like magic.

Re: Magnetlinks on B3
Yeah that could have worked, but in my specific case I cannot access that port from my work compu, which is something I do a lot during lunch breaks. There's been people suggesting I change torrent sites. Are they suggesting I change my job now too because my NAS cannot handle magnetlinks properly?
Re: Magnetlinks on B3
changing the port is pretty straight forward:
http://wiki.excito.org/wiki/index.php/S ... sion_on_b3
http://wiki.excito.org/wiki/index.php/S ... sion_on_b3
Re: Magnetlinks on B3
hi people, I removed a couple of of-topic messages here. Remember the bubbalove! 

/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
Re: Magnetlinks on B3
Of-topic... Bubbalove...johannes wrote:Yep, we are looking into changing the entire downloader to something more feature-rich. We will look into this after a few other updates we are working on now.
(Also note that DHT already is there, but has to be manually enabled in the config file).
What about magnetlinks for us that don't master Linux that well?
What's the eta. of the above?
/Harry
Re: Magnetlinks on B3
@Harry, sorry but this project is still a moving target for us, we have to focus on other stuff right now. I understand your frustration though, so I created a as low-tech as possible howto here:
http://wiki.excito.org/wiki/index.php/G ... simplified
If this still is too complex, contact us and we can do the installation for you if you give us ssh login access.
And to clarify: Yes, transmission does have a web UI:
http://wiki.excito.org/wiki/index.php/G ... simplified
If this still is too complex, contact us and we can do the installation for you if you give us ssh login access.
And to clarify: Yes, transmission does have a web UI:
/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
Re: Magnetlinks on B3
so if I do
I shoehorn the transmission daemon into the main web interface yes?
Code: Select all
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
# mod_proxy setup.
ProxyRequests Off
ProxyPass /transmission http://localhost:9091
ProxyPassReverse /transmission http://localhost:9091
<Location "/transmission">
Order allow,deny
Allow from all
</Location>