Search found 4 matches

by Vittatus
09 Feb 2024, 15:15
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 111
Views: 287271

Re: Multiple audio tracks with different codecs and languages


this was not easy... but give it a try:

{
def preferredLang = 'FR'
def useChFilter = false
def filter = { [it.lang, it.codec, it.ch, it.objects].findAll() }

def codecList =
[
'MPEG Audio' : 'MP2',
'MP3' : 'MP3',
'PCM' : 'PCM',
'FLAC' : 'FLAC',
'AAC LC' : 'AAC',
'AAC LC SBR' : 'AAC ...
by Vittatus
19 Dec 2023, 19:49
Forum: Help and Support
Topic: configure the script to add the best audio available
Replies: 1
Views: 2162

configure the script to add the best audio available

hello! I have this script that works perfect except for a couple of things.
1. Some audios are not named completely, that is, DTS-HD MA only marks them as DTS, trueHD gives me some strange characters.
2. I would like that if the file has several audios, for example "English AC3 and English DTS-HD MA ...
by Vittatus
09 Aug 2021, 22:55
Forum: Episode / Movie Naming Scheme
Topic: Multiple audio tracks with different codecs and languages
Replies: 111
Views: 287271

Re: Multiple audio tracks with different codecs and languages


e.g. addToList = [Add "AC 3" to codecList, Add "DTS XLL" to codecList, Add "DTS" to codecList]

This is the final result:
{
def preferredLang = 'FR'
def filter = { [it.codec, it.ch, it.lang].findAll() }

def codecList =
[
'MPEG Audio' : 'MP2',
'MP3' : 'MP3',
'PCM' : 'PCM',
'FLAC' : 'FLAC ...
by Vittatus
12 May 2019, 13:13
Forum: Help and Support
Topic: License Activation Questions and Answers
Replies: 249
Views: 313763

Re: [FAQ] How do I activate my license?

Hello, I just bought a license a few hours ago but I have not received anything, pay by paypal and the paypal receipt if I received it but the other 2 do not.

thank you