foxhunt72 / fhs-m3u2strm

m3u iptv to strm files for iptv2vod services
5 stars 0 forks source link

fhs_m3u2strm

M3u iptv to strm files for iptv2vod services. My current iptv provider delivers a m3u file with a lot of VOD programs into it also. But i wanted to have a nice way to use it from kodi or jellyfin as normal media.

So i created this program which makes it easy to use vod streams from an iptv provider using a mediaserver/player as kodi / plex / jellyfin / emby and a lot more i think.

Thanks to:

Usage

Example yaml file

For vod-groups-to-dir

.. code-block:: bash


config: season_folders: true square_brackets: true m3ufile: path to m3ufile (optional also posible by argument) base_dir: base directory (optional also posible by argument) groups:

Installation

.. code-block:: bash

git clone https://github.com/foxhunt72/fhs-m3u2strm cd fhs-m3u2strm pip3 install .

pipx install fhs_m3u2strm or pip3 install fhs_m3u2strm

Requirements ^^^^^^^^^^^^

Compatibility

Licence

MIT License

Authors

fhs_m3u2strm was written by Richard de Vos <rdevos72@gmail.com>_.