Skip to content
euzu edited this page Nov 14, 2023 · 30 revisions

m3u-filter

Some of the m3u-filter features are:

  • filter, raname, map entries of playlists with regular-expressions
  • mimick XTREAM-Server or a M3U-Server with api-endpoints
  • create files for Kodi
  • process one/multiple source(s) and produce one/multiple playlist(s)
  • use templates for filter to avoid repetitions
  • define filter as statements
  • schedule updates
  • send telegram bot messages
  • watch changes in groups and get messages

m3u-filter needs configurations for ding his job. There are three configuration files in yaml format.

  • config.yml
  • mapping.yml
  • api-proxy.yml

config.yml

Is mandatory to run m3u-filter.
Detailled explanation is here.

mapping.yml

Is optional and used for advanced mapping functionality.
Detailled explanation is here.

api-proxy.yml

Is optional and used for api-endpoints for xtream and m3u server mimicking.
Detailled explanation is here.

Clone this wiki locally