2022-12-08 11:19:29 +03:00
< div >
< img align = "left" width = "200" src = "https://cdn.jsdelivr.net/gh/WDaan/VueTorrent/VueTorrent-logo.png" alt = "VueTorrent" / >
< h1 > VueTorrent< / h1 >
< p > The sleekest looking WebUI for qBittorrent made with Vue.js!< / p >
< / div >
![Vue ](https://img.shields.io/badge/Vue-%5E2.7.14-brightgreen )
![qBittorrent ](https://img.shields.io/badge/qBittorrent-4.4%2B-brightgreen )
![Vuetify ](https://img.shields.io/badge/Vuetify-%5E2.6.10-brightgreen )
![stars ](https://img.shields.io/github/stars/WDaan/VueTorrent )
![Forks ](https://img.shields.io/github/forks/WDaan/VueTorrent )
![Issues ](https://img.shields.io/github/issues/WDaan/VueTorrent )
![Closed ](https://img.shields.io/github/issues-closed/WDaan/VueTorrent )
![Closed PR ](https://img.shields.io/github/issues-pr-closed/WDaan/VueTorrent )
![Version ](https://img.shields.io/github/v/release/wdaan/vuetorrent )
![Test Status ](https://img.shields.io/github/workflow/status/wdaan/vuetorrent/Test%20Core%20Components )
![Downloads ](https://img.shields.io/github/downloads/WDaan/VueTorrent/total )
2020-05-24 12:50:21 +03:00
## Screenshots
2022-12-08 11:19:29 +03:00
+ Destop
![](readme_assets/screenshot-desktop.png)
+ Desktop Dark Mode
![](readme_assets/screenshot-desktop-dark-mode.png)
2020-09-28 18:50:24 +03:00
2022-12-08 11:19:29 +03:00
+ Mobile Dark Mode
![](readme_assets/screenshot-mobile-dark-mode.png)
2020-09-28 18:50:24 +03:00
2020-05-24 12:50:21 +03:00
## Installation
2021-01-23 14:24:37 +03:00
### Manual
2020-05-22 14:19:28 +03:00
2021-01-23 14:24:37 +03:00
- Visit the [Releases ](https://github.com/WDaan/VueTorrent/releases ) page!
2021-02-07 21:18:14 +03:00
- Download the latest `vuetorrent.zip`
2021-01-23 14:24:37 +03:00
- Unzip the downloaded file
- Point your alternate WebUI location to the `vuetorrent` folder in qBittorrent settings
2020-10-18 13:12:16 +03:00
2021-01-23 14:24:37 +03:00
### From Source
2020-10-18 13:12:16 +03:00
2021-01-23 14:24:37 +03:00
- Clone branch using
2020-10-30 20:02:10 +03:00
- `git clone --single-branch --branch latest-release https://github.com/WDaan/VueTorrent.git`
2021-01-23 14:24:37 +03:00
- Pull changes every once in a while, using `git pull`
2022-11-15 11:41:14 +03:00
If you like to always have the latest and greatest, please sync to the `nightly-release` -branch. This can contain breaking changes though.
2021-04-20 22:11:36 +03:00
### Lazy/Easy
2022-11-15 11:36:54 +03:00
2021-04-20 22:11:36 +03:00
- use [hotio's qbittorrent ](https://hotio.dev/containers/qbittorrent/ ) docker image, that comes pre-packed with VueTorrent.
2021-02-27 10:22:09 +03:00
[Alternative methods - May work for older QBit versions ](../../wiki/Alternative_Installation_Methods )
2020-05-24 12:50:21 +03:00
## Development
2021-01-23 14:24:37 +03:00
- Clone the repo
- `npm install`
2022-11-15 11:41:14 +03:00
- `npm start`
2021-01-23 14:24:37 +03:00
- `npm run lint` (to format the code)
2022-11-15 11:41:14 +03:00
- `docker-compose up -d` (to start qbittorrent docker => optional, you can edit `vite.config.js` as well)
- Open the WebUI on localhost with the default username `admin` and password `adminadmin` .
2022-11-15 12:32:22 +03:00
- Edit `env.development` to tweak your dev environment (e.g. fake torrents)
2020-10-18 13:41:18 +03:00
2020-05-24 12:50:21 +03:00
## Features
2021-01-23 13:59:02 +03:00
- Torrents
2021-01-23 14:24:37 +03:00
- add / remove / pause / resume / rename torrents
- selectively download files
2021-01-23 13:59:02 +03:00
- view info / trackers / peers / content / tags & categories
2021-01-23 14:24:37 +03:00
- search for new torrents straight from the WebUI!
2021-01-23 13:59:02 +03:00
- search filtering powered by Fuse.js!
2020-10-28 16:44:40 +03:00
- Keyboard shortcuts!
2021-01-23 14:24:37 +03:00
- select all torrents with < kbd > Ctrl</ kbd > -< kbd > A</ kbd >
2021-02-19 09:46:23 +03:00
- delete selected torrents with < kbd > delete</ kbd >
- select with < kbd > Ctrl</ kbd > +click
2021-01-23 14:24:37 +03:00
- < kbd > Shift</ kbd > -click to select from one torrent
2021-01-23 13:59:02 +03:00
- System
2021-01-23 14:24:37 +03:00
- see session stats (down / upload speed, session uploaded / downloaded, free space)
- beautiful transfer graphs
- change the most common settings
2021-01-23 13:59:02 +03:00
- Extra features the default WebUI doesn't have
- mobile friendly! (can be installed as a PWA)
- Configureable Dashboard: choose which torrent properties are shown for both busy and completed torrents
2022-07-03 11:44:42 +03:00
- works with qBittorrent v4.4 and later
2020-05-24 12:50:21 +03:00
## Contributing
2020-10-18 13:12:16 +03:00
I'll gladly accept help/pull requests & advice!
2020-05-24 12:50:21 +03:00
2021-02-27 10:22:09 +03:00
[FAQ ](../../wiki/FAQ )
2021-01-23 13:59:02 +03:00
2020-05-24 12:50:21 +03:00
## Support
2021-02-27 10:22:09 +03:00
Open up an issue 😛
but before you do that:
2022-11-15 11:36:54 +03:00
- confirm you're on the latest version of VueTorrent
2021-02-27 10:22:09 +03:00
- confirm there is no other issue mentioning the same problem
2020-05-24 12:50:21 +03:00
2020-10-30 20:02:10 +03:00
< a href = "https://www.buymeacoffee.com/wdaan" > < img src = "https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=wdaan&button_colour=FFDD00&font_colour=000000&font_family=Arial&outline_colour=000000&coffee_colour=ffffff" > < / a >
2020-05-24 12:50:21 +03:00
## Credits
2022-01-13 18:45:39 +03:00
- [qBittorrent ](https://github.com/qbittorrent/qBittorrent )
2021-04-15 17:26:47 +03:00
- Many thanks [@m4ximuel ](https://github.com/m4ximuel ) for designing the icon & helping out with the project