Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tympanix/Electorrent
A remote control client for µTorrent, qBittorrent, rTorrent, Transmission, Synology & Deluge
https://github.com/tympanix/Electorrent
bittorrent-client magnet-link qbittorrent remote-control rtorrent torrent torrent-files torrent-management transmission utorrent
Last synced: about 1 month ago
JSON representation
A remote control client for µTorrent, qBittorrent, rTorrent, Transmission, Synology & Deluge
- Host: GitHub
- URL: https://github.com/tympanix/Electorrent
- Owner: tympanix
- License: gpl-3.0
- Created: 2016-06-18T15:04:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T03:43:24.000Z (4 months ago)
- Last Synced: 2024-10-22T22:23:41.301Z (about 2 months ago)
- Topics: bittorrent-client, magnet-link, qbittorrent, remote-control, rtorrent, torrent, torrent-files, torrent-management, transmission, utorrent
- Language: TypeScript
- Homepage:
- Size: 5.8 MB
- Stars: 1,024
- Watchers: 31
- Forks: 84
- Open Issues: 95
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pt - Electorrent
- awesome-repositories - tympanix/Electorrent - A remote control client for µTorrent, qBittorrent, rTorrent, Transmission, Synology & Deluge (TypeScript)
- awesome-hacking-lists - tympanix/Electorrent - A remote control client for µTorrent, qBittorrent, rTorrent, Transmission, Synology & Deluge (TypeScript)
README
# Electorrent
No more! Stop copy/pasting magnet links and uploading torrent files through a tedious webinterface. Electorrent is your new desktop remote torrenting application. Remote control your NAS, VPS, seedbox - you name it.## Support
Electorrent can connect to the following bittorrent clients:
* [µTorrent](http://www.utorrent.com/)
* [qBittorrent](http://www.qbittorrent.org/) (v3.2.x and above)
* [Transmission](https://transmissionbt.com)
* [rTorrent](https://rakshasa.github.io/rtorrent/)
* [Synology Download Station](https://www.synology.com/en-global/knowledgebase/DSM/help/DownloadStation/DownloadStation_desc)
* [Deluge](https://deluge-torrent.org/)## Downloads
*Please note: I do not own code signing certificates which may results in anti-virus warnings!*
* [Windows](https://electorrent.vercel.app/download/win32) (64 bit only)
* [MacOS](https://electorrent.vercel.app/download/dmg)
* [Linux](https://electorrent.vercel.app/download/appimage)## Features
- [x] Connects to your favorite torrent client
- [x] Handles the magnet link protocol when browsing websites
- [x] Upload local torrent files by browsing your filesystem (Ctrl/Cmd+O)
- [x] Drag-and-drop support for torrent files
- [x] Paste magnet links directly from your clipboard (Ctrl/Cmd+I)
- [x] Quickly change between multiple server configurations
- [x] Native desktop notifications
- [x] Fuzzy searching of torrents
- [x] Built in certificate trust system (for self-signed certificates)
- [x] Easy one click installer using Squirrel framework
- [x] Automatic updates straight from the GitHub repository!## Screenshots
## FAQ
* **Your program sucks. It doesn't support my bittorrent client**What an opportunity! Now open an issue telling me which bittorrent client you would like to see next :)
* **What kind of technologies are used to build this?**
The application is build around [Electron](http://electron.atom.io/), [AngularJS](https://angularjs.org/) and [SemanticUI](http://semantic-ui.com/)
* **I can't connect to rTorrent what is wrong?**
When using rTorrent you have to configure your http server correctly. Follow [this guide](https://github.com/rakshasa/rtorrent/wiki/RPC-Setup-XMLRPC) to make sure you have it set up correctly. Alternative you may be able to use `/plugins/httprpc/action.php` as the path if your have the HTTPRPC plugin installed.