This file is indexed.

/usr/share/doc/python-mutagen-doc/html/_sources/man/mid3iconv.txt is in python-mutagen-doc 1.25.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
===========
 mid3iconv
===========

-------------------------
convert ID3 tag encodings
-------------------------

:Manual section: 1


SYNOPSIS
========

**mid3iconv** [*options*] *filename* ...


DESCRIPTION
===========

**mid3iconv** converts ID3 tags from legacy encodings to Unicode and stores
them using the ID3v2 format.


OPTIONS
=======


--debug, -d
    Print updated tags

--dry-run, -p
    Do not actually modify files

--encoding, -e
    Convert from this encoding. By default, your locale's default encoding is
    used.

--force-v1
    Use an ID3v1 tag even if an ID3v2 tag is present

--quiet, -q
    Only output errors

--remove-v1
    Remove any ID3v1 tag after processing the files


AUTHOR
======

Emfox Zhou.

Based on id3iconv (http://www.cs.berkeley.edu/~zf/id3iconv/) by Feng Zhou.