JioTV-Go / jiotv_go

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! 🌟✨
https://jiotv_go.rabil.me/
Other
330 stars 91 forks source link

feat: Add query parameter to skip specific genres from m3u playlist #396

Closed mohit-kothari closed 2 weeks ago

mohit-kothari commented 2 weeks ago

Description:

This PR adds query parameter to skip some genres from playlist. This is useful for filtering playlist to skip channels from specific genres. E.g.: &sg=Devotional,Educational,Lifestyle,Shopping

Background:

I am using this server to add live tv channels to my Jellyfin. This is working flawlessly for last 2 weeks. Only issue I have is, there are too many channels that I dont need. This query param helps filter out some of the channels.

rabilrbl commented 2 weeks ago

@mohit-kothari Thanks for the PR Are show posters loading for you in jellyfin?

rabilrbl commented 2 weeks ago

Does it work along with c=split ? Have you checked?

mohit-kothari commented 2 weeks ago

@mohit-kothari Thanks for the PR Are show posters loading for you in jellyfin?

No, show posters are not working for me. I think it was because EPG has only path of image instead of complete URL (i.e. no hostname).

mohit-kothari commented 2 weeks ago

Does it work along with c=split ? Have you checked?

Yes, we can use sg and c=split together. It is working.

rabilrbl commented 2 weeks ago

@mohit-kothari Thanks for the PR Are show posters loading for you in jellyfin?

No, show posters are not working for me. I think it was because EPG has only path of image instead of complete URL (i.e. no hostname).

Yup realized that yesterday. If possible, can you please make a PR for that too? Otherwise leave it to me

rabilrbl commented 2 weeks ago

Does it work along with c=split ? Have you checked?

Yes, we can use sg and c=split together. It is working.

Thanks