Quote:
Originally Posted by user_none
This will work provided there are no numbers in the series name:
Code:
[^_]+_(?P<author>[^_]+)_((?P<series>[^_\d]+)(?P<series_index>\d+)?_)?(?P<title>[^_]+)
|
This regex worked great last year but now I've had to completely reload my netbook. I am now running Calibrie 0.7.12. When I plugged the above regex into the 'Add files' screen and tested it on one of my file names it put the entire file name into the Title field instead of splitting out the components. Has something changed in how the filenames are handled?