Skip to content

Instantly share code, notes, and snippets.

@alghanmi
Last active October 17, 2023 00:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save alghanmi/ce08c5b48234efd5ef79 to your computer and use it in GitHub Desktop.
Save alghanmi/ce08c5b48234efd5ef79 to your computer and use it in GitHub Desktop.
Install OverDrive Media Console on Linux

##OverDrive Media Console OverDrive is a very common provider for eBooks and Audiobooks for the many public libraries. The ODMC is the application used to download resources.

OD now supports MP3 for all its audio-books and epub for their ebooks. This allows you to use it on Linux.

##Install and Setup ###Step 1. Dependencies To use ODMC on Linux, you need to install wine and winetricks. On a debian-based system, you can do:

sudo aptitude install wine winetricks

###Step 2. Download ODMC Follow this link to download the Windows version:

http://omc.overdrive.com/windows.php

###Step 3. Install using Wine This is a two step process. First, we need to install Windows Media Player 10:

winetricks wmp10

Then, we install the file we downloaded in Step 2

wine msiexec /i ODMediaConsoleSetup.msi

####Resources

@abartolo-912
Copy link

Looks like http://omc.overdrive.com/windows.php isn't working anymore.

@manderso7
Copy link

Latest Overdrive link:
https://app.overdrive.com/

Also, had to install wmp10 using WINEARCH=win32

@GonzaloAlvarez
Copy link

Still working as of Dec 2022.

Overdrive app link: http://app.overdrive.com/downloads/ODMediaConsoleSetup.msi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment