Hi,
I have issues with showing correct channel when we have channels with more or less same name. I have done this configuration in my service template but it shows all channels with the name "Godare" as example. I will only show "Godare", not "CTV Godare"
I´m using this string: *[data:Label]
The "Label" is the channel name.
This is the results:
I hope someone can help me with this.
Hi Thomaz,
The filter string you are using includes the * wildcard, meaning it will match anything ending with the matching label. If you use [data:Label] instead of *[data:Label] this shoud give you an exact match.
Hi Thomaz,
Can you try by replacing the * with ? wildcards? Matching your maximum number of slots. e.g. if you have up to 99 slots, use “Slot ?? [data:Label]” as filter.
Hi Michiel,
Exactly what I did before I saw your answer. This is working perfect.
I use Slot 1 [data:label] now.
Thx for your help.
Hi Michiel,
If I remove * wildcard so will the result be “nothing”. The result is empty.
I also saw that I used *[data:label], but I use Slot* [data:Label]. I have also tried with Slot [data:Label] with same results, nothing.