Unlock the magic of JioTV across all your devices, without the need for the JioTV App. Crafted with love in Golang for a delightful blend of speed and efficiency! 🌟✨
Currently the playlist channels can be grouped by below two options:
By category (default)
Example: Movies, Entertainment, News, etc.
This is the default grouping
By category - language
Example: Movies - Hindi, Entertainment - Kannada, News - Telugu, etc.
This grouping can be done by passing c=split request parameter to /playlist.m3u URL
New addition
A new addition to the playlist channels grouping can be done via grouping by languages only. This will create groups based on language and will include all the channels from different categories of the language.
Example: Hindi, Kannada, Telugu, etc.
This grouping can be done by passing c=language request parameter to /playlist.m3u URL
This will still work in combination of l parameter to filter the languages i.e., l=Hindi,Kannada,Telugu
Group playlist channels based on language only
Description
Currently the playlist channels can be grouped by below two options:
Movies
,Entertainment
,News
, etc.Movies - Hindi
,Entertainment - Kannada
,News - Telugu
, etc.c=split
request parameter to/playlist.m3u
URLNew addition
A new addition to the playlist channels grouping can be done via grouping by languages only. This will create groups based on language and will include all the channels from different categories of the language.
Hindi
,Kannada
,Telugu
, etc.c=language
request parameter to/playlist.m3u
URLl
parameter to filter the languages i.e.,l=Hindi,Kannada,Telugu