Skip to content

Instantly share code, notes, and snippets.

@toxdes
Created October 19, 2025 11:29
Show Gist options
  • Save toxdes/e230bbd60b7fe84f92966766f72f5204 to your computer and use it in GitHub Desktop.
Save toxdes/e230bbd60b7fe84f92966766f72f5204 to your computer and use it in GitHub Desktop.
jiotv_config.toml
# Example config file for JioTV Go
# All fields mentioned below are optional.
# Enable Or Disable EPG Generation. Default: false
epg = true
# Enable Or Disable Debug Mode. Default: false
debug = false
# Enable Or Disable TS Handler. While TS Handler is enabled, the server will serve the TS files directly from JioTV API. Default: false
disable_ts_handler = false
# Enable Or Disable Logout feature. Default: true
disable_logout = true
# Enable Or Disable DRM. As DRM is not supported by most of the players, it is disabled by default. Default: false
drm = true
# Title of the webpage. Default: JioTV Go
title = ""
# Enable Or Disable URL Encryption. URL Encryption prevents hackers from injecting URLs into the server. Default: true
# If you think it is unnecessary, you can disable it. But it is recommended to enable it.
disable_url_encryption = false
# Folder Path for all JioTV Go related files. Default: "$HOME/.jiotv_go"
path_prefix = ""
# Proxy URL. Proxy is useful to bypass geo-restrictions and ip-restrictions for JioTV API. Default: ""
proxy = ""
# LogPath is the directory for log files. Default: "" (logs to default path like $HOME/.jiotv_go/jiotv_go.log)
log_path = ""
# LogToStdout controls logging to stdout/stderr. Default: false (when set in config)
log_to_stdout = false
# CustomChannelsFile is the path to custom channels configuration file. Default: ""
custom_channels_file = ""
# Default categories to display on the web interface when no filters are applied. Array of category IDs. Default: []
# Example: default_categories = [8, 5] # Sports, Entertainment
default_categories = []
# Default languages to display on the web interface when no filters are applied. Array of language IDs. Default: []
# Example: default_languages = [1, 6] # Hindi, English
default_languages = []
favorite_channel_ids = [
"755",
"2424",
"738",
"1452",
"441",
"735",
"617",
"612",
"442",
"691",
"3095",
"232",
"2935",
"1394",
"173",
"177",
"258",
"504",
"190",
"657",
"143",
"259",
"235",
"566",
"578",
"463",
"286",
"568",
"562",
"571",
"561",
"1955",
"164",
"479",
"1477",
"1763",
"1450",
"204",
"1145",
"587",
"250",
"2065",
"2753",
"175",
"288",
"593",
"597",
"559",
"545",
"816",
"872",
"815",
"1079",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment