Document python-cddb need and how to install on Ubuntu.

Fixes #3.
This commit is contained in:
Thomas Vander Stichele
2013-01-28 21:16:29 +01:00
parent e5fefdadde
commit 9d9d8a81fd
2 changed files with 6 additions and 0 deletions

1
README
View File

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

View File

@@ -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')