Manual de usuario de calibre, Publicación 2.73.0
# MM
the month as number with a leading zero (01-12)
# MMM
the abbreviated localized month name (e.g. 'Jan' to 'Dec').
# MMMM the long localized month name (e.g. 'January' to 'December').
# yy
the year as two digit number (00-99)
# yyyy the year as four digit number
# h
the hours without a leading 0 (0 to 11 or 0 to 23, depending on am/pm) '
# hh
the hours with a leading 0 (00 to 11 or 00 to 23, depending on am/pm) '
# m
the minutes without a leading 0 (0 to 59) '
# mm
the minutes with a leading 0 (00 to 59) '
# s
the seconds without a leading 0 (0 to 59) '
# ss
the seconds with a leading 0 (00 to 59) '
# ap
use a 12-hour clock instead of a 24-hour clock, with "ap"
#
replaced by the localized string for am or pm '
# AP
use a 12-hour clock instead of a 24-hour clock, with "AP"
#
replaced by the localized string for AM or PM '
# iso
the date with time and timezone. Must be the only format present
# For example, given the date of 9 Jan 2010, the following formats show
# MMM yyyy ==> Jan 2010
yyyy ==> 2010
dd MMM yyyy ==> 09 Jan 2010
# MM/yyyy ==> 01/2010
d/M/yy ==> 9/1/10
yy ==> 10
# publication default if not set: MMM yyyy
# timestamp default if not set: dd MMM yyyy
# last_modified_display_format if not set: dd MMM yyyy
gui_pubdate_display_format = 'MMM yyyy'
gui_timestamp_display_format = 'dd MMM yyyy'
gui_last_modified_display_format = 'dd MMM yyyy'
#: Control sorting of titles and series in the library display
# Control title and series sorting in the library view. If set to
# 'library_order', the title sort field will be used instead of the title.
# Unless you have manually edited the title sort field, leading articles such as
# The and A will be ignored. If set to 'strictly_alphabetic', the titles will be
# sorted as-is (sort by title instead of title sort). For example, with
# library_order, The Client will sort under 'C'. With strictly_alphabetic, the
# book will sort under 'T'.
# This flag affects Calibre's library display. It has no effect on devices. In
# addition, titles for books added before changing the flag will retain their
# order until the title is edited. Double-clicking on a title and hitting return
# without changing anything is sufficient to change the sort.
title_series_sorting = 'library_order'
#: Control formatting of title and series when used in templates
# Control how title and series names are formatted when saving to disk/sending
# to device. The behavior depends on the field being processed. If processing
# title, then if this tweak is set to 'library_order', the title will be
# replaced with title_sort. If it is set to 'strictly_alphabetic', then the
# title will not be changed. If processing series, then if set to
# 'library_order', articles such as 'The' and 'An' will be moved to the end. If
# set to 'strictly_alphabetic', the series will be sent without change.
# For example, if the tweak is set to library_order, "The Lord of the Rings"
# will become "Lord of the Rings, The". If the tweak is set to
# strictly_alphabetic, it would remain "The Lord of the Rings". Note that the
# formatter function raw_field will return the base value for title and
# series regardless of the setting of this tweak.
save_template_title_series_sorting = 'library_order'
#: Set the list of words considered to be "articles" for sort strings
# Set the list of words that are to be considered 'articles' when computing the
# title sort strings. The articles differ by language. By default, calibre uses
240
CapĆtulo 1. Secciones