Open FrankBKK opened 2 years ago
Linking to https://github.com/winguru/xTeVe/issues/2 in hopes that the @winguru solution will be considered here.
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
Hey @FrankBKK , you might want to check out this fork of xTeVe: https://github.com/SCP002/xTeVe
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.