Quote:
Originally Posted by skil-phil
Hi,
I have been adding books to the library using the following reg exp to extract metadata from the file name.
(?P<author>[^_]+)-(?P<series>[^_]+)-(?P<series_index>[^_]+)-(?P<title>[^_]+)-(?P<published>[^_]+)-(?P<tags>[^_]+)
All works fine except the <tags>. Is it possible to get this to work?
Thanks
Phil
|
You'll need to post some sample filenames so we can see what maybe going on.