1
README
1
README
@@ -28,6 +28,7 @@ REQUIREMENTS
|
||||
- GStreamer and its python bindings, for encoding
|
||||
- gst-plugins-base >= 0.10.22 for appsink
|
||||
- python musicbrainz2, for metadata lookup
|
||||
- python-cddb, for showing but not using disc info if not in musicbrainz
|
||||
- pycdio, for drive identification (optional)
|
||||
|
||||
GETTING MORITURI
|
||||
|
||||
@@ -42,3 +42,8 @@ class CDDB(deps.Dependency):
|
||||
|
||||
def Fedora_install(self, distro):
|
||||
return self.Fedora_yum('python-CDDB')
|
||||
|
||||
def Ubuntu_install(self, distro):
|
||||
return self.Ubuntu_apt('python-cddb')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user