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

FR: Marked played event, tags and calls #71

Open mgaulton opened 1 year ago

mgaulton commented 1 year ago

Is your feature request related to a problem? Please describe. I'm trying to find a method that within a given library, when a file is marked as played, a script is called to move the files to a secondary path. Describe the solution you'd like A scripter-x event to pass the full folder path to a script, to trigger that script to process the folder.

Describe alternatives you've considered I have not found a method to determine that given a library, find out the path of items that are marked played already to pass them to the script.

Additional context Add any other context or screenshots about the feature request here.