Audio Languages in export function
#1
Hy, i need help for generating a custom export Template for TinyMediaManager.

Is it possible to export more than the first Audio language of a File?

${video.audioLanguage} gives me only the first language, but i need all Audio stream languages maybe with a foreach?
The Problem is in the documentation it seems not all variables are shown?!

Thank you
JG2015
#2
yes, it should work:

in ${video} there is an array called audioStreams which contains a field called language

I have no computer here to check the whole syntax, but it should be sometime like

Code:
${foreach video.audioStreams audio}
  ${audio.language}
${end}
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab

Logout Mark Read Team Forum Stats Members Help
Audio Languages in export function0