GithubHelp home page GithubHelp logo

jakub-antos / tizentube Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reisxd/tizentube

0.0 0.0 0.0 30.67 MB

A NodeJS script to remove ads and add support for Sponsorblock for your Tizen TV (2017 and forward).

Home Page: https://tizentube.live

License: GNU General Public License v3.0

JavaScript 8.36% C++ 16.43% Python 1.01% C 73.88% Java 0.22% CSS 0.02% HTML 0.02% CMake 0.05%

tizentube's Introduction

TizenTube

TizenTube is a NodeJS script that enhances your Tizen TV (2017 and newer) viewing experience by removing ads and adding support for Sponsorblock.

Discord Server Invite

How it works

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.

TizenTube Installation Guide

Prerequisites

  • A PC capable of running Tizen Studio, which will be used to install TizenStudio onto your TV through SDB.
  • A PC or Single Board Computer capable of running 24/7 (for ease of use) or the Android App.

Installation Steps

  1. Enable Developer Mode on your TV by following this link.
  2. Install Tizen Studio by following this guide. Make sure to install the Tizen SDK version 6.x.x, which is the project’s SDK version..
  3. Connect to your TV using this guide.
  4. Create a Samsung certificate using this guide.
  5. Clone/download the repository and open the apps folder of the repository in Tizen Studio by restarting Tizen Studio and changing the workspace.
  6. In the 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.
  7. Ensure that your TV is selected at the top of Tizen Studio (the dropdown menu).
  8. Right-click the 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:

Option 1: Install on PC/SBC

  1. Download NodeJS if you haven't already. Check by running the command npm -v.
  2. Clone the repository.
  3. Install modules by running npm i in the main folder of the repository.
  4. Install mods modules by running cd mods and then running npm i.
  5. Build mods by running npm run build.
  6. Navigate back to the main folder of the repository by running cd ...
  7. Open 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.
  8. Ensure that SDB is not running by going to Tizen's device manager and disconnecting your TV.
  9. Start the node debugger/server using 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.

Option 2: Use The Android App

  1. First, change the Developer Mode's Host IP to your device's IP.
  2. Download the latest APK compatible with your device's architecture from here (if unsure, download armeabi-v7a).
  3. Install it.
  4. After opening the app, change the configuration to suit your needs. Ensure that you set the appID to Ad6NutHP8l.TizenTube if it isn't already set. Change the IP to match that of your TV.
  5. Press 'Run Server'.
  6. Press 'Launch' whenever you want to launch TizenTube.
  7. Please note that if the app crashes, you may have made an error, such as setting an incorrect IP or failing to change the Developer Mode's Host IP.

And now you can launch TizenTube from your Android device!

tizentube's People

Contributors

ameenalasady avatar voltrexkeyva avatar osumatrix avatar madkarmaa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.