Every time I'd see a fancy remote application for my phone like Torrent FU or for my work computer like uRemote I'd spend hours thinking of ways to copy them for TorrentFlux. Finally I realized a more effecient solution: A bridge to translate uTorrent request URIs into TorrentFlux URIs and vice-versa.
UPDATE!
This project has been merged into a new project!
Read the announcement of the new project.
UPDATE!
This project has been merged into a new project!
Read the announcement of the new project.
UPDATE!
ut-tf-bridge receives commands from the uTorrent remote, performs the requested actions on a TorrentFlux server, and returns the transfer data to the uTorrent remote. A more detailed breakdown of the process follows:
- uTorrent Remote → http://torrentflux-server/gui/?list=1 → ut-tf-bridge
- ut-tf-bridge → http://torrentflux-server/stats.php?f=xml&t=transfers → TorrentFlux Server
- TorrentFlux Server → XML → ut-tf-bridge
- ut-tf-bridge → JSON → uTorrent Remote
- Start
- Stop
- Pause
- Unpause
- Force Start
- Recheck
- Remove
- Remove With Data
- Set Priority (untested)
- Add File by URL

0 comments:
Post a Comment