I have several playlists, that contain numbers, like “70s”, “80s”, etc.
When I speak to assist, it writes out the names to “seventies”, “eighties”, etc.
I can translate this with a slot-list like:
lists: media: values: - in: "Radio 1" out: "radioeins" - in: "sixties" out: "60s" - in: "seventies" out: "70s" - in: "eighties" out: "80s" - in: "nineties" out: "90s"
However now all my other playlists wont be a valid input.
Is there any way to make this replacement selective and combine it with a wildcard?
Adding
wildcard: true
does not work.