summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorNicholas Piper <nicholas@users.sourceforge.net>2006-12-11 23:52:46 +0000
committerNicholas Piper <nicholas@users.sourceforge.net>2006-12-11 23:52:46 +0000
commit66de507b53e47d9385701ecfb687c87f9ef6ef34 (patch)
tree23efefae65462981075caa4cb8b246fcea25d761 /bindings/python
parentf0421c01656ddbfb608b3d6aa4c2ba10abda928c (diff)
downloadlibgpod-66de507b53e47d9385701ecfb687c87f9ef6ef34.tar.gz
libgpod-66de507b53e47d9385701ecfb687c87f9ef6ef34.tar.xz
libgpod-66de507b53e47d9385701ecfb687c87f9ef6ef34.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/python')
-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)