Skip to content

Instantly share code, notes, and snippets.

@X-88
X-88 / ZPL Maker2.py
Last active October 29, 2019 14:36
Playlist Generator M3U
####################################
## App Name: Z-PlayList Generator ##
## Language : Python 3xx. ##
## Coded by: Zephio ##
## Date : 16-Nop-2018 ##
## Target : M3U. ##
####################################
import os
x = 0
h = '#EXTM3U'
@X-88
X-88 / ZPL Maker.py
Last active October 28, 2019 18:12
Playlist Generator for DVB S2 (Getmecom, Matrix, Kaonsat, DBox etc)
###########################################
## App Name: Z-PlayList Generator. ##
## Language : Python 3xx. ##
## Coded by: Zephio ##
## Date : 16-Nop-2018 ##
## Target : Super, DBox, KaonSat, Matrix ##
###########################################
import os
x = 0
ifn = "/storage/emulated/0/List.txt"