Thread: Importing Tags
View Single Post
Old 08-19-2015, 12:44 AM   #1
les.61
Junior Member
les.61 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2015
Device: Kobo
Cool Importing Tags

I have books that have the following naming structure and want to be able to import with the tag. I have tried and cannot get it to work.

<Title> - <Author> - <Tag(s)> - <series>

I have tried
(?P<title>.+) - (?P<author>[^_]+) - (?P<tags>.+) - (?P<series>[^_]+)

but it will still not import the tags. Any suggestions?
les.61 is offline   Reply With Quote