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

audio transcode etc parameters not in 2.3.7/8 #27

Closed Penkethboy closed 4 years ago

Penkethboy commented 4 years ago

%transcoding.height%,%transcoding.audio.channels%,%transcoding.audio.codec%,%transcoding.bitrate%,%transcoding.container%,%transcoding.framerate%,%transcoding.reasons%

are not available in onplaybackprogress

AnthonyMusgrove commented 4 years ago

Thank you mate, investigating this one now :)

Confirmed issue: 2020-05-30 11:11:32.122 Info Emby ScripterX: onPlaybackProgress: %transcoding.height%,%transcoding.audio.channels%,%transcoding.audio.codec%,%transcoding.bitrate%,%transcoding.container%,%transcoding.framerate%,%transcoding.reasons%

AnthonyMusgrove commented 4 years ago

This one is now resolved mate, and will be available in the next release :)

2020-05-30 11:17:38.156 Info Emby ScripterX: onPlaybackProgress: 480,2,mp3,2032128,ts,125,ContainerNotSupported

Achieved with:

onPlaybackProgress_ResolvedTranscoding

AnthonyMusgrove commented 4 years ago

Fix is now up for this one mate, v3.0.1 :)

Penkethboy commented 4 years ago

Annotation 2020-05-30 155855

Hi I am seeing the new transcode parameters but could they be with the other older transcode parameters rather than in two sets as they have the same colour etc