mirror of
https://github.com/YGGverse/qBt_SE.git
synced 2025-01-18 02:30:00 +00:00
Update README.md
This commit is contained in:
parent
b4e9c16afa
commit
63f4463503
24
README.md
24
README.md
@ -1,5 +1,8 @@
|
|||||||
# qBittorrent plugins
|
# qBittorrent plugins
|
||||||
|
|
||||||
|
## Rutracker.org
|
||||||
|
Biggest russian torrent tracker.
|
||||||
|
|
||||||
## Kinozal.tv
|
## Kinozal.tv
|
||||||
Russian torrent tracker mostly directed on movies, but have other categories.
|
Russian torrent tracker mostly directed on movies, but have other categories.
|
||||||
|
|
||||||
@ -12,25 +15,18 @@ One of biggest russian torrent tracker.
|
|||||||
## Installation
|
## Installation
|
||||||
**For fresh installation.**
|
**For fresh installation.**
|
||||||
According of the name of search plugin:
|
According of the name of search plugin:
|
||||||
* Copy the plugin (`*.py`) to the directory according to your operating system:
|
* Save (`*.py`) file on your computer
|
||||||
* Windows: `%localappdata%\qBittorrent\nova3\engines\`
|
* Then open `*.py` file and find from above the section with `config = { ... }`. Replace `USERNAME` and `PASSWORD` with your torrent tracker username and password. If tracker is blocked in your country, in same section:
|
||||||
* Linux: `~/.local/share/data/qBittorrent/nova3/engines/`
|
|
||||||
* OS X: `~/Library/Application Support/qBittorrent/nova3/engines/`
|
|
||||||
* Then open copied `*.py` file and find from above the section with `config = { ... }`. Replace `USERNAME` and `PASSWORD` with your torrent tracker username and password. If tracker is blocked in your country, in same section:
|
|
||||||
* find `"proxy": False` and switch in `True` (`"proxy": True`)
|
* find `"proxy": False` and switch in `True` (`"proxy": True`)
|
||||||
* add proxy links working for you in `proxies` (`{"http": "proxy.example.org:8080"}`)
|
* add proxy links working for you in `proxies` (`{"http": "proxy.example.org:8080"}`)
|
||||||
* *make sure that your proxy work with right protocol*
|
* *make sure that your proxy work with right protocol*
|
||||||
* **_Optionally_**: move `*.ico` to same directory.
|
|
||||||
* Then follow [official tutorial](https://github.com/qbittorrent/search-plugins/wiki/Install-search-plugins).
|
* Then follow [official tutorial](https://github.com/qbittorrent/search-plugins/wiki/Install-search-plugins).
|
||||||
* _After installation you can change your settings with `*.json` file which will be created automatically in same directory._
|
* _After installation you can change your settings with `*.json` file which will be created automatically in:_
|
||||||
|
* Windows: `%localappdata%\qBittorrent\logs\`
|
||||||
|
* Linux: `~/.local/share/data/qBittorrent/logs/`
|
||||||
|
* OS X: `~/Library/Application Support/qBittorrent/logs/`_
|
||||||
|
|
||||||
**For update just reinstall `*.py` file.**
|
**For update just reinstall `*.py` file.**
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
:warning: If the plugin is't installed with a message about the incompatibility of the plugin:
|
All errors will appear directly in qBittorrent as searching result.
|
||||||
* if torrent tracker is't avalaible for you in web - configure the proxy in `*.json` file
|
|
||||||
|
|
||||||
All other errors and warnings you can see in log file `*.log`:
|
|
||||||
* Windows: `%localappdata%\qBittorrent\logs\`
|
|
||||||
* Linux: `~/.local/share/data/qBittorrent/logs/`
|
|
||||||
* OS X: `~/Library/Application Support/qBittorrent/logs/`
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user