i am using kmplayer to play all video and audio files. right now, in the context menu, i am getting two options i.e. play with kmplayer, enque in kmplayer etc. is it possible to add context sensitive menu to a button using xyplorer script?
i am adding the command line options possible in kmplayer in the attached image?
can you give the script for the above options?
it searches the playlist files using control + s command? can this option be also added to the code.
right now i am using the following code.
Code: Select all
"KMPlayer"
OpenWith """C:\Program Files (x86)\The KMPlayer\KMPlayer.exe"" <items>";
"enque"
$items = get("SelectedItemsPathNames", chr(34)." ".chr(34));
run """C:\Program Files (x86)\The KMPlayer\KMPlayer.exe"" /ADD ""$items""";
m.k.rao
XYplorer Beta Club