github euzu/tuliprox v0.9.6

latest releases: v3.2.0, v3.1.8, v3.1.7...
2 years ago
  • Renamed mappings.templates attribute key to name
  • mappings.tag is now a struct
    • captures: List of captured variable names like quality.
    • concat: if you have more than one captures defined this is the join string between them
    • suffix: suffix for thge tag
    • prefix: prefix for the tag
mappings:
  - id: France
    tag:
      captures:
        - quality
      concat: '|'
      prefix: ' ['
      suffix: ']'
    match_to_ascii: true
    mapper:
      - tvg_name: TF1
 ...

Don't miss a new tuliprox release

NewReleases is sending notifications on new releases.