View Single Post
Old 10-19-2008, 06:47 AM   #10
Sallytrafic
Junior Member
Sallytrafic began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Sep 2008
Device: Sony Reader
The Gui looks the same to me even after upgrading to .98

I don't know where or how to put the script in that you gave. Trouble with an apple is that its used just as any other domestic appliance in my house and I haven't a clue how to delve in the terminal. Should I be amending the global.py file with a text editor?

There are two other files at the same location gui.py and dynamic.pickle.

Can't it be an option on start up to choose a library like on iPhoto etc. Sorry to be so thick about computers, its obviously beyond me to get two or more libraries without more help.

Currently my global.py file reads as follows:

# calibre wide preferences

### Begin group: DEFAULT

# database path
# Path to the database in which books are stored
database_path = '/Users/Frank/library1.db'

# filename pattern
# Pattern to guess metadata from filenames
filename_pattern = u'(?P<title>.+) - (?P<author>[^_]+)'

# isbndb com key
# Access key for isbndb.com
isbndb_com_key = ''

# network timeout
# Default timeout for network operations (seconds)
network_timeout = 5

# library path
# Path to directory in which your library of books is stored
library_path = u'/Users/Frank/Documents/eBooks'

# language
# The language in which to display the user interface
language = 'en'

# output format
# The default output format for ebook conversions.
output_format = 'LRF'

# read file metadata
# Read metadata from files
read_file_metadata = True

# migrated
# For Internal use. Don't modify.
migrated = True
Sallytrafic is offline   Reply With Quote