This file is indexed.

/usr/share/doc/python-libdiscid-doc/html/_sources/misc.rst.txt is in python-libdiscid-doc 1.0-1build3.

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
Miscellaneous
-------------

Bugs
^^^^

Please report bugs to the project's issue tracker at `GitHub`_.

Supported libdiscid features
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

`python-libdiscid` supports all the features introduced by `libdiscid` up to
version 0.6.0, that is:

* retrieval of the disc's Media Catalogue Number and retrieving the
  :musicbrainz:`International Standard Recording Code <ISRC>` of
  the tracks if you are using `libdiscid` 0.4.0 and above.
* selective reading support if you are using `libdiscid` 0.5.0 and above.
* fuzzy TOC lookup if you are using `libdiscid` 0.6.0 and above.

Please note that if `python-libdiscid` was built against versions of `libdiscid`
prior to 0.4.0 or 0.5.0, `python-libdiscid` has to be rebuilt against the newer
version to detect the features of the newer `libdiscid`.

Other Python bindings
^^^^^^^^^^^^^^^^^^^^^

There are other Python bindings available. `python-discid`__ is the most
prominent one. For a full list of bindings (including bindings for other
languages) check musicbrainz:`libdiscid`.

.. _GitHub: https://github.com/sebastinas/python-libdiscid
.. __: https://github.com/JonnyJD/python-discid