Skip to content

siddharthsky/SparkleTV2-auto-service

Repository files navigation

Sparkle-TV2 ✨📺

This Android app serves as an opener for the IPTV player installed by the user after running Termux.

Overview 🌐

The app is designed to check if a server is running successfully on Termux at localhost:5001. If the server is running, the app opens the user's installed IPTV player.

Features 🚀

  • ✔️ Checks for the running server on Termux.
  • ▶️ Opens the installed IPTV player if the server is running.
  • 🚀 Simplifies the process of launching the IPTV player after setting up the server on Termux.
  • ▶️ If the server is already running, it just opens the configured IPTV player.

How to Use 📲

  1. Ensure you have Termux installed and Done JioTV server setup.

  2. Configure Termux autostart via bash.bashrc:

    • Open Termux.

    • Edit bash.bashrc using a text editor like nano:

      nano $PREFIX/etc/bash.bashrc
    • Add the lines at end of file. (last line varies as per method of server setup)

      termux-wake-lock
      $HOME/.jiotv_go/bin/jiotv_go run -P
    • Save and exit.

  3. Select the installed IPTV player app on your device.

  4. Run the app.

  5. If the server is running successfully, the app will open the installed IPTV player.

  6. If you want to choose another app, clear the app data to reset.

Note

Server running at "localhost:5001" is supported.

Download ⬇️

Dependencies 🛠️

  • Termux (for running the server)
  • Server configured with autostart

Acknowledgements 🙌

About

Lightweight Android app that serves as a bridge between the Termux server and the IPTV player.

Topics

Resources

License

Stars

Watchers

Forks

Languages