Skip to content

Instantly share code, notes, and snippets.

View jaylinski's full-sized avatar

Jay Linski jaylinski

View GitHub Profile
@jaylinski
jaylinski / webvtt_to_srt.py
Last active February 25, 2022 20:16
Convert WebVTT (*.vtt) to SubRip (*.srt) with Python 2/3
import re
import os
def webvtt_to_srt(webvtt):
srt = ""
counter = 1
for line in webvtt.splitlines():
if line.startswith("WEBVTT"):
continue
@jaylinski
jaylinski / kodi.strm
Last active December 10, 2022 13:27
Kodi playlist containing free and public TV streams from DE/AT/CH with DRM support.
#KODIPROP:inputstream=inputstream.adaptive
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha
#KODIPROP:inputstream.adaptive.license_key=https://drm.ors.at/acquire-license/widevine?BrandGuid=13f2e056-53fe-4469-ba6d-999970dbe549&userToken=<token>||R{SSM}|
https://orf1.mdn.ors.at/out/u/orf1/drmqxa/manifest.mpd
@jaylinski
jaylinski / kodi_playlist
Last active March 29, 2024 05:49
Kodi playlist containing free and public TV streams from DE/AT/CH.
#EXTM3U
# Use https://epggw.a1.net/img/station/darkbg/200x200/ as logo URL.
# Use https://tvthek.orf.at/livestream/_token for new DRM tokens.
# See https://github.com/iptv-org/iptv/blob/master/streams/at.m3u
# TV
#EXTINF:-1 tvg-id="908",ORF 1
#KODIPROP:inputstream=inputstream.adaptive
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha