You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All references to the HWA-Server are assumed to target the current running http server running at `https://jellyfin.jpb.software`.
20
+
All references to the HWA-Server are assumed to target the current running http server running at `https://hwa.jellyfin.org`.
19
21
All http calls are assumed to be requested from the same IP.
20
22
All http results can be requested as `application/json` as well as `application/xml`, for the sake of this document; all return values are shown as JSON.
So you can match them directly. You **must** always try to select the exact match for your operating system. In case the version is not supported but present in the list of platforms, you **must** use the corresponding platform via the `replacement_id`. In case no exact match is found you _may_ implement a alternative matching method or you _may_ use the corresponding custom type that will show the `version` and `version_id` set to `UnkownOperatingSystem`. When using the `UnknownOperatingSystem` key, you **must** provide the corresponding values that shall be used for matching in the result json under the `os` property.
81
+
So you can match them directly. You **must** always try to select the exact match for your operating system. In case the version is not supported but present in the list of platforms, you **must** use the corresponding platform via the `replacement_id`. In case no exact match is found you _may_ implement a alternative matching method or you _may_ use the corresponding custom type that will show the `version` and `version_id` set to `UnkownOperatingSystem`. You will also have to take the underlying system architecture into account, match it with all 3 available architectures.
82
+
83
+
When using the `UnknownOperatingSystem` key, you **must** provide the corresponding values that shall be used for matching in the result json under the `os` property.
0 commit comments