


This mod allows you to play YouTube videos on the TV, by specifying a link. You can enter various commands for the mod into chat.
A fork of TheByteNinja's Television Controller Fix, which itself is a fork of KoderTech's Television Controller mod. Both of these mods are outdated, so I took it upon myself to make a working version.
/treset seems to help when the mod becomes unresponsive to commands.
Supports English and Russian, just as the original did. You can set the language in a config file (television_controller.cfg).
I used Visual Studio. For the project, I picked Class Library (.NET Framework), and set the framework to .NET Framework 4.8. Essentially all I really did (besides fixing TheByteNinja's decompiled code) was change the link that downloads yt-dlp.exe to be the latest version (in the original mods, these are outdated, hence why they don't work anymore).
This is the relevant line of code: DownloadFiles(new Uri("https://github.com/yt-dlp/yt-dlp/releases/download/2025.06.30/yt-dlp.exe"), "YTTV\\other\\yt-dlp.exe");
Here are Google Drive links to AssemblyInfo.cs and Plugin.cs, the two files for the source code. I'd put this on GitHub, but I'm a bit lazy...
Television Controller