Expand description
Device identification commands
Handles persistent device ID generation and retrieval for Jellyfin server communication. TRACES: UR-009 | DR-011
Functionsยง
- device_
get_ id - Get or create the device ID. Device ID is a UUID v4 that persists across app restarts. On first call, generates and stores a new UUID. On subsequent calls, retrieves the stored UUID.
- device_
set_ id - Set the device ID (primarily for testing or recovery). Overwrites any existing device ID.