Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello frens, I recently installed qBittorrent in a docker under Synology NAS and needed a way to confirm that my VPN configuration (made also in docker) actually works. I couldn't find a way to natively display such information in qBittorrent, there is no browser window too, so I wrote a simple search plugin and "hijacked" it to perform the request for me.
I hope you like it and that it gets included in qBittorrent, and maybe, in the future, even as a native feature available from the menu, but in the meantime, this is a good enough way to go.
If for any reason you don't think it is a great idea, feel free to ignore it as I already accomplished my goal. However, I believe it can be a handy tool for those who need to ensure their VPN is working correctly with qBittorrent, hence why I am making the effort to share it.
Cheers! 🥂![:shipit: :shipit:](https://github.githubassets.com/images/icons/emoji/shipit.png)
This is how it looks
![image](https://private-user-images.githubusercontent.com/2313018/367626963-992cce22-7808-41b3-a52d-9aa4cceb5ecd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5OTQxMTAsIm5iZiI6MTczODk5MzgxMCwicGF0aCI6Ii8yMzEzMDE4LzM2NzYyNjk2My05OTJjY2UyMi03ODA4LTQxYjMtYTUyZC05YWE0Y2NlYjVlY2QucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMDU1MDEwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWIxNWViMDJkMzlmNDRiYmM4NTRjMzdlNmQ2NjQyN2NmOTI4MDFmYzYxMjU5Y2I2YmYyMDFiYjMyNDliZjA2ZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.BR_WKSGJz2FrjD7ByBI1aIj-b83l-KgLdbyE_MOvBxU)
PS: I later found out that it is possible to learn the IP from the View > Log -> Execution Log -> filter:"Detected external IP", but this is not too comfortable for me. With the "workaround" above, I can verify my IP every time I search new torrents. The best solution would obviously probably be if the IP was right on the status bar, but that's a major change out of the scope of this simple plugin.