Metalove v0.2.2 mix ml.chapter View Source

Extract chapter information from an ID3 tagged mp3 file.

mix ml.chapter --base-url BASE_URL MP3_FILEPATH_OR_URL

If the chapters contain images, they will be written to the path of the source file appended by the path of the URL. They will be referenced in the generated simple chapter XML with the BASE_URL. The path of the BASE_URL will be appended to the base path of the mp3 file. E.g.

mix ml.chapter --base-url https://fanboys.fm/images/FAN356 ~/Documents/Podcasts/Fanboys/FAN356.mp3

Will output the XML for simple chapters, and will store all found images into ~/Documents/Podcasts/Fanboys/images/FAN356/ChapterXX.jpeg

Options

  • --base-url URL - if given will add image_url hrefs to the chapters with images and save the images found in the ID3 tag chapters as well as the cover art to the directory of the source file appended by the path of the url.
  • --output PATH - if given will save encountered images into that path instead.
  • --debug - output the raw parsed ID3 information for debugging.