Quantcast
Channel: Ricks Satellite Wildfeed and Backhaul Forum - Computer and USB Satellite Receivers and Recording
Viewing all articles
Browse latest Browse all 816

Export TVH playlist....

$
0
0
I was messing around with my TVH today and was going to compile the htsp plugin for vlc and found that the author has abandoned it saying he does not watch tv anymore but he said to export TVH playlist to a .m3u and import it into the vlc Playlist or Media Library. There are different ways to do it:

Code:

From a web browser:
http://USERNAME:PASSWORD@YourTVHeadendIP:9981/playlist/channels.m3u?profile=YOURPROFILENAME
 
Using curl:
 
curl -u USERNAME:PASSWORD http://YourTVHeadendIP:9981/playlist/channels.m3u?profile=YOURPROFILENAME
 
Using wget:
 
wget --user=USERNAME --password=PASSWORD http://YourTVHeadendIP:9981/playlist/channels.m3u?profile=YOURPROFILENAME

Since I do not have a user login here I just used this to create my channels.m3u file and dropped it in my vlc Media Library window:

Code:

wget http://192.168.1.3:9981/playlist/channels.m3u


mpv.png

Category: Computer and USB Satellite Receivers and Recording


Viewing all articles
Browse latest Browse all 816

Trending Articles