mirror of
https://github.com/Jellyfin2Samsung/Samsung-Jellyfin-Installer.git
synced 2026-03-01 11:21:12 +03:00
[Enhancement] Jelly2Sams certificate #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PatrickSt1991 on GitHub (Oct 5, 2025).
Originally assigned to: @PatrickSt1991 on GitHub.
The generated Jelly2Sams certificate is automatically chosen by the tool.
However that's not always the correct way to go.
Let's say you'd have two TVs, the generated certificate has the duid from the first device.
Once you want to install it on the second TV the certificate isn't correct cause the uuid of the second device isn't present.
Include a check pre install to match the TV duid against the duid present in the certificate.
If no match create a new certificate.
Maybe include duid in the certificate friendly name as select on that
@PatrickSt1991 commented on GitHub (Oct 5, 2025):
Implemented in v1.8.3