xteve-project / xTeVe

M3U Proxy for Plex DVR and Emby Live TV
MIT License
1.84k stars 238 forks source link

REQ: set a default dummy mapping in Filter Group #286

Open FrankBKK opened 2 years ago

FrankBKK commented 2 years ago

My IPTV client only recognizes channels with an EPG entry.

In order to see a list of movie channels I need to map them with a dummy EPG in xTeVe. Even with Bulk Edit it is simply not feasible to edit thousands of entries.

It would be great if I could set a default EPG dummy in the filter group to circumvent this problem.

joshjryan commented 2 years ago

Linking to https://github.com/winguru/xTeVe/issues/2 in hopes that the @winguru solution will be considered here.

MCTyler commented 2 years ago

I think most people just use a script to create separate m3u's for VOD Channels. #!/bin/sh #M3U Grab cd ~/Documents/M3U/ #1)m3u login and download wget "http://my.tv/get.php?username=xxxxx@gmail.com&password=xxxxxx&type=m3u_plus&output=ts" -O iptv_download.m3u #2)grabbing specific catagories by "Group-Title" for i in "Sports" "News" "Movies" "General Streams" "Documentaries" "Kids" "S" "Music" "NCAAF" "NFL" "RADIO" "VOD - Action" "VOD - Animation" "VOD - BOX SET" "VOD - Comedy" "VOD - Drama + Crime" "VOD - Family" "VOD - Horror" "VOD - KIDS TV" "VOD - Fantasy - SciFi" "VOD - Superheroes" "VOD - Western" "Music" #3)creating the new m3u do <iptv_download.m3u grep --no-group-separator -A1 'group-title="'"$i"\" >"$i.m3u" sed -i '1i #EXTM3U' "$i.m3u" done

joshjryan commented 2 years ago

Hey @FrankBKK , you might want to check out this fork of xTeVe: https://github.com/SCP002/xTeVe