I'm new to File bot and script writing in general and i could use a little help.
Basically i work on a ship and we have 12Tb of storage full to the brim of films and series ( 4 months at sea can get VERY boring! )
Nothing has ever been setup properly outside of having one big folder called "Movies" and another called "TV", everything is lumped together in one place, some in folders with all the torrent file junk others just the video file, some named with the year and quality others named with all sorts of junk... The added problem is duplication of files with different quality ie 720 vs 1080 etc.
I have been using the following scrip if found by Rednoah to rationalise the movie drives by Genre:
X:/Movies/{genres[0]}/{n} ({y})/{n} ({y}){" CD$pi"}
This moves the file folders to new folders created by Genre and renames the files with the year
I later switched to using this script by Deadmano to get over some naming errors:
X:/Movies/{genres[0]}/{n.replaceAll(":", replacement = " -")} ({y}
It also moves the files and not the folders

My question is:
Is there a way to sort by Genre, rename with the Year, add Video Quality and if there are duplications in the genre destination folder keep the highest quality file?
So the end file name is something along the lines of:
X:/Movies/Super Heros/Ironman (2008) [1080p]
This way when new crew members join the ship they can update the ships drives / personal copies with the highest quality files and also search for things by year or quality rating. Its so easy to miss shows / films being released if you're at sea for most of a year and then struggle to find something new to watch as you have no idea whats new...
I'd greatly appreciate some help with this, i'm new to coding and although some of it kinda makes sense to me a lot is way over my head.
Cheers
