Skip to content

A script to copy the audio tags including embedded cover picture of all audio files (mp3 or flac) of a directory to all audio files (mp3 or flac) of the current working directory

Notifications You must be signed in to change notification settings

ts-custer/copy-audio-tags

Repository files navigation

copy-audio-tags

Python script that copies audio tag information of an audio file to another audio file

At the moment only .mp3 and .flac files are supported.

Requires https://github.com/ts-custer/another-mutagen-wrapper and library "mutagen" https://github.com/quodlibet/mutagen. (The latter can be installed with 'apt-get install python3-mutagen'!)

usage: __main__.py [-h] [-t] [-u] [-r OLD NEW] source_directory

positional arguments:
  source_directory      Directory with audio files to copy audio tags from

optional arguments:
  -h, --help            show this help message and exit
  -t, --test_mode       If you set option -t ('test'), nothing will be saved
  -u, --update_comment  If you set option -u ('update comment'), the 'comment'
                        tag field will get the current date
  -r OLD NEW, --replace OLD NEW
                        To specify a textual replacement in the to be copied
                        tags

About

A script to copy the audio tags including embedded cover picture of all audio files (mp3 or flac) of a directory to all audio files (mp3 or flac) of the current working directory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages