'\" t .\" Title: ANALYZER .\" Author: Artur Czechowski .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 04/23/2017 .\" Manual: analyzer User Manual .\" Source: analyzer .\" Language: English .\" .TH "ANALYZER" "1" "04/23/2017" "analyzer" "analyzer User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" analyzer \- program to analyze the music file(s) and put the data into IMMS database .SH "SYNOPSIS" .HP \w'\fBanalyzer\fR\ 'u \fBanalyzer\fR \fB\fIfilename\fR\fR [\fB\fIfilename\fR\fR] [\&.\&.\&.] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBanalyzer\fR command\&. .PP This manual page was written for the Debian distribution because the original program does not have a manual page\&. .PP \fBanalyzer\fR is a second most important piece of imms suite\&. It takes the list of filenames with songs (currently only mp3 and ogg formats are supported), makes acoustic analysis of them and put gethered data to the database\&. Analysis is rather slow \- it has to decode the entire file \- so it will take a while, but analyzer is smart enough to skip files that have already been analyzed\&. .PP \fBanalyzer\fR is running automatically by imms plugin, but you can also run it manually to analyze your whole music collection at once to benefit from acoustic correlations immediately\&. .PP You can run the analysis your whole archive using following command: .PP \fBfind /mnt/mp3 \-type f \-exec analyzer {} \e;\fR .PP For more sofisticated examples please see Tips and Tricks section of upstream homepage: \m[blue]\fB\%http://imms.luminal.org/\fR\m[]\&. .SH "FILES" .PP Program stores it\*(Aqs data in $HOME/\&.imms/ directory\&. For more detailed documentation please see upstream homepage: \m[blue]\fB\%http://imms.luminal.org/\fR\m[]\&. .SH "SEE ALSO" .PP \fBimmsd\fR(1), \fBimmstool\fR(1) .SH "AUTHOR" .PP \fBArtur Czechowski\fR <\&arturcz@hell\&.pl\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2009 Artur R. Czechowski .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .sp