AnthonyMusgrove / Emby-ScripterX

Run custom external application or script (batch/bash/powershell/php/python/node.js/custom) on various events within the Emby Server.
https://emby-scripterx.com
78 stars 6 forks source link

Drag and Drop #26

Closed Penkethboy closed 2 years ago

Penkethboy commented 4 years ago

if you are going to add drag and drop to the parameters section can you add " " around the non integer/number variables or just all variables which would be easier i suspect

Also

  1. can you also add a file picker dialog to pick the script file

1.1 and on basis of script file extension add "-File" , /d etc etc

  1. Make Interpreter a drop down list of supported interpreters powershell, pwsh, cmd etc

with all the above this would eliminate most of the typing and be mostly mouse driven

AnthonyMusgrove commented 4 years ago

This one is in progress mate, I love these ideas :) I'm just researching the Emby API for how to implement the filepicker dialog (looking at the add library functions etc)!

AnthonyMusgrove commented 4 years ago

Hey mate, I'm still working on this one. It's just a bit fiddly but it will work I promise :)

AnthonyMusgrove commented 4 years ago

Getting closer :)

MouseFriendlyInterface

AnthonyMusgrove commented 4 years ago

Im currently devoting 99.9% effort in getting this component complete. It involves a fair bit of interface coding and testing which is great, because the actions interface code is currently bulky (works great, but bulky), so it will be a great therapeutic experience for me. Tonight ill be sitting down to map the rest of it out, it will be aweaome.