This seems to work:
\\Konzerte\\(?<artist>.+(?=(\s\-\s)))\s\-\s(?<album>[^\\]+)\\[0-9]+\.\s(?<track>.+)\.(?<ext>[^.]*$)
In case someone is facing the same problems and is looking for answers here:)
This seems to work:
\\Konzerte\\(?<artist>.+(?=(\s\-\s)))\s\-\s(?<album>[^\\]+)\\[0-9]+\.\s(?<track>.+)\.(?<ext>[^.]*$)
In case...
Hi,
I'm currently trying to rescan my Database in mvCentral. I've been trying for some time now, looked into regexp-rules but...