-
-
Notifications
You must be signed in to change notification settings - Fork 1
artist_to_albumartist.1
artist_to_albumartist - copies Artist tag to AlbumArtist tag for given mp3/ogg/flac files
artist_to_albumartist [--dry-run] files
The artist_to_albumartist command can be used to copy the Artist tag (if present) to the AlbumArtist tag (if not present) for given mp3/ogg/flac files
[Note:] To run it recursively for all your files, you can use:
find DIRECTORY \( -name "*.flac" -o -name "*.mp3" -o -name "*.ogg" \) -exec artist_to_albumartist [--dry-run] {} \;
--dry-run : Report which files would be modified but do not alter any tags
When invoked without any arguments artist_to_albumartist displays a brief usage message and exits
Written by Andrzej Rybczak [email protected]
MusicPlayerPlus integration by Ronald Record [email protected]
ARTIST_TO_ALBUMARTIST is distributed under an Open Source license. See the file LICENSE in the ARTIST_TO_ALBUMARTIST source distribution for information on terms & conditions for accessing and otherwise using ARTIST_TO_ALBUMARTIST and for a DISCLAIMER OF ALL WARRANTIES.
Submit bug reports online at:
https://github.com/doctorfree/MusicPlayerPlus/issues
mpplus(1), mpcplus(1)
Full documentation and sources at: