hope someone have af solution for this scenario:
so far I created a command for when I want to rename som tv shows,
where I want to add Year onto the show folder and create season folder.
In the Season folder I want to add to the filenames:
year in the showname
and after the SxxExx i want to add episode title .
After that i added different rls info like VC, Source, rlsgroup and ect.
an example is:
Code: Select all
/{n.replace(':', ' - ')}{n =~ y ? '' : " ($y)"} {tags}/{'/Season '+s00}/{n.space('.')}.({y}).{'S'+s.pad(2)}E{e.pad(2)}.{t.replace(' ','.').replace':','-'}.{vf}{ if (vc == 'x265' || vc == 'HEVC') ' HEVC' else if (vc == 'AVC' || vc == 'x264') ' x264' else '' }.{source}.{vc}.{ac}.{af}.{VideoCodec}{-group}

But as i also wat to keep eventually a Language tag like NORDIC, I thought maybe it would be easier to add a code to:
Code: Select all
[code]/{n.replace(':', ' - ')}{n =~ y ? '' : " ($y)"} {tags}/{'/Season '+s00}/{n.space('.')}.({y}).{'S'+s.pad(2)}E{e.pad(2)}.{t.replace(' ','.').replace':','-'}
so this file:
Star.Wars.Visions.S01E01.NORDiC.ENG.1080p.WEB-DL.H.264-RAPiDCOWS
would become:
Star.Wars.Visions.(2021).S01E01.The.Duel.NORDiC.ENG.1080p.WEB-DL.H.264-RAPiDCOWS.
other way to describe it, is to:
add Year after showtitle
add Episodetitle after Episode number, and keeping everything else
sorry for the long post for a solution that may be straight way