Ok. I'll post my first tests.
the filename with full path:
d:\media\tvshows\24\24.521.hdtv-lol.[vtv].avi
The regexp:
\\(?<series>[^\\]+)\\[^\\]*$
In regexbuddy, series should be 24 on that string (the last subfolder name).
In the plugin, Series is set to 24.521.hdtv-lol.[VTV] (which is the result I always get no matter what I tried).
Given that I've compiled mediaportal & the plugin, as I tried to remove the RightToLeft flag (which didn't change a thing) I'll try to debug & see what's going on in there. Or maybe someone will tell me that I missed something and it's normal that it's not working
the filename with full path:
d:\media\tvshows\24\24.521.hdtv-lol.[vtv].avi
The regexp:
\\(?<series>[^\\]+)\\[^\\]*$
In regexbuddy, series should be 24 on that string (the last subfolder name).
In the plugin, Series is set to 24.521.hdtv-lol.[VTV] (which is the result I always get no matter what I tried).
Given that I've compiled mediaportal & the plugin, as I tried to remove the RightToLeft flag (which didn't change a thing) I'll try to debug & see what's going on in there. Or maybe someone will tell me that I missed something and it's normal that it's not working