BotBlake / hwatest

A CPU and Hardware Acceleration (GPU) tester for Jellyfin
GNU General Public License v3.0
1 stars 1 forks source link

Tidying up the hwitool return #7

Open BotBlake opened 9 months ago

BotBlake commented 9 months ago

Only return hardware information marked as "important":

(For details on "important" Hardware information check the HWI server requirements here) See the reasoning behind this change in the associated milestone.

This is about removing all Hardware related information from the JSON output that is not urgently needed by the server. In this way, development and output on the CLI can concentrate more on essential information. As the information is not processed by hwatest anyway, it makes sense to adapt the hwitool to implement these adjustments.

These changes will relate almost exclusively to hwitool.py, small adjustments may have to be made in hwatest.py in order to continue to support the changed output.