How does Browser Picker add arguments ?
See original GitHub issueI’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:
potplayermini64 {youtube url} /add
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
google apps script - How to pass a parameter to Picker API?
Hi, Thank you for your reply. Here you have the codes: 1) Showing Picker (this code works): function showPicker() { var html =...
Read more >How can I run an application with command line arguments ...
app itself: Right click .app bundle, select "Show Package Contents", navigate to Info.plist, double click it, find Args key, edit.
Read more >How to create Windows shortcuts with parameters
To do that, right-click or press and hold the shortcut and select ... The shortcut's Properties window is where you can add arguments...
Read more >The arguments object - JavaScript - MDN Web Docs - Mozilla
The arguments object is a local variable available within all non-arrow functions. You can refer to a function's arguments inside that ...
Read more >microsoft/playwright - [Feature] pass args to new context
Creating a new Context will ignore the args passed to the browser, this makes it impossible to create Contexts with the desired flags...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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. Right clicking the app project you can go into properties and set the command line arguments to a url to test with and then hit F5 to launch it in debug mode.
I’ll refrain from writing an entire howto debug .net apps in visual studio in this issue though 😃 I am sure there are plenty of good intros on youtube if you want a crash course.
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 was asking just in case something like this was already implemented so I could try and see if I could decipher something from it. Not really a programmer, so the visual studio thing would be a little too advanced for me.