Functions for directory & file naming
Dear Kovid,
Are there any functions available to apply them to metadata for directory and file naming?
Now that Calibre supports file naming configuration in the uploading of books to the e-reader I am thinking in features that are common in mp3 name file handling such as:
- Upper: converts name to uppercase
- lower: convert to uppercase
- Capitalize: capitalize (every first letter of each word converted to uppercase)
- Title: First letter of title converted to uppercase, the rest lowercase
...
I think you get the idea. I suppose that could be added easily as a python plugin (if I had the lesser idea about Python, i'll try myself).
|