- Renamed
mappings.templatesattributekeytoname mappings.tagis 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
- captures: List of captured variable names like
mappings:
- id: France
tag:
captures:
- quality
concat: '|'
prefix: ' ['
suffix: ']'
match_to_ascii: true
mapper:
- tvg_name: TF1
...