Parent Folder with different Files
Posted: 22 Oct 2016, 09:06
So. I was thinking that it would be neat to leave the filenames in it's clearest state - meaning
and it's parent folder with all the other information.
This is my current formula:
But the Problem is with this formula, that if I have, say, one show with all the episodes but some weren't released (yet) in a specific format but I still want them to have in the same folder, that it generates a separate folder for the "odd" files.
Meaning this happens:

Soooooo.... HELP ME PLEASE! :'(
Code: Select all
{n.replace(":", " -").sortName('$2, $1')} - {s00e00} - {t.replace(":", " -")}
This is my current formula:
Code: Select all
/Volumes/TV Shows/{n.replace(":", " -").sortName('$2, $1')} {info.status == 'Ended' ? '[Completed]' : '[Ongoing]'}/{'Season '+s.pad(2)} {'['+vf}{', '+ac.replace("EAC3", " DD+").replace("AC3", " DD")}{' '+channels.replace("6.0", " 5.1")+']'} {'('+source+')'}/
Meaning this happens:

Soooooo.... HELP ME PLEASE! :'(