.\""Copyright (c) 2022 Apple Inc. All Rights Reserved. .Dd $Mdocdate$ .Dt SHAZAM-CUSTOM-CATALOG-CREATE 1 .Os .Sh NAME .Nm shazam custom-catalog create .Nd Create a custom catalog file .Sh SYNOPSIS .Nm .Op Fl \-signature-asset Ar signature-asset .Op Fl \-media-items Ar media-items .Op Fl \-output Ar output .Sh DESCRIPTION .Pp This command creates a new custom catalog file from a shazam signature and its associated media items. A shazam signature can be generated from any of the following inputs: .Bl -enum .It A .shazamsignature file .It An audio file .It A video file .El Media items can be grouped in a .csv file and passed to this command to be associated with a shazam signature as metadata. .Sh OPTIONS .Bl -tag -width indent .It Fl m,--media-items Ar media-items Path to a .csv file containing metadata to be associated with a shazam signature. .It Fl o,--output Ar output Path to save a new custom catalog file. If this is a directory a new custom catalog file is created in that directory with the same name as the signature asset file. .It Fl s,--signature-asset Ar signature-asset Path to an audio, video or shazam signature file. .Sh SEE ALSO .Sy shazam-signature(1), shazam-custom-catalog-update(1) shazam-custom-catalog-display(1), shazam-custom-catalog-remove(1) .Sh NOTES .Bl -enum .It ShazamKit Documentation .Bd -literal -compact https://developer.apple.com/shazamkit .El