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 | d78688362c53e1bfeb674cc61a74db52bb33259b (patch) | |
tree | c72fa3f509a140403e3d9b3f6d8956707cfd69e0 | |
parent | ca7dc3b6af3fcf62c43acbf84ea32cb1c1ff5c23 (diff) | |
download | libgpod-d78688362c53e1bfeb674cc61a74db52bb33259b.tar.gz libgpod-d78688362c53e1bfeb674cc61a74db52bb33259b.tar.xz libgpod-d78688362c53e1bfeb674cc61a74db52bb33259b.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 ------------------------------------------------------------ |