View Single Post
Old 09-22-2010, 09:14 AM   #16
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by hal9000 View Post
Oh. That's fine. Then the only thing needed would be that calibre were smart enough to not only remove leading spaces, but leading dash/hyphens too.
This has been discussed before. It's ceratainly possible, but not with the current design for the save template, which uses Python string templates and available string formatting operations. It would need a conditional inside the string template.

This little bugaboo has been around for a while. Feel free to add it as a request in the bug tracker (Search first, it may already be there and on the ToDo list). The problem is that it's a minor annoyance and may be too much work for too little reward. Personally, I just skip the hyphen, use spaces and put the series_index at the front (which is where I want it for sorting anyway.)
Starson17 is offline   Reply With Quote