[DOCS] Audio Codec Profile

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
rednoah
The Source
Posts: 24009
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[DOCS] Audio Codec Profile

Post by rednoah »

:idea: {aco} may be based on one of the following audio stream properties:

Groovy: Select all

audio.Codec_Profile
audio.Format_Profile
audio.Format_Commercial

e.g.

Properties: Select all

Format_Commercial : Dolby Digital


:idea: You can use the replace() function to replace the possible values of {aco} with your preferred abbreviations:

Format: Select all

{
	aco.replace(
		'Dolby Digital Plus with Dolby Atmos' : 'DDP+DA',
		'Dolby Digital Plus' : 'DDP',
		'Dolby Digital' : 'DD',
	)
}
:idea: Please read the FAQ and How to Request Help.
Post Reply