The sleekest looking WEBUI for qBittorrent made with Vuejs!
Find a file
2020-12-08 12:21:15 +01:00
.github 0.4.6 (#74) 2020-12-08 10:11:50 +01:00
public apple icon 152x152 2020-12-08 12:21:15 +01:00
src 0.4.6 (#74) 2020-12-08 10:11:50 +01:00
.eslintignore 0.4.1 (#53) 2020-10-19 12:05:11 +02:00
.eslintrc.js 0.4.5 (#69) 2020-11-07 13:05:31 +01:00
.gitignore New Settings modal (#23) 2020-08-27 19:30:51 +02:00
docker-compose.yml 0.4.5 (#69) 2020-11-07 13:05:31 +01:00
LICENSE Create LICENSE 2019-04-17 21:04:27 +02:00
package-lock.json 0.4.6 (#74) 2020-12-08 10:11:50 +01:00
package.json 0.4.6 (#74) 2020-12-08 10:11:50 +01:00
precompile-release.sh 0.4.1 (#53) 2020-10-19 12:05:11 +02:00
README.md 0.4.6 (#74) 2020-12-08 10:11:50 +01:00
vue.config.js 0.4.2 (#54) 2020-10-28 14:44:40 +01:00

VueTorrent

The sleekest looking WEBUI for qBittorrent made with Vuejs!

Vue, qBitorrent, Vuetify

Screenshots

Desktop screenshot

Mobile screenshot

Installation

manual

  • Visit the releases page!
  • Download the latest release.zip
  • Unzip this folder
  • Point your Alternate WEBUI location to the 'vuetorrent' folder

'automatic'

  • head over to the 'latest_release' branch
  • clone it
    • git clone --single-branch --branch latest-release https://github.com/WDaan/VueTorrent.git
  • pull every once in a while

Development

  • clone the repo
  • npm install
  • npm run serve
  • docker-compose up -d (to start qbittorrent docker)

Features

  • viewing sessions status ( down / upload speed, session uploaded / downloaded )
  • adding / removing / pausing / resuming / renaming torrents
  • selectively downloading torrents
  • filtering powered by Fuse.js!
  • mobile friendly! (can be installed as a PWA)
  • torrent info / trackers / peers / content
  • searching for new torrents straight from the WEBUI!
  • changing the most common settings
  • tag & category support
  • Keyboard shortcuts!
    • select all torrents with ctrl+A
    • delete selected with delete button
    • select with ctrl+click or from right-click-menu (regular tap on mobile still works)
    • shift + click to select from one torrent until another
  • Which torrent properties are shown is configurable in the dashboard (for both busy and completed torrents)
  • works on QBittorrent V4.2 and later

Contributing

I'll gladly accept help/pull requests & advice!

Support

  • Open up an issue 😛

Credits