* 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:
* 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/`