Template to export ALL avaible fields into Excel
#9
Hi, 

I have been able to figure it out how to do about Audio information.

I have inserted these lines into my code:

Code:

    <Cell><Data ss:Type="String">${foreach movie.mediaFiles mediafiles}${foreach mediafiles.audioStreams audio}${audio.codec},
${end}${end}</Data></Cell>
    <Cell><Data ss:Type="String">${foreach movie.mediaFiles mediafiles}${foreach mediafiles.audioStreams audio}${audio.channels},
${end}${end}</Data></Cell>
    <Cell><Data ss:Type="String">${foreach movie.mediaFiles mediafiles}${foreach mediafiles.audioStreams audio}${audio.bitrateInKbps},
${end}${end}</Data></Cell>
    <Cell><Data ss:Type="String">${foreach movie.mediaFiles mediafiles}${foreach mediafiles.audioStreams audio}${audio.channelsAsInt},
${end}${end}</Data></Cell>

Basically the output works fine, but I am having problem regarding Audio Channels, that are not exported, eventhough the information is there in TMM.

Image

As you can see in the Output file, either way using channels or channelsAsInt, I get in one case an empty value, and in other a 0 value, where I should read 2 or 6 channels.

Image

Any help in this?  Why it is not showing channels information?


Messages In This Thread
RE: Template to export ALL avaible fields into Excel - by jhoyos - 2019-05-30, 14:28
Logout Mark Read Team Forum Stats Members Help
Template to export ALL avaible fields into Excel1