File: extract_plugin.rst

package info (click to toggle)
eyed3 0.9.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,380 kB
  • sloc: python: 13,282; makefile: 411; sh: 69
file content (29 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Extract Plugin
===============

.. {{{cog
.. cog.out(cog_pluginHelp("extract"))
.. }}}

*Extract tags from audio files.*

Names
-----
extract 

Description
-----------


Options
-------
.. code-block:: text

    -o OUTPUT_FILE, --output-file OUTPUT_FILE
                          The the tag is written to this file in native format.
    -H, --hex             Output hexadecimal format.
    --strip-padding       Exclude tag padding, if any.


.. {{{end}}}