How to Install and Uninstall python38-discid Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python38-discid" package

Please follow the guidelines below to install python38-discid on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-discid

2. Uninstall "python38-discid" package

Please follow the guidelines below to uninstall python38-discid on openSuSE Tumbleweed:

$ sudo zypper remove python38-discid

3. Information about the python38-discid package on openSuSE Tumbleweed

Information for package python38-discid:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-discid
Version : 1.2.0-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 112,1 KiB
Installed : No
Status : not installed
Source package : python-discid-1.2.0-1.10.src
Summary : Python binding of Libdiscid
Description :
Python-discid implements Python bindings for MusicBrainz Libdiscid.
Libdiscid's main purpose is the calculation of an identifier of audio
discs (disc id) to use for the MusicBrainz database.
That identifier is calculated from the TOC of the disc, similar to the
freeDB CDDB identifier. Libdiscid can calculate MusicBrainz Disc IDs and
freeDB Disc IDs.
Additionally the MCN of the disc and ISRCs from the tracks can be extracted.
This module is a close binding that offloads all relevant data
storage and calculation to Libdiscid. On the other hand it gives a
pythonic API and uses objects and exceptions.