-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
How does Browser Picker add arguments ? #83
Comments
Hi, process launching is handled here Ie. the arguments get added in front of the url, without a space. |
Thanks, I think that's what is causing the problem. |
You should just be able to add the space behind the argument in the UI, I believe |
I tried that out but it doesn't seem to be working for some reason. Is there some sort of debug mode for the app? |
There is not a debug mode in the app as such, but if you really want to debug it, you could grab visual studio community edition from Microsoft and download the source code. I'll refrain from writing an entire howto debug .net apps in visual studio in this issue though :) Whatever may be going on though, it seems clear that we should extend the advanced settings to enable greater control over the executed command line. |
Thanks for the detailed reply. |
I'm using it to send a youtube url to a media player(potplayer)
It works fine if there's no argument.
But it misbehaves if I add the
/add
argument in browserpicker to add the url to the playlist.I can open a url in potplayer fine with this command:
The text was updated successfully, but these errors were encountered: