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
Where is the log file that shows what the output of these commands are? I found a LOG.txt in my %localappdata%\Programs\Stremio Kai folder but it doesn't have the above outputs anywhere. I'd basically like to see these outputs at a glance, maybe even through the stats screen during playback, what stremio kai is deciding in the backend and why.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was digging through through profile-manager.lua and found these log commands in lines 624 - 628:
-- APPLY
log("--- FINAL DECISION ---")
log("Reason: " .. detection_reason)
log("HDR Status: " .. tostring(is_hdr) .. ", Passthrough: " .. tostring(hdr_passthrough))
log("Resolution: " .. tostring(height) .. "p")
log("Legacy Anime: " .. tostring(is_legacy_anime))
Where is the log file that shows what the output of these commands are? I found a LOG.txt in my %localappdata%\Programs\Stremio Kai folder but it doesn't have the above outputs anywhere. I'd basically like to see these outputs at a glance, maybe even through the stats screen during playback, what stremio kai is deciding in the backend and why.
Beta Was this translation helpful? Give feedback.
All reactions