Master the technical setup of M3U playlist files and Electronic Program Guides (EPG). Learn how to load channels, structure program lists, and avoid syncing issues.
When you subscribe to a digital television network like **qwevotv**, your access credentials are mapped into specific data formats. The most common format is the **M3U playlist link**. An M3U (MP3 URL) file is a plain text file containing a structured index of streaming paths. Each line in the file defines the channel name, group category, channel logo URL, and the direct server stream address.
Because these files are text-based, they are highly compatible and can be parsed by almost every media player application, including VLC, Kodi, smart televisions, and mobile applications. When you enter your M3U playlist link into your chosen app, it contacts our servers, parses the text file, and displays the structured list of categories and feeds on your screen.
A standard IPTV M3U file utilizes standard metadata tags:
#EXTM3U
#EXTINF:-1 tvg-id="US_ESPN" tvg-name="ESPN HD" tvg-logo="https://qwevo-tv.site/logos/espn.png" group-title="US Sports",ESPN HD
http://qwevo-tv.site:80/live/username/password/10245.ts
The #EXTM3U header declares the file format. The #EXTINF tag holds metadata such as the channel guide ID (tvg-id), channel name (tvg-name), logo URL (tvg-logo), and the category group (group-title). The bottom line contains the actual server streaming portal path with your unique username and password keys.
Streaming a channel list is only half the battle; knowing what is currently broadcasting is equally important. An **Electronic Program Guide (EPG)** is an XML-based metadata schedule (often labeled as an XMLTV guide) that maps show schedules, description text, cast lists, and episode numbers to specific channel feeds.
When you load an EPG link in your player, the application matches the tvg-id from your M3U playlist with the program schedule in the XMLTV file. This populates your screen with an interactive grid showing:
While M3U playlist files are highly compatible, they do not update channels or guide schedules automatically. If a channel frequency changes or our VOD directory updates, you must reload the playlist manually.
To avoid this, we highly recommend connecting via the **Xtream Codes API**. The API splits your subscription login details into three simple lines:
http://qwevo-tv.site:80 (or the specific portal URL in your email).If you choose to use raw M3U files on legacy systems (like MAG boxes or VLC), you must configure your EPG source manually:
xml.gz or /xmltv.php).If you encounter issues during setup, they can usually be resolved with these technical fixes:
tvg-id) inside your player settings matches the guide source. In some lightweight apps, you must click "Force EPG Refresh" to trigger the database sync.