anthonyraymond / joal

An open source command line RatioMaster with an optional WebUI.
Apache License 2.0
572 stars 63 forks source link

Create qbitorrent-4.5.4.client #211

Closed JourneyOver closed 1 year ago

JourneyOver commented 1 year ago

Been a while since I've done this.. I'm really thinking about automating this in a way so that I no longer have to worry too much about it but I haven't gotten around to actually doing so yet.

anthonyraymond commented 1 year ago

Thanks journey 🙂

Actualy there is a script to automate: https://github.com/anthonyraymond/joal/blob/master/scripts/bittorrent-client-update-detector/qBittorrent.sh

But it only fetch value without thinking too much. I need to make sure that some value have nit changed since v4.x

JourneyOver commented 1 year ago

Actualy there is a script to automate: master/scripts/bittorrent-client-update-detector/qBittorrent.sh

But it only fetch value without thinking too much. I need to make sure that some value have nit changed since v4.x

No no you misunderstood what I meant by automate xD I already know about that script and use it myself (though I've updated the code for both it and libtorrent_funcs.sh on my end to be a bit more optimized). What I meant by automate was to create a github action that would check and see if there was an update to qbittorrent, and if so automatically run the script and then push the new .client file up and automatically create the pull request all with checks and stuff in place so that it doesn't sit there and make multiple updates/pull requests for the same version.