From c2eca04bde496fbf5e663afd7edf8811914968d4 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Mon, 11 Dec 2006 23:52:46 +0000 Subject: USe /mnt/ipod as the default mountpoint, to match rest of gtkpod git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1344 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/examples/create_mp3_tags_from_itdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/examples/create_mp3_tags_from_itdb.py b/bindings/python/examples/create_mp3_tags_from_itdb.py index f087a56..6315f2e 100755 --- a/bindings/python/examples/create_mp3_tags_from_itdb.py +++ b/bindings/python/examples/create_mp3_tags_from_itdb.py @@ -32,7 +32,7 @@ import gpod import eyeD3 # please specify your iPod mountpoint here.. -IPOD_MOUNT = '/media/ipod/' +IPOD_MOUNT = '/mnt/ipod/' itdb = gpod.itdb_parse( IPOD_MOUNT, None) -- cgit