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

Token substitution not occuring for %item.library.name% "onPlaybackStart", playing a tv episode #6

Closed AnthonyMusgrove closed 4 years ago

AnthonyMusgrove commented 4 years ago

Describe the bug tested on v2.1.8

Penkethboy commented 4 years ago

this is also happening on itemadded itemupdated itemremoved playbackstart playbackstop

it used to work as have logs from a couple of days ago where adding a series has the library.name

Also for Playbackstart and PlayBackStop library.type is not returning anything

AnthonyMusgrove commented 4 years ago

Thank you mate, this is now resolved, and will be included in the upcoming release :)

It was a system-wide referencing issue which is now resolved :)

START Library Name: %item.library.name% - Library Type: %item.library.type%

Emby ScripterX: onPlaybackStart: START Library Name: Music - Library Type: music Emby ScripterX: onPlaybackStart: START Library Name: TV - Library Type: tvshows Emby ScripterX: onPlaybackStart: START Library Name: Movies - Library Type: movies