Skip to content

Unofficial guide to convert the official General Conference website listing into an Audiobook for easy listening on any device, in any app.

Notifications You must be signed in to change notification settings

ChurchofJesusChristDev/General-Conference-to-Audiobook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Download General Conference
(and convert to Audiobook)

How to convert the official General Conference website listing into an
unofficial Audiobook for easy listening on any device, in any app.

UPDATES

  • October 2023 - no changes, still works as-is
  • April 2022 - updated selectors for new site

Download Pre-Converted Files

Download from ChurchOfJesusChrist.org

  1. Go to any of the General Conference listings (from April 1971 to Present). For example:
  2. Open Chrome's Menu => More Tools => Developer Tools
    (the JavaScript Console Inspector) Screenshot 2023-02-06 at 6 19 00 AM
  3. Copy and Paste this script into the Console:
    var script = document.createElement('script');
    script.src="https://churchofjesuschristdev.github.io/General-Conference-to-Audiobook/general-conference-talks.js";
    document.body.append(script);
    Screenshot 2023-02-06 at 6 22 58 AM Screenshot 2023-02-06 at 6 23 48 AM
  4. Download each talk by either:
    • Painstakingly download each talk with the provided links
    • Or copy and paste the curl commands into Terminal.app
    Screenshot 2023-02-06 at 6 12 23 AM

Convert to AudioBook

  1. Use AudioBookBinder from the App Store to convert from several mp3s into a single m4b Screenshot 2023-02-06 at 6 03 25 AM Screenshot 2023-02-06 at 6 06 35 AM Screenshot 2023-02-06 at 6 10 00 AM
  2. Check the Church Newsroom if you'd like a nice image to use:
    https://newsroom.churchofjesuschrist.org/article/october-2022-general-conference-news-announcements Screenshot 2023-02-06 at 6 14 13 AM
  3. Enjoy with Bound (via its Web Uploader) on iOS, or any other audiobook app on any other device Screenshot 2023-02-06 at 6 27 55 AM Screenshot 2023-02-06 at 6 28 15 AM

Also of Interest

LibriVox Book of Mormon

If you'd like a little more variety in the voice acting of the Book of Mormon,
you might enjoy the community recordings put together by LibriVox Volunteers:

Manuals as AudioBooks

The church has some official audiobooks for the various manuals and study materials:

About

Unofficial guide to convert the official General Conference website listing into an Audiobook for easy listening on any device, in any app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published