Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Music Library Maintainer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Canek Peláez Valdés
Music Library Maintainer
Commits
481ac70c
Commit
481ac70c
authored
8 years ago
by
Canek Peláez Valdés
Browse files
Options
Downloads
Patches
Plain Diff
Man pages for analyze and copy-tags.
parent
29b2fa4b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
man/mlm-analyze.xml
+100
-0
100 additions, 0 deletions
man/mlm-analyze.xml
man/mlm-copy-tags.xml
+100
-0
100 additions, 0 deletions
man/mlm-copy-tags.xml
with
200 additions
and
0 deletions
man/mlm-analyze.xml
0 → 100644
+
100
−
0
View file @
481ac70c
<?xml version='1.0' encoding='UTF-8'?>
<!--*-nxml-*-->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
This file is part of mlm.
Copyright © 2013-2017 Canek Peláez Valdés
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; If not, see <http://www.gnu.org/licenses/>.
-->
<refentry
id=
"mlm-analyze"
>
<refentryinfo>
<title>
mlm-analyze
</title>
<productname>
mlm
</productname>
<authorgroup>
<author>
<contrib>
Developer
</contrib>
<firstname>
Canek
</firstname>
<surname>
Peláez Valdés
</surname>
<email>
canek@ciencias.unam.mx
</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta>
<refentrytitle>
mlm-analyze
</refentrytitle>
<manvolnum>
1
</manvolnum>
</refmeta>
<refnamediv>
<refname>
mlm-analyze
</refname>
<refpurpose>
Analyze Id3v2.4.0 tags
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>
mlm-analyze
</command>
<arg
choice=
"opt"
rep=
"repeat"
>
OPTIONS
</arg>
<arg
choice=
"opt"
rep=
"repeat"
>
FILENAME
</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>
Description
</title>
<para><filename>
mlm-analyze
</filename>
is a command line tool to analyze in
detail the Id3v2.4.0 tags of one or more MP3 files.
</para>
</refsect1>
<refsect1>
<title>
Options
</title>
<para>
The following options are accepted.
</para>
<variablelist>
<varlistentry>
<term><option>
-h
</option></term>
<term><option>
--help
</option></term>
<listitem>
<para>
Show help options.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry>
<refentrytitle>
mlm-copy-tags
</refentrytitle>
<manvolnum>
1
</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>
mlm-tags
</refentrytitle>
<manvolnum>
1
</manvolnum>
</citerefentry>
.
</para>
</refsect1>
</refentry>
This diff is collapsed.
Click to expand it.
man/mlm-copy-tags.xml
0 → 100644
+
100
−
0
View file @
481ac70c
<?xml version='1.0' encoding='UTF-8'?>
<!--*-nxml-*-->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!--
This file is part of mlm.
Copyright © 2013-2017 Canek Peláez Valdés
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; If not, see <http://www.gnu.org/licenses/>.
-->
<refentry
id=
"mlm-copy-tags"
>
<refentryinfo>
<title>
mlm-copy-tags
</title>
<productname>
mlm
</productname>
<authorgroup>
<author>
<contrib>
Developer
</contrib>
<firstname>
Canek
</firstname>
<surname>
Peláez Valdés
</surname>
<email>
canek@ciencias.unam.mx
</email>
</author>
</authorgroup>
</refentryinfo>
<refmeta>
<refentrytitle>
mlm-copy-tags
</refentrytitle>
<manvolnum>
1
</manvolnum>
</refmeta>
<refnamediv>
<refname>
mlm-copy-tags
</refname>
<refpurpose>
Copy-Tags Id3v2.4.0 tags
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>
mlm-copy-tags
</command>
<arg
choice=
"plain"
>
SOURCE
</arg>
<arg
choice=
"plain"
>
TARGET
</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>
Description
</title>
<para><filename>
mlm-copy-tags
</filename>
is a command line tool to copy the
Id3v2.4.0 tags from a source file to a target file.
</para>
</refsect1>
<refsect1>
<title>
Options
</title>
<para>
The following options are accepted.
</para>
<variablelist>
<varlistentry>
<term><option>
-h
</option></term>
<term><option>
--help
</option></term>
<listitem>
<para>
Show help options.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>
See Also
</title>
<para>
<citerefentry>
<refentrytitle>
mlm-analyze
</refentrytitle>
<manvolnum>
1
</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>
mlm-tags
</refentrytitle>
<manvolnum>
1
</manvolnum>
</citerefentry>
.
</para>
</refsect1>
</refentry>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment