Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 30

...

  1. Open a web browser and enter the URL to your Circulation Manager's Admin interface: for example, https://simplye.libraryname-state.org/admin 
  2. In the top menu bar, click System Configuration to enter into the Configuration Manager portion of the Admin interface.
  3. Click the Collections item from the left menu.
  4. Click Create a new collection
  5. Select the Overdrive item from the Protocol drop down field.
  6. Fill in the configuration form:
    1. Under Name, enter a descriptive phrase for the collection: for example, XYZ Consortium Overdrive
    2. Skip the Parent field if it is displayed
      Note: If this is the first Overdrive collection you have created in the Circulation Manager, the Parent field is not present.
    3. Under Library ID, enter the corresponding ID from your credentials email provided by Overdrive
      Note: If Overdrive's library ID starts with a zero, you'll probably have better results if you omit the zero.
    4. Under Website ID, enter the corresponding ID from your credentials email provided by Overdrive
    5. Under Client Key, enter the key provided by Overdrive
    6. Under Client Secret, enter string provided by Overdrive

    7. Select the appropriate library record from the Add Library drop down list
    8. In the library sub-form which displays, in the ILS Name field, enter the Library ILS name string provided by Overdrive
    9. Also in the library sub-form, in the Default Loan Period field, enter the length of the library's ebook loans
    10. When you have finished the library sub-form, click the Add Library button to enable titles from this collection to be displayed in the library's SimplyE browse feeds
    11. When you have reviewed the form and are ready, click the Submit button to create the Overdrive collection. If the Circulation Manager management scripts are all running, an ingest process for existing title metadata from Overdrive will begin within the hour.

...

When your library is part of a consortium that has a primary, overarching collection, but your library has a separate Overdrive Advantage collection, you need to configure the Advantage collection and associate it with the primary collection.

The script bin/informational/overdrive-advantage-list will query Overdrive to learn about all Overdrive Advantage collections associated with a primary Overdrive collection. In particular, it will list the names and library IDs of all libraries with an Overdrive Advantage collection associated with a primary collection. This is a useful script to run when setting up Overdrive Advantage accounts, because it can save some back-and-forth emailing with Overdrive.

To configure the Advantage collection:

  1. Login to the Circulation Manager Admin interface
  2. Click the System Configuration top menu item
  3. Click the Collections item on the left sidebar
  4. Click the Create a new collection item
  5. Select Overdrive from the Protocol dropdown list
  6. In this case, we need to link the new collection to a parent collection; select the appropriate parent collection from the Parent dropdown list

    Notice that selecting the parent collection removes several of the configuration options. This child collection will use the corresponding values from the parent collection.
  7. Under Library ID, enter the corresponding ID from your credentials email provided by Overdrive (or obtained through the bin/informational/overdrive-advantage-list script)
  8. Select the desired library record from the Add Library drop down list
  9. In the library sub-form which displays, in the ILS Name field, enter the Library ILS name string provided by Overdrive
  10. Also in the library sub-form, in the Default Loan Period field, enter the length of the library's ebook loans
  11. When you have finished the library sub-form, click the Add Library button to enable titles from this collection to be displayed in the library's SimplyE browse feeds
  12. When you have reviewed the form and are ready, click the Submit button to create the Overdrive collection. If the Circulation Manager management scripts are all running, an ingest process for existing title metadata from Overdrive will begin within the hour.

...