The sleekest looking WEBUI for qBittorrent made with Vuejs!
Find a file
2020-08-27 19:37:46 +02:00
.github/workflows extra torrent status + no select on torrent title 2020-08-05 22:14:44 +02:00
public trackers & peers + basic mobile support 2020-05-24 11:50:21 +02:00
src small color change/rename 2020-08-05 22:13:04 +02:00
.eslintrc.js trackers & peers + basic mobile support 2020-05-24 11:50:21 +02:00
.gitignore readme 2020-07-21 09:45:31 +02:00
.prettierrc trackers & peers + basic mobile support 2020-05-24 11:50:21 +02:00
docker-compose.yml readme 2020-07-21 09:45:31 +02:00
LICENSE Create LICENSE 2019-04-17 21:04:27 +02:00
package-lock.json Feature - search (#19) 2020-07-21 09:35:53 +02:00
package.json extra torrent status + no select on torrent title 2020-08-05 22:14:44 +02:00
README.md Merge remote-tracking branch 'origin/master' into development 2020-08-27 19:37:46 +02:00
vue.config.js trackers & peers + basic mobile support 2020-05-24 11:50:21 +02:00

VueTorrent [under construction]

The sleekest looking WEBUI for qBittorrent made with Vuejs!

Vue, qBitorrent, Vuetify

Screenshots

Desktop Screenshot

Mobile Screenshot

Installation

  • Visit the releases page!

  • Download the latest STABLE release.zip

  • Unzip this folder

  • Point your Alternate WEBUI location to the 'vuetorrent' folder

Development

  • clone the repo
  • npm install
  • npm run serve

Features

  • viewing sessions status ( down / upload speed, session uploaded / downloaded )

  • adding / removing / pausing / resuming torrents

  • sorting by every property shown!
  • mobile friendly! (maybe not for thousands of torrents...)

  • torrent info / trackers / peers / content

  • searching for new torrents straight from the WEBUI!

  • works on QBittorrent V4.2 and later

Sorting/Filtring

example queries:

  • s name asc => sort by name ascending
  • sort size desc => sort by size descending
  • f ubuntu => filter by torrent-name that contains 'ubuntu'
  • filter done => filter all completed torrents
  • filt busy => filter all downloading torrents

Contributing

I'll gladly accept help/pull requests & advice! (this is my first project of this nature, pls be kind 😛 ).

FAQ

  • Why build this??
  • Why not? Most WebUI's look very dated and now it's no longer necessary to search for a remote control app!

Support

Reach out to me at one of the following places!

  • Open up an issue 😛

drawing

Credits