Moving ALL files in subfolder to named parent folder
Posted: 23 Feb 2022, 11:31
I routinely collate individual TV show episodes into a season/series pack.
For seeding purposes I don't rename the actual files but just create a new root folder for that season/series.
Here is my GUI script;
This is what the new folders look like;
Ideally I would like ALL the files lumped together in the folder which references the container type, in this case mp4.
Is this possible? At the moment I just move them manually but I would prefer it to be done via FB.
Thanks.
For seeding purposes I don't rename the actual files but just create a new root folder for that season/series.
Here is my GUI script;
Code: Select all
../{n.replaceAll(/[:|]/, "ː").replace('/' : '⁄')} - {episode.special ? 'Specials ' : 'Series '+s.pad(1)} {sy.joining('-', '(', ')')} [{ '' + any{ "$vs".upper() }{ 'WEB-DL' } } {vf} {ext}{if (textLanguages) ' subs'}]/{fn}
Code: Select all
Attenborough's Life in Colour - Series 1 (2021) [WEB-DL 480p mp4]
Code: Select all
Attenborough's Life in Colour - Series 1 (2021) [WEB-DL 480p srt]
Code: Select all
Attenborough's Life in Colour - Series 1 (2021) [WEB-DL 480p txt]
Code: Select all
Attenborough's Life in Colour - Series 1 (2021) [WEB-DL 480p mp4]
Thanks.