Hopefully this is fixable since I like this program.
It started when I upgraded to version 0.6.6 for Linux. I don't recall specifically what version I had before this, but it'd been a few months since I updated versions.
My regular expression for parsing the author/title is:
(?P<author>[^-]+) - (?P<title>.+)
When I put in a file name and click the "test" button, it works fine. It detects the authors and titles as it should.
But... when I try to add books to the database, the Author shows up fine, but the title is the full file name minus the extension. In other words, it's the author - title.
I tried changing the expression and change it back, but it didn't help.
This worked just fine until I upgraded. I even tried readding things that worked before the upgrade, but it doesn't work now.
Any ideas?
If it makes any difference, my distribution is the Hardy heron, so it's not available in the repositories; I have to install it manually.
Thanks!
update: Just uninstalled/reinstalled, and got the same thing. Even leaving it at the default regular expression, it detects the title as the entire string.
Last edited by melanti; 08-13-2009 at 10:18 PM.
|