>>106525564
Here's a snippet for people who use jellyfin and often need to rename tons of files. This adds the `ep` column to the ls table to build new filenames from
let table = (ls | where name =~ '\.mp4$' | select name | merge ( get name | parse --regex '.*S06E(<?ep>\d{2}).*') )