Yes, i figured it out...
First, this file works ONLY if placed in C:\Users\***\AppData\Roaming\PMS.
Second, regexp work only starting from line 3, like this
- Code: Select all
empty line
empty line
[^·]+ · (\d+) \([^)]+\) ([^·]+) .+
$2 ($1)
I use this expression, because my filename is "Moviename in Russian · Year (Main Actors) · Original Name · RipTypeAndResolution"
It's strange, but in the end it works
