TizenTube is a NodeJS script that enhances your Tizen TV (2017 and newer) viewing experience by removing ads and adding support for Sponsorblock.
TizenTube operates by initiating a debugger session upon launching the app on your Tizen TV. This is achieved through the utilization of the debug <app.id> command, which establishes a connection between the server and the debugger. Once connected, the server is able to transmit JavaScript code that effectively removes video ads.
apps folder of the repository in Tizen Studio by restarting Tizen Studio and changing the workspace.index.html file of the Launcher app, change the IP variable to the IP of where your debugger will be installed. This could also be the IP of your android device if you plan on using that instead.TizenTube app and run it as a Tizen web application. Once that is done, do the same for the Launcher app.After completing these steps, installing apps is complete! You should be able to see the apps on your TV. Now comes the easier part, installing the server or the debugger. You have two options to do this:
npm -v.npm i in the main folder of the repository.cd mods and then running npm i.npm run build.cd ...config.json in your favorite text editor. Change tvIP to the IP of your TV. Make sure to leave the appID as it is (Ad6NutHP8l.TizenTube). Change isTizen3 to true if your TV runs on Tizen 3.node ..Once the server is up and running, you can access the Launcher app from your TV’s app menu. Please note that the TizenTube app will still display ads if it is run on its own. To remove ads, make sure to launch TizenTube through the Launcher app, which is connected to the server.
appID to Ad6NutHP8l.TizenTube if it isn't already set. Change the IP to match that of your TV.And now you can launch TizenTube from your Android device!
$ claude mcp add TizenTube \
-- python -m otcore.mcp_server <graph>