We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Rules] name = EMMA radio_station = (SMOOTH JAZZ:RMF_SMOOTH_JAZZ| JAZZ:RMF_SMOOTH_JAZZ)
[SWITCH_TO_RADIO] <Rules.name> (PRZEŁĄCZ){item:RADIO_STATION} NA <Rules.radio_station>{value} PROSZĘ
Sentance: EMMA PRZEŁĄCZ NA SMOOTH JAZZ PROSZĘ
Should give "entity": "value", "value": "RMF_SMOOTH_JAZZ"
it is giving: "entity": "value", "value": "SMOOTH RMF_SMOOTH_JAZZ"
The text was updated successfully, but these errors were encountered:
you are replacing SMOOTH JAZZ as well as JAZZ with RMF_SMOOTH_JAZZ in the rules definition.
SMOOTH JAZZ
JAZZ
RMF_SMOOTH_JAZZ
try:
[Rules] name = EMMA radio_station = ((SMOOTH JAZZ):(SMOOTH RMF_SMOOTH_JAZZ)|(JAZZ):(RMF_SMOOTH_JAZZ))
Sorry, something went wrong.
No branches or pull requests
[Rules]
name = EMMA
radio_station = (SMOOTH JAZZ:RMF_SMOOTH_JAZZ| JAZZ:RMF_SMOOTH_JAZZ)
[SWITCH_TO_RADIO]
<Rules.name> (PRZEŁĄCZ){item:RADIO_STATION} NA <Rules.radio_station>{value} PROSZĘ
Sentance:
EMMA PRZEŁĄCZ NA SMOOTH JAZZ PROSZĘ
Should give "entity": "value", "value": "RMF_SMOOTH_JAZZ"
it is giving: "entity": "value", "value": "SMOOTH RMF_SMOOTH_JAZZ"
The text was updated successfully, but these errors were encountered: