Skip to content

Get's chapter information about an audio book from google play books and slices the extracted audio file into one file per chapter.

Notifications You must be signed in to change notification settings

TwoSolutions/ABC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABC - Audio Book Cutter

This Project extracts chapter audio files from a single file audio book. It parses the Chapter length and name directly from the corresponding Googles Audiobook page, you only have to get the ID of the audiobook. For example https://play.google.com/store/audiobooks/details?id=AQAAAEAc7BasGM has id AQAAAEAc7BasGM.

Usage

Download FFmpeg from https://ffmpeg.org/.

Clone this repository with

git clone https://github.com/TwoSolutions/ABC
cd ABC
pip install -r requirements.txt

Now open main.py and change your ID , Name , Author and File_Path. Then run main.py. Note that the Name and Author variable in main.py can be set to everything, because currently the metadata for the chapter audio files is fetch from the input audio file, so they can be safely set to None.

About

Get's chapter information about an audio book from google play books and slices the extracted audio file into one file per chapter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages