2020-08-27 20:52:17 +03:00
|
|
|
# VueTorrent
|
2020-05-24 12:50:21 +03:00
|
|
|
|
|
|
|
The sleekest looking WEBUI for qBittorrent made with Vuejs!
|
|
|
|
|
|
|
|
> Vue, qBitorrent, Vuetify
|
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
2020-08-29 10:04:35 +03:00
|
|
|
<p align="center">w
|
2020-05-24 12:50:21 +03:00
|
|
|
<a href="https://imgur.com/xgwECT2.png"><img src="https://imgur.com/xgwECT2.png" title="Desktop" alt="Desktop Screenshot" ></a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<a href="https://i.imgur.com/SUOEyy9.png"><img src="https://i.imgur.com/SUOEyy9.png" title="Mobile" alt="Mobile Screenshot" width="320" height="540"></a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
2020-05-22 14:19:28 +03:00
|
|
|
- Visit the releases page!
|
2020-05-24 12:50:21 +03:00
|
|
|
|
2020-05-22 14:19:28 +03:00
|
|
|
- Download the latest STABLE release.zip
|
|
|
|
|
|
|
|
- Unzip this folder
|
|
|
|
|
|
|
|
- Point your Alternate WEBUI location to the 'vuetorrent' folder
|
2020-05-24 12:50:21 +03:00
|
|
|
|
|
|
|
## 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...)
|
|
|
|
|
2020-05-26 22:32:33 +03:00
|
|
|
- torrent info / trackers / peers / content
|
|
|
|
|
2020-07-21 10:45:31 +03:00
|
|
|
- searching for new torrents straight from the WEBUI!
|
|
|
|
|
2020-08-27 20:33:32 +03:00
|
|
|
- changing the most common settings
|
|
|
|
|
2020-05-24 12:50:21 +03:00
|
|
|
* works on QBittorrent V4.2 and later
|
|
|
|
|
2020-05-26 10:07:09 +03:00
|
|
|
### 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'
|
2020-05-26 22:32:33 +03:00
|
|
|
- filter done => filter all completed torrents
|
|
|
|
- filt busy => filter all downloading torrents
|
2020-05-26 10:07:09 +03:00
|
|
|
|
2020-05-24 12:50:21 +03:00
|
|
|
## 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!
|
|
|
|
|
|
|
|
- <a href="https://m.me/WijnsDaan" target="_blank">`Facebook Messenger`</a>
|
|
|
|
|
|
|
|
* Open up an issue 😛
|
|
|
|
|
|
|
|
[<img src="https://cdn.buymeacoffee.com/buttons/lato-blue.png" alt="drawing" width="180"/>](https://www.buymeacoffee.com/wdaan 'Buy me a coffee')
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
- Dashboard design heavily inspired by: '[Net Ninja - Vuetify](https://github.com/iamshaunjp/vuetify-playlist)'.
|
|
|
|
|
2020-05-22 11:36:51 +03:00
|
|
|
* This repo '[CzBiX qb-web ](https://github.com/CzBiX/qb-web)'
|