ch3p4ll3 / QBittorrentBot

This bot can control qbittorrent easily from Telegram! You can add magnet or torrent files, have a list of active downloads, delete, pause and restart downloads.
https://ch3p4ll3.github.io/QBittorrentBot/
GNU General Public License v3.0
70 stars 28 forks source link

bug #32

Closed joey00797 closed 9 months ago

joey00797 commented 10 months ago

you have a languages ​​button, is it in the plans or is there something wrong with it because it doesn’t work. and what does the reset settings button do? I don't think she does anything...

joey00797 commented 10 months ago

That's it, I figured it out, thanks)

ch3p4ll3 commented 10 months ago

@joey00797 Of course. First of all make sure you have git installed in your system, if you don't have it check on google how to install it in your system.

Then simply open a terminal in your fav location and use the command "git clone https://github.com/ch3p4ll3/QBittorrentBot.git" to clone the repository. This will create a folder called QBittorrentBot with inside all the files of the master branch.

If you want to have the files of another branch, such as v2-add-localization, you'll need to use the command "git checkout ". In this examples: git checkout v2-add-localization. Doing this all files will be updated with the version inside the branch you checkout.

Whenever a new commit is pushed to the repo, you can use the command "git pull" to retrieve the latest update, without having to download the zip all the times.

Hope this helped :)

joey00797 commented 10 months ago

thank you very much) now I understand everything=)