IPTV Mac to M3U Converter Pyhton m3u,vod,show
This repository contains three Python scripts, mac-list-m3u.py, mac-vod.py, and mac-show.py, for converting IPTV server links and Mac addresses into M3U playlist files.
This repository contains three Python scripts, mac-list-m3u.py, mac-vod.py, and mac-show.py, for converting IPTV server links and Mac addresses into M3U playlist files.
- mac-list-m3u.py: Takes input of an IPTV server link and a Mac address, and returns the Mac address, subscription expiry, and the number of channels associated with it. It then constructs an M3U playlist file containing all the channels ready to be used with M3U players.
- mac-vod.py: Takes input of an IPTV server link and a Mac address, retrieves VOD (Video On Demand) categories and items, and constructs an M3U playlist file containing all the VOD items ready to be used with M3U players.
- mac-show.py: Takes input of an IPTV server link and a Mac address, retrieves TV series categories, seasons, and episodes, and constructs an M3U playlist file containing all the episodes ready to be used with M3U players.





