AMC multiple subtitle handling
Posted: 17 Jan 2015, 10:57
Hi,
Filebot with amc has problem handling multiple subtitles of the same language. That caused me some data loss (subtitles), even if option "conflict" is set to "skip", clean option is activated.
The files:
asdf-something-1080p.mkv
asdf-something-1080p-forced.idx
asdf-something-1080p-forced.srt
asdf-something-1080p-forced.sub
asdf-something-1080p-ger1.sub
asdf-something-1080p-ger1.idx
asdf-something-1080p-ger2.sub
asdf-something-1080p-ger2.idx
after filebot renamed it:
Something.[...].mkv
Something.[...].forced.deu.idx
Something.[...].forced.srt
Something.[...].forced.deu.sub
Something.[...].deu.idx
Something.[...].deu.sub
missing: Something.[...].deu2.idx , Something.[...].deu2.sub or maybe Something.[...].ger.idx
I know, this is a special case, that won't happen too often, but it would be nice if filebot at least would not delete the subtitles it couldn't handle.
best regards,
cheesemaker
//Edit:
This is my movieFormat parameter: movieFormat="Filme/{n.upperInitial().space('.')}.({y})/{n.upperInitial().space('.')}.({y}){'.' + file.path.matchAll(/extended|uncensored|remastered|unrated|uncut|directors.cut|special.edition|ultimate.edition|warner.fixed/)*.upperInitial()*.lowerTrail().sort().unique().join('.')}{'.3D.' + file.path.matchAll(/h-ou|h-sbs/)*.upper().sort().unique().join('.')}{\".\$ac\"}{\".\$vf\"}{\".\$source\"}{\".\$vc\"}{'.' + file.path.matchAll(/internal|repack|proper|rerip/)*.upper().sort().unique().join('.')}{\"-\$group\"}{'.'+fn.match(/forced/)}{\".\$lang\"}"
Filebot with amc has problem handling multiple subtitles of the same language. That caused me some data loss (subtitles), even if option "conflict" is set to "skip", clean option is activated.
The files:
asdf-something-1080p.mkv
asdf-something-1080p-forced.idx
asdf-something-1080p-forced.srt
asdf-something-1080p-forced.sub
asdf-something-1080p-ger1.sub
asdf-something-1080p-ger1.idx
asdf-something-1080p-ger2.sub
asdf-something-1080p-ger2.idx
after filebot renamed it:
Something.[...].mkv
Something.[...].forced.deu.idx
Something.[...].forced.srt
Something.[...].forced.deu.sub
Something.[...].deu.idx
Something.[...].deu.sub
missing: Something.[...].deu2.idx , Something.[...].deu2.sub or maybe Something.[...].ger.idx
I know, this is a special case, that won't happen too often, but it would be nice if filebot at least would not delete the subtitles it couldn't handle.
best regards,
cheesemaker
//Edit:
This is my movieFormat parameter: movieFormat="Filme/{n.upperInitial().space('.')}.({y})/{n.upperInitial().space('.')}.({y}){'.' + file.path.matchAll(/extended|uncensored|remastered|unrated|uncut|directors.cut|special.edition|ultimate.edition|warner.fixed/)*.upperInitial()*.lowerTrail().sort().unique().join('.')}{'.3D.' + file.path.matchAll(/h-ou|h-sbs/)*.upper().sort().unique().join('.')}{\".\$ac\"}{\".\$vf\"}{\".\$source\"}{\".\$vc\"}{'.' + file.path.matchAll(/internal|repack|proper|rerip/)*.upper().sort().unique().join('.')}{\"-\$group\"}{'.'+fn.match(/forced/)}{\".\$lang\"}"