plugin.video.sendtokodi icon indicating copy to clipboard operation
plugin.video.sendtokodi copied to clipboard

Properly escape query parameters sent to Kodi

Open anohren opened this issue 3 years ago • 0 comments

Currently neither the raw URL nor the optional youtube-dl options (including separating whitespace) are percent encoded in the iOS app afaik. That would require URLComponents to which I couldn't find a reference. This is probably not done in the other clients either.

This can create complications before the parameters reach the plugin.

It also requires changes in the plugin which is why I mention it here.

anohren avatar Mar 02 '21 13:03 anohren