Skip to content

Instantly share code, notes, and snippets.

@ngocleek
Last active February 19, 2025 04:03
Show Gist options
  • Select an option

  • Save ngocleek/08e2374e95f3e102944c8be9fc92d175 to your computer and use it in GitHub Desktop.

Select an option

Save ngocleek/08e2374e95f3e102944c8be9fc92d175 to your computer and use it in GitHub Desktop.
M3U Playlist for xTeVe
<?xml version="1.0" encoding="UTF-8"?>
<tv>
<channel id="channel1">
<display-name>Saigon TV</display-name>
</channel>
<programme start="20250219T040023 +0000" stop="20250220T040023 +0000" channel="channel1">
<title>Live Program</title>
<desc>This is a live program.</desc>
<live>true</live>
</programme>
<channel id="channel2">
<display-name>Vietoday Television</display-name>
</channel>
<programme start="20250219T040023 +0000" stop="20250220T040023 +0000" channel="channel2">
<title>Live Program</title>
<desc>This is a live program.</desc>
<live>true</live>
</programme>
<channel id="channel3">
<display-name>VSTV</display-name>
</channel>
<programme start="20250219T040023 +0000" stop="20250220T040023 +0000" channel="channel3">
<title>Live Program</title>
<desc>This is a live program.</desc>
<live>true</live>
</programme>
<channel id="channel4">
<display-name>SET TV</display-name>
</channel>
<programme start="20250219T040023 +0000" stop="20250220T040023 +0000" channel="channel4">
<title>Live Program</title>
<desc>This is a live program.</desc>
<live>true</live>
</programme>
<channel id="channel5">
<display-name>Viet Channels Info</display-name>
</channel>
<programme start="20250219T040023 +0000" stop="20250220T040023 +0000" channel="channel5">
<title>Live Program</title>
<desc>This is a live program.</desc>
<live>true</live>
</programme>
<channel id="channel6">
<display-name>VIETSKY TV</display-name>
</channel>
<programme start="20250219T040023 +0000" stop="20250220T040023 +0000" channel="channel6">
<title>Live Program</title>
<desc>This is a live program.</desc>
<live>true</live>
</programme>
<channel id="channel7">
<display-name>Vcab7</display-name>
</channel>
<programme start="20250219T040023 +0000" stop="20250220T040023 +0000" channel="channel7">
<title>Live Program</title>
<desc>This is a live program.</desc>
<live>true</live>
</programme>
<channel id="channel8">
<display-name>STYLE TV</display-name>
</channel>
<programme start="20250219T040023 +0000" stop="20250220T040023 +0000" channel="channel8">
<title>Live Program</title>
<desc>This is a live program.</desc>
<live>true</live>
</programme>
</tv>
XMLTV File for xTeVe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment