Berion
Developer
Hello,
Anyone here is good in regex? I need script (whatever it would be, *.bat, *.ps, *.sh) which:
1. reading all files in dir and changing filenames
2. from "<game title> (SCES-12345).png" to "SCES_123.45.png"
Game ID is always closed in "()". And sometimes looks like this: "(SCES-12345P)" or "(SCES-12345 C)".
I would want to convert this https://www.psx-place.com/threads/hq-disc-case-covers.26545/ to OPL friendly format. I've already dealt with batch conversion to cutting covers alone without disc case, resize and put it stretched on power of two bitmap. Yet changing hundreds of filenames manually would kill me. ;p
Anyone here is good in regex? I need script (whatever it would be, *.bat, *.ps, *.sh) which:
1. reading all files in dir and changing filenames
2. from "<game title> (SCES-12345).png" to "SCES_123.45.png"
Game ID is always closed in "()". And sometimes looks like this: "(SCES-12345P)" or "(SCES-12345 C)".
I would want to convert this https://www.psx-place.com/threads/hq-disc-case-covers.26545/ to OPL friendly format. I've already dealt with batch conversion to cutting covers alone without disc case, resize and put it stretched on power of two bitmap. Yet changing hundreds of filenames manually would kill me. ;p