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
76 stars 6 forks source link

ScripterX now supports two additional context libraries; #41

Closed AnthonyMusgrove closed 3 years ago

AnthonyMusgrove commented 4 years ago

Please check out the wiki for more information;

ScripterX.Api.Register, ScripterX.Api.Unregister, ScripterX.Include.Script

Packages

Packages

Slugger commented 4 years ago

Liking the include functionality. I've been debating on what to do, wait for integration with Node.js, which has imports already or just go for it with one massive script using the current framework. This makes it a little easier to design something with multiple files.

The api extension is an interesting idea. I don't have a use case for it myself right away, but I can see it as an interesting option should a use case present itself.