diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-07-02 20:30:42 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-07-02 20:30:42 +0000 |
commit | 44dba7c9cade47d0c3a3acfcee82d5b8d0e1a533 (patch) | |
tree | c72fa3f509a140403e3d9b3f6d8956707cfd69e0 | |
parent | ffa078ba2d15231bb7aa1a41d0653f659c83b58b (diff) | |
download | libgpod-44dba7c9cade47d0c3a3acfcee82d5b8d0e1a533.tar.gz libgpod-44dba7c9cade47d0c3a3acfcee82d5b8d0e1a533.tar.xz libgpod-44dba7c9cade47d0c3a3acfcee82d5b8d0e1a533.zip |
noted that python bindings now use the mutagen module instead of eyeD3
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1616 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | TROUBLESHOOTING | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-07-02 Todd Zullinger <tmzullinger at users.sourceforge.net> + + * TROUBLESHOOTING: + python bindings now use the mutagen module instead of eyeD3 + 2007-06-29 Jorg Schuler <jcsjcs at users.sourceforge.net> * po/libgpod.po: added to SVN repository (new translators may be diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index 7de25da..9352ef4 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -88,7 +88,7 @@ On Debian the following packages are required: python (e.g. python2.4) python-dev (e.g. python2.4-dev) -python-eye3D +python-mutagen ------------------------------------------------------------ |