Skip to content

Instantly share code, notes, and snippets.

@toxdes
Created August 13, 2026 11:34
Show Gist options
  • Select an option

  • Save toxdes/99c57c7fe7474f35c8adabe744446a7f to your computer and use it in GitHub Desktop.

Select an option

Save toxdes/99c57c7fe7474f35c8adabe744446a7f to your computer and use it in GitHub Desktop.
jiotv config
# 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 = [1, 2, 6]
favorite_channel_ids = [
"291", # ENTERTAINMENT
"471",
"144",
"0-9-zeetvhd",
"1132",
"279",
"931",
"476", # MOVIES
"289",
"0-9-zeecinemahd",
"0-9-tvpictureshd",
"0-9-zeeclassic",
"0-9-zeeaction",
"156",
"483",
"482",
"1113",
"1136",
"1450",
"1763",
"3096",
"3097",
"3098",
"3444", # INFOTAINMENT
"1396",
"578",
"3451",
"852",
"1335",
"562",
"3458",
"561",
"1373", # KIDS
"559",
"816",
"3436",
"1391",
"1392",
"3535",
"190", # BUSINESS
"657",
"489",
"259",
"212",
"336", # MARATHI
"0-9-zeemarathi",
"1146",
"755",
"2424",
"3100",
"0-9-zeetalkies",
"0-9-zeeyuva",
"612",
"617",
"442",
"691",
"232",
"3095",
"2935",
"1431",
"0-9-zeecafehd",
"1325",
"151",
"477",
"762",
"877",
"1104",
"1110",
"1401",
"1145", # MUSIC
"592",
"250",
"440",
"183",
"587",
"2753",
"0-9-zing",
]
plugins = { zee5 = "https://sh.toxdes.com/zee5.json" }
[simple_playback]
enabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment