Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

analyzer(1) [debian man page]

ANALYZER(1)						       analyzer User Manual						       ANALYZER(1)

NAME
analyzer - program to analyze the music file(s) and put the data into IMMS database SYNOPSIS
analyzer filename [filename] [...] DESCRIPTION
This manual page documents briefly the analyzer command. This manual page was written for the Debian distribution because the original program does not have a manual page. analyzer 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. analyzer 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. You can run the analysis your whole archive using following command: find /mnt/mp3 -type f -exec analyzer {} ; For more sofisticated examples please see Tips and Tricks section of upstream homepage: http://imms.luminal.org/. FILES
Program stores it's data in $HOME/.imms/ directory. For more detailed documentation please see upstream homepage: http://imms.luminal.org/. SEE ALSO
immsd(1), immstool(1) AUTHOR
Artur Czechowski <arturcz@hell.pl> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2009 Artur R. Czechowski This manual page was written for the Debian system (and may be used by others). 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. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. analyzer 03/18/2012 ANALYZER(1)

Check Out this Related Man Page

IMMSD(1)							 immsd User Manual							  IMMSD(1)

NAME
immsd - core of imms functionality SYNOPSIS
immsd DESCRIPTION
immsd is the core of imms fuctionality. It is responsible for gathering events from music player, updating statistic, scheduling acoustic analysis and selecting new song to play. User shall never run this daemon manually. It is run automatically by plugin to your favourite music player. This manual page was written for the Debian distribution because the original program does not have a manual page. FILES
Program stores it's data in $HOME/.imms/ directory. For more detailed documentation please see upstream homepage: http://imms.luminal.org/. SEE ALSO
analyzer(1), immstool(1) AUTHOR
Artur Czechowski <arturcz@hell.pl> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2009 Artur R. Czechowski This manual page was written for the Debian system (and may be used by others). 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. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. immsd 03/18/2012 IMMSD(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How can I automatically find important files???

how can I automatically check if important files exist in a directory and if not, automatically put the important files where they are needed say, I want to put .bashrc and a dozen other important files like it into every user's directory, how can I do this??? how do I check every user's... (4 Replies)
Discussion started by: TRUEST
4 Replies

2. UNIX for Dummies Questions & Answers

Confussed as hell

:eek: (1 Reply)
Discussion started by: Kevinfine
1 Replies

3. AIX

need help on NMON in AIX

HI, I have downloaded nmon 3.3c nmon analyzer, and run the command on aix ./nmon -f After that I have terminated the process and found .nmon file. when i have tried to open that file in nmon analyzer i.e in excel I am getting the error "no valid input data nmon run may have failed" ... (8 Replies)
Discussion started by: manoj.solaris
8 Replies

4. UNIX for Dummies Questions & Answers

I-node and sessions

I have a program (written by me, for educational purposes) called "analyzer". The program takes a parameter, a filename, and does some statistics on it (for example, word's number, line's number, ... ) at regular intervals. My teacher told me that if the file is edited while the "analyzer" is... (4 Replies)
Discussion started by: hurricane
4 Replies

5. Shell Programming and Scripting

Log file analyzer, super basic sh file

Hello! I have a small shell project that is due next week, that I'd appreciate some help with. task: Write a shell program that can analyze at least 2 types of log files and print them in an easily readable way. Make it so that you can switch between log file types. The two file types should be... (1 Reply)
Discussion started by: malfiory
1 Replies