I tried to fidel a kind of Catch for all But i have ne little problem with that
TV
Code: Select all
{ny.take(40)} - {s.pad(2)+'x'}{e.pad(2)} {' Special '+special.pad(3)}{ - " Part $pi"} - {t.take(40)} - [{any{group}{'hanimetv'}}] {source} [{resolution}] {video.codecID.join('-').replace('/', ' ')} {[vc, VF, af]} [{bitdepth}{' Bit'}] {([(audio.language.take(5) - [null, 'Undefined','Undefined / ja']).join(', ')])}{'; ' +[(text.language.take(5) - [null, 'Undefined']).join(', ')]}
does omeone know how to limit to like 5 Languages And go ... after those for?
.take(5) seems not to work

Movies
Code: Select all
{NY} - {director}{" - (Part $pi)"} - [{any{group}{'NoGroup'}}] {source} [{resolution}] {video.codecID.join('-').replace('/', ' ')} {[vc, VF, af]} [{bitdepth}{' Bit'}] {([(audio.language - [null, 'Undefined','Undefined / ja']).join(', ')])}{'; ' +[(text.language - [null, 'Undefined']).join(', ')]}