mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 0.7.0
This commit is contained in:
parent
3f759827f7
commit
7d7091ccc3
@ -4,6 +4,13 @@
|
|||||||
# for important features/bug fixes.
|
# for important features/bug fixes.
|
||||||
# Also, each release can have new and improved recipes.
|
# Also, each release can have new and improved recipes.
|
||||||
|
|
||||||
|
- version: 0.7.0
|
||||||
|
date: 2010-06-04
|
||||||
|
|
||||||
|
new features:
|
||||||
|
- title: "Go to http://calibre-ebook.com/new-in/seven to see what's new in 0.7.0"
|
||||||
|
type: major
|
||||||
|
|
||||||
- version: 0.6.55
|
- version: 0.6.55
|
||||||
date: 2010-05-28
|
date: 2010-05-28
|
||||||
|
|
||||||
|
@ -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.6.55'
|
__version__ = '0.7.0'
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -1429,7 +1429,7 @@ class ITUNES(DevicePlugin):
|
|||||||
try:
|
try:
|
||||||
pythoncom.CoInitialize()
|
pythoncom.CoInitialize()
|
||||||
self.iTunes = win32com.client.Dispatch("iTunes.Application")
|
self.iTunes = win32com.client.Dispatch("iTunes.Application")
|
||||||
result = self.iTunes.UpdateIPod()
|
self.iTunes.UpdateIPod()
|
||||||
if wait:
|
if wait:
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
sys.stdout.write(" waiting for iPad sync to complete ...")
|
sys.stdout.write(" waiting for iPad sync to complete ...")
|
||||||
|
@ -243,7 +243,7 @@ Now, you can access your saved search in the Tag Browser under "Searches". A sin
|
|||||||
|
|
||||||
Preferences
|
Preferences
|
||||||
---------------
|
---------------
|
||||||
The Preferences dialog allows you to set some global defaults used by all of |app|. To access it, click the |cbi|.
|
The Preferences dialog allows you to change the way various aspects of |app| work. To access it, click the |cbi|.
|
||||||
|
|
||||||
.. |cbi| image:: images/configuration.png
|
.. |cbi| image:: images/configuration.png
|
||||||
|
|
||||||
@ -251,7 +251,7 @@ The Preferences dialog allows you to set some global defaults used by all of |ap
|
|||||||
|
|
||||||
Guessing metadata from file names
|
Guessing metadata from file names
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
In the :guilabel:`Advanced` section of the configuration dialog, you can specify a regularexpression that |app| will use to try and guess metadata from the names of ebook files
|
In the :guilabel:`Add/Save` section of the configuration dialog, you can specify a regular expression that |app| will use to try and guess metadata from the names of ebook files
|
||||||
that you add to the library. The default regular expression is::
|
that you add to the library. The default regular expression is::
|
||||||
|
|
||||||
title - author
|
title - author
|
||||||
@ -265,18 +265,13 @@ 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
|
||||||
-------------
|
-------------
|
||||||
.. image:: images/book_details.png
|
.. image:: images/book_details.png
|
||||||
|
|
||||||
The Book Details display shows you extra information and the cover for the currently selected book. THe comments section is truncated if the comments are too long. To see the full comments as well as
|
The Book Details display shows you extra information and the cover for the currently selected book.
|
||||||
a larger image of the cover, click anywhere in the Book Details area.
|
|
||||||
|
|
||||||
.. _jobs:
|
.. _jobs:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user