Skip to content

A simple tool for adding metadata to multiple audio files in different formats at once

Notifications You must be signed in to change notification settings

LongHairedHacker/multitag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multitag

A simple tool for adding metadata to multiple audio files in different formats. Metadata is read from a yaml file and an additional jpg (for coverart) and can be applied to multiple files at once. It was developed with linux in mind, but might work on other platforms as well.

Warning: This is tool is a quick and dirty one day hack and has only been tested using mpv. Expect bugs and other random weirdness.

Features

Support audio formats:

  • mp3
  • mp4
  • ogg vorbis
  • ogg opus

Supported metadata entries:

  • Title
  • Artist
  • Date
  • Language
  • Coverart (only jpg format supported)
  • Chapters

Usage

multitag.py metadatafile audiofile1 audiofile2 ... audiofileN

Dependencies

  • python3
  • pyyaml
  • mutagen
  • libm4v2 (for the m4chaps utility)

About

A simple tool for adding metadata to multiple audio files in different formats at once

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages