<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: SM RAKIB HOSSEN</title>
    <description>The latest articles on DEV Community by SM RAKIB HOSSEN (@bigbang412247hub).</description>
    <link>https://dev.to/bigbang412247hub</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4023492%2Ff7619fd3-c5b0-4095-86d4-9ea35062e834.jpg</url>
      <title>DEV Community: SM RAKIB HOSSEN</title>
      <link>https://dev.to/bigbang412247hub</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bigbang412247hub"/>
    <language>en</language>
    <item>
      <title>Modern Python Desktop TV App with Clean UI and M3U Support</title>
      <dc:creator>SM RAKIB HOSSEN</dc:creator>
      <pubDate>Fri, 10 Jul 2026 05:27:47 +0000</pubDate>
      <link>https://dev.to/bigbang412247hub/modern-python-desktop-tv-app-with-clean-ui-and-m3u-support-5pf</link>
      <guid>https://dev.to/bigbang412247hub/modern-python-desktop-tv-app-with-clean-ui-and-m3u-support-5pf</guid>
      <description>&lt;h1&gt;
  
  
  Build a Modern Python TV Application with M3U Playlist Support
&lt;/h1&gt;

&lt;p&gt;Watching live TV from your own M3U playlist doesn't have to be complicated. I built a lightweight desktop application in Python that provides a clean interface, fast playlist loading, and smooth playback using MPV.&lt;/p&gt;

&lt;p&gt;This project is intended for users who already have their own authorized M3U playlist or M3U URL. The application itself does &lt;strong&gt;not&lt;/strong&gt; host, distribute, or provide any TV channels or IPTV playlists.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/bigbang412247-hub/tv" rel="noopener noreferrer"&gt;https://github.com/bigbang412247-hub/tv&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📺 Modern desktop interface&lt;/li&gt;
&lt;li&gt;⚡ Fast playlist loading&lt;/li&gt;
&lt;li&gt;🔗 Support for both M3U files and M3U URLs&lt;/li&gt;
&lt;li&gt;▶️ Smooth playback with MPV&lt;/li&gt;
&lt;li&gt;🪶 Lightweight and easy to use&lt;/li&gt;
&lt;li&gt;🖥️ Windows desktop application&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Installation Guide
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Step 1 — Install Microsoft Visual C++ Redistributable
&lt;/h2&gt;

&lt;p&gt;Install the latest &lt;strong&gt;Microsoft Visual C++ Redistributable (x64)&lt;/strong&gt; before running the application.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Download the installer.&lt;/li&gt;
&lt;li&gt;Run the installation.&lt;/li&gt;
&lt;li&gt;Restart your PC if required.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Step 2 — Install MPV Media Player
&lt;/h2&gt;

&lt;p&gt;This application uses &lt;strong&gt;MPV&lt;/strong&gt; for video playback.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Download MPV.&lt;/li&gt;
&lt;li&gt;Run the installer.&lt;/li&gt;
&lt;li&gt;Install using the default settings.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Step 3 — Download the TV Application
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Visit the GitHub repository: &lt;a href="https://github.com/bigbang412247-hub/tv" rel="noopener noreferrer"&gt;https://github.com/bigbang412247-hub/tv&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Open the &lt;strong&gt;Releases&lt;/strong&gt; section.&lt;/li&gt;
&lt;li&gt;Download the latest &lt;strong&gt;TV.exe&lt;/strong&gt; release.&lt;/li&gt;
&lt;li&gt;Save the file anywhere on your computer.&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Step 4 — Prepare Your Playlist
&lt;/h2&gt;

&lt;p&gt;Before launching the application, make sure you have one of the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An authorized &lt;strong&gt;M3U playlist (.m3u)&lt;/strong&gt; file&lt;/li&gt;
&lt;li&gt;An authorized &lt;strong&gt;M3U URL&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;This project does not include or distribute playlists.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Step 5 — Import the Playlist
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Launch &lt;strong&gt;TV.exe&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Load Playlist&lt;/strong&gt; or &lt;strong&gt;Import M3U&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select your &lt;code&gt;.m3u&lt;/code&gt; file or paste your M3U URL.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Load&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The application will automatically parse and display the available channels.&lt;/p&gt;




&lt;h2&gt;
  
  
  Step 6 — Enjoy Live TV
&lt;/h2&gt;

&lt;p&gt;Once the playlist is loaded:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Browse the channel list.&lt;/li&gt;
&lt;li&gt;Select any available channel.&lt;/li&gt;
&lt;li&gt;Playback will begin automatically.&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Why MPV?
&lt;/h1&gt;

&lt;p&gt;MPV provides reliable playback, excellent codec support, low resource usage, and stable performance for streaming media, making it an ideal backend for this project.&lt;/p&gt;




&lt;h1&gt;
  
  
  Technologies Used
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;Tkinter&lt;/li&gt;
&lt;li&gt;MPV&lt;/li&gt;
&lt;li&gt;M3U Playlist Support&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Disclaimer
&lt;/h1&gt;

&lt;p&gt;This project is a media player only.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No IPTV service is provided.&lt;/li&gt;
&lt;li&gt;No TV channels are hosted.&lt;/li&gt;
&lt;li&gt;No playlists are distributed.&lt;/li&gt;
&lt;li&gt;Users must use legally authorized playlist sources.&lt;/li&gt;
&lt;/ul&gt;




&lt;h1&gt;
  
  
  Contributing
&lt;/h1&gt;

&lt;p&gt;Contributions are welcome. Feel free to submit issues, feature requests, or pull requests to help improve the project.&lt;/p&gt;

&lt;p&gt;If you find this project useful, consider starring the repository:&lt;br&gt;
&lt;a href="https://github.com/bigbang412247-hub/tv" rel="noopener noreferrer"&gt;https://github.com/bigbang412247-hub/tv&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frtdw2b395y32lqpes7li.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frtdw2b395y32lqpes7li.jpg" alt=" " width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
