Adding books to the library
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
|