Inspired by David Hewitt's wonderful Torrential application, Torrential Remote allows for the remote management of multiple torrent servers. It will incorporate the minimal functionality needed to control torrents from one (or more) remote torrent servers.
- Retrieve the torrents from a server
- Show the torrents in a list
- Dynamically update the displayed torrents
- Add server dialog and welcome page
- Build saved servers side panel
- Add torrent from file
- Add torrent from magnet link
- Pause and resume torrent download
- Remove torrent
- Torrents sorting and filtering
- Implement error messages
- Refactor and AppCenter publish
- valac
- libgtk-3-dev
- libgranite-dev
- libunity-dev
- libsoup2.4-dev
- libjson-glib-dev
git clone https://github.com/popvladaurel/Torrential-Remote.git
cd Torrential-Remote
meson build --prefix=/usr
cd build
ninja
sudo ninja install