summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authornicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2006-12-11 23:52:46 +0000
committernicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2006-12-11 23:52:46 +0000
commit52ed19e1f61fdd8fdfae2c89202885f5ae124cd2 (patch)
tree23efefae65462981075caa4cb8b246fcea25d761 /bindings
parent480e7e304655dd40bb03ac444a51cb4e7f3de086 (diff)
downloadlibgpod-52ed19e1f61fdd8fdfae2c89202885f5ae124cd2.tar.gz
libgpod-52ed19e1f61fdd8fdfae2c89202885f5ae124cd2.tar.xz
libgpod-52ed19e1f61fdd8fdfae2c89202885f5ae124cd2.zip
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
Diffstat (limited to 'bindings')
-rwxr-xr-xbindings/python/examples/create_mp3_tags_from_itdb.py2
1 files changed, 1 insertions, 1 deletions
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)