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

iptvmerge (Any way to remove on demand content within playlists) #682

Open
ozzymanborn opened this issue Feb 14, 2024 · 5 comments
Open

Comments

@ozzymanborn
Copy link

I am using iptv apps usually but I previously used iptvmerge for also IPTV. As I read there is a way to filter out on demand (movies-series content) in iptvsimple in Kodi nexus. But I tried everything but it did not filter out with iptvmerge. As many iptv apps on android have this option so I think if it can be implemented?

As many playlists have /movies or /series thing in on demand content. and it diiferently marked from live tv content. With this way kodi will not slows down while channel change...

@matthuisman
Copy link
Owner

can you provide an example playlist with mix of OnDemand content and Live?
If there is a way to tell in the playlist, then yes - i can probably add a filter

@ozzymanborn
Copy link
Author

I saw two different types of playlist so far.

#EXTM3U
#EXTINF:-1 tvg-id="" tvg-name="" tvg-logo="" group-title="UK | Movies",UK | Example TV Channel
http://host:80/username/password/001
#EXTINF:-1 tvg-id="" tvg-name="Big Buck Bunny S** E**" tvg-logo="" group-title="Animation",Bunny S** E**
http://host:80/series/username/password/000001.mkv
#EXTINF:-1 tvg-id="" tvg-name="Big Buck Bunny - 2019" tvg-logo="https://image.tmdb.org/" group-title="Thriller",Big Buck Bunny - 2019
http://host:80/movie/username/password/000002.mkv

in first list there Is three folder it seems. Root for tv channels movie for movies and series for series.

#EXTM3U
#EXTINF:-1 xui-id="000000" tvg-id="AAAA" Avg-name="US: AAAAA HD" tvg-logo="" group-title="US | ENTERTAINTMENT",US: AAAA
http://host:80/play/uniqueid/ts
#EXTINF:-1 xui-id="000001" tvg-id="AAAB" tvg-name="US: AAAAA HD" tvg-logo="" group-title="US | ENTERTAINTMENT",US: AAAB
http://host:80/play/uniqueid
#EXTINF:-1 xui-id="00002" tvg-name="Big Buck Bunny(1997)" tvg-logo="https://image.tmdb.org/" group-title="EN | ACTION & ADVENTURE"Big Buck Bunny (1997)
http://host:80/play/uniqueid#.mp4
#EXTINF:-1 xui-id="00003" tvg-name="Big Buck Bunny (1998)" tvg-logo="https://image.tmdb.org/" group-title="EN | ACTION & ADVENTURE"Big Buck Bunny (1998)
http://host:80/play/uniqueid#.mkv

In this list, the first two are TV and the last two are on demand. Even though there seems Not a difference but they put an mp4 or MKV ending for on-demand content.

@matthuisman
Copy link
Owner

unless they do something thats "standard", im not willing to put in hacks checking extensions.

I could have a user-option where you can set some sort of ignore filter.

@ozzymanborn
Copy link
Author

ozzymanborn commented Feb 21, 2024

might be it can be some thing for "ignore mkv/mp4" on iptv merge configuration while merging? Of course need to enabled by user.

@luhanmcs
Copy link

I am using iptv apps usually but I previously used iptvmerge for also IPTV. As I read there is a way to filter out on demand (movies-series content) in iptvsimple in Kodi nexus. But I tried everything but it did not filter out with iptvmerge. As many iptv apps on android have this option so I think if it can be implemented?

As many playlists have /movies or /series thing in on demand content. and it diiferently marked from live tv content. With this way kodi will not slows down while channel change...

If the list is yours, even from a paid server, use ssiptv's own list with the arguments "live channels"

Ex: http://yourserver,com/ssiptv/user/pass/channels

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

No branches or pull requests

3 participants