Skip to content

Instantly share code, notes, and snippets.

@T-Birth
T-Birth / SetupGuide.md
Created August 3, 2026 22:51 — forked from stevester-codes/SetupGuide.md
Multi-User Vibepollo + Playnite Setup with User Switching (Samsung Tizen OS 5.5 Smart TV (Q80T) + Moonlight Guide)

Streaming Gaming PC Setup – Complete Installation Guide (Final 2025 Edition – Hybrid, Crash-Proof, Zero-Watcher)

Dad + Son Multi-User Setup with Playnite, Vibepollo, and Moonlight to Samsung Q80T

Total setup time: 3–5 hours (including downloads and testing)
Defaults: HEVC @ 60–70 Mbps (stable for Q80T). AV1 optional to test later (50–60 Mbps).

This guide is event-driven only (Task Scheduler + Vibepollo Commands).
No always-running “watcher” script; everything reacts to real events.


@T-Birth
T-Birth / widevine.sh
Created October 30, 2021 23:13 — forked from geohot/widevine.sh
Install widevine on Ungoogled Chromium
#!/bin/bash -e
curl -O https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
hdiutil attach googlechrome.dmg
SRC=/Volumes/Google\ Chrome/Google\ Chrome.app/Contents/Frameworks/Google\ Chrome\ Framework.framework/Libraries/WidevineCdm
DEST=/Applications/Chromium.app/Contents/Frameworks/Chromium\ Framework.framework/Libraries/
cp -R "$SRC" "$DEST"
hdiutil detach /Volumes/Google\ Chrome/