Rename generic Sports episodes that are not listed on TheTVDB or TheMovieDB.
e.g. custom Plain File Format:
Format: Select all
/sports
/{ fn.match(/NBA|NHL/) }
/{ f.lastModified().toDate().format('MMMM') }
/{ fn.match(/\d{4}.\d{2}.\d{2}/).space('-') }
-{ fn.match( /\w+@\w+/ )}
e.g. sample files:
Console Output: Select all
[email protected]
[email protected]
e.g. desired output file paths:
Console Output: Select all
/sports/NBA/December/[email protected]
/sports/NHL/December/[email protected]

