Hey i've been messing around with Retroplayer and whilst its really good, lots of my rom collections are in big 7zip directories that it can't play.
I've been looking at scripts to bulk extract them all using
However 7zip isn't installed. Guessing because libreleec isn't like linux i can't just install from a repository and run a 7zip installer to help?
Ideally if i have the folder structure:
Games:
Console A
--Game1.7z
--Game2.7z
--Game3.7z
Console B
--Game1.7z
--Game2.7z
--Game3.7z
I'm wanting my script to iterate through all my consoles, extract the zips into a directory of the same name and then delete the original file.
Any help is much appreciated.