File: misc.rst

package info (click to toggle)
python-libdiscid 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: python: 653; ansic: 104; sh: 6; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download
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
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
  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 libdiscid_.

.. _GitHub: https://github.com/sebastinas/python-libdiscid
.. _libdiscid: https://musicbrainz.org/doc/libdiscid
.. __: https://github.com/JonnyJD/python-discid