- Upgraded libraries, fixed serde_yaml v.0.8 empty string bug.
- Added Processing Pipe to target for filter, map and rename. Values are:
- Frm
- Fmr
- Rfm
- Rmf
- Mfr
- Mrf
default is Fmr
- Added mapping parameter
match_as_ascii. Default isfalse.
Iftruebefore regexp matching the matching text will be converted to ascii. unidecode
Added regexp templates to mapper:
mappings:
- id: France
tag: ""
match_as_ascii: true
templates:
- key: delimiter
value: '[\s_-]*'
- key: quality
value: '(?i)(?P<quality>HD|LQ|4K|UHD)?'
mapper:
- tvg_name: TF1 $quality
# https://regex101.com/r/UV233E/1
tvg_names:
- '^\s*(FR)?[: |]?TF1!delimiter!!quality!\s*$'
tvg_id: TF1.fr
tvg_chno: "1"
tvg_logo: https://emojipedia-us.s3.amazonaws.com/source/skype/289/shrimp_1f990.png
group_title:
- FR
- TNTmappingattribute for target is now a list. You can assign multiple mapper to a target.
mapping:
- France
- Belgium
- Germany