But black hole time travel magic is the future of technology - KEEP UP!
Well, let me explain it how my mind would solve this problem (without knowing anything about coding)
I have 3 Files from one show.
1. ABC - S01E01 - XYZ [1080p, DD+ 5.1] (WEB-DL).mkv
2. ABC - S01E02 - XYZ [720p, 2.0] (HDTV).mkv
3. ABC - S01E03 - XYZ [1080p, DD+ 5.1] (WEB-DL). mkv
with my formula I'd get two folders
ABC/Season 01 [1080p, DD+ 5.1] (WEB-DL)
and
ABC/Season 01 [720p, 2.0] (HDTV)
What I'd like to do is put all three files into a single folder which indicates that it has files from the same show, same season but different metadata.
Basically a formula which would put all those files into a single folder like this
ABC/Season 01 [1080p, 720p, DD+ 5.1, 2.0] (WEB-DL, HDTV)
I was thinking about fiddling with an if-then binding but gave up.
If Show, Season and Metadata is the same then put it in this folder (the one with my provided formula); if not put it still in the same folder as other files but add the additional metadata in the folder name.
Something like that
