Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Watch a movie with a " ' " in the title, ie: "Mr. Harrigan's Phone"
Attempt to pass that as a command line argument to script
It's never passed, it errors before it's delivered - see below:
Error Emby ScripterX: onPlaybackStart: Error processing conditions for Action ID 32e3aa05-a5f0-4ab4-8654-f93dfe04ae8b: Line 1: Unexpected identifier
Watch a title without " ' " in it, and see that things operate normally.
Expected behavior
A clear and concise description of what you expected to happen.
For the title to be passed to the script.
Additional context
Add any other context about the problem here.
I wrapped the %var...% in quotes, no difference.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Error Emby ScripterX: onPlaybackStart: Error processing conditions for Action ID 32e3aa05-a5f0-4ab4-8654-f93dfe04ae8b: Line 1: Unexpected identifier
Expected behavior A clear and concise description of what you expected to happen. For the title to be passed to the script.
Additional context Add any other context about the problem here. I wrapped the %var...% in quotes, no difference.