How use folder name lika field "series" ?
I apologize if it was somewhere on the forum - I tried to find it but I couldn't.
I have several books outside the Caliber library that are in the folder that represented the series and inside the folder a book in the following format:
_01 SF BORIS\Boris D - Calypso.epub
and now I would like to enter these books into the Caliber library, but when adding, use the folder name as the series and the rest normally as the author and name.
I thought this would help
^(?P<series>.+?)\\(?P<author>[^_]+) - (?P<title>.+)
but in the test it works ok however when adding books there is no series.
|