mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
version 0.4.92
This commit is contained in:
parent
0de5dbf311
commit
39de428e71
@ -2,7 +2,7 @@ __license__ = 'GPL v3'
|
|||||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
__appname__ = 'calibre'
|
__appname__ = 'calibre'
|
||||||
__version__ = '0.4.91'
|
__version__ = '0.4.92'
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
'''
|
'''
|
||||||
Various run time constants.
|
Various run time constants.
|
||||||
|
@ -225,6 +225,10 @@ will be interpreted to have the title: Foundation and Earth and author: Isaac As
|
|||||||
.. tip::
|
.. tip::
|
||||||
If the filename does not contain the hyphen, the regular expression will fail.
|
If the filename does not contain the hyphen, the regular expression will fail.
|
||||||
|
|
||||||
|
.. tip::
|
||||||
|
If you want to only use metadata guessed from filenames and not metadata read from the file itself, you can tell |app| to do this, via the configuration dialog, accessed by the button to the right
|
||||||
|
of the search box.
|
||||||
|
|
||||||
.. _book_details:
|
.. _book_details:
|
||||||
|
|
||||||
Book Details
|
Book Details
|
||||||
|
Loading…
x
Reference in New Issue
Block a user