summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-04-16 02:33:45 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-04-16 02:33:45 +0000
commitfc0b03fb91393e8875aabd43982d0c4d9463276f (patch)
tree06ca03dd537b579694179a71204a8e5c66877fd1
parentc379555f38f1fa2b5db0fb27067db0b5244c888b (diff)
downloadlibgpod-fc0b03fb91393e8875aabd43982d0c4d9463276f.tar.gz
libgpod-fc0b03fb91393e8875aabd43982d0c4d9463276f.tar.xz
libgpod-fc0b03fb91393e8875aabd43982d0c4d9463276f.zip
use the mac-style path for filename_ipod in the extended info file, like gtkpod does
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1415 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog5
-rw-r--r--bindings/python/ipod.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e639929..a6038ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-15 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * bindings/python/ipod.py: use the mac-style path for
+ filename_ipod in the extended info file, like gtkpod does
+
2007-04-14 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c: add itdb_device_supports_artwork and
diff --git a/bindings/python/ipod.py b/bindings/python/ipod.py
index 199efb1..03bf4c9 100644
--- a/bindings/python/ipod.py
+++ b/bindings/python/ipod.py
@@ -394,7 +394,7 @@ class Track:
self._userdata_into_default_locale('filename'),
self))
self['userdata']['transferred'] = 1
- self['userdata']['filename_ipod'] = self.ipod_filename()
+ self['userdata']['filename_ipod'] = self._track['ipod_path']
return True
def ipod_filename(self):