Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group channels by language only using c=language query parameter #361

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

gagantk
Copy link
Contributor

@gagantk gagantk commented Aug 4, 2024

Group playlist channels based on language only

Description

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

@rabilrbl
Copy link
Collaborator

rabilrbl commented Aug 5, 2024

Thanks for the PR. Can we please have documentation updated?

@gagantk
Copy link
Contributor Author

gagantk commented Aug 5, 2024

@rabilrbl I have updated the documentation. Please check and feel free to modify or let me know if something needs to be modified.

@rabilrbl rabilrbl merged commit 07c9d11 into JioTV-Go:develop Aug 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants