summaryrefslogtreecommitdiffstats
path: root/bindings/python/examples/playwith_ipod_api.py
diff options
context:
space:
mode:
authorNicholas Piper <nicholas@users.sourceforge.net>2006-05-14 14:25:17 +0000
committerNicholas Piper <nicholas@users.sourceforge.net>2006-05-14 14:25:17 +0000
commit59408a4edc249d84fee3187f3d3fce429a0e68b3 (patch)
tree94a61ce65656c30df5a3de0f16ab7af11ee0401c /bindings/python/examples/playwith_ipod_api.py
parent811fe59ec81206aa7f2ab714937c9fcc84ce8f24 (diff)
downloadlibgpod-59408a4edc249d84fee3187f3d3fce429a0e68b3.tar.gz
libgpod-59408a4edc249d84fee3187f3d3fce429a0e68b3.tar.xz
libgpod-59408a4edc249d84fee3187f3d3fce429a0e68b3.zip
Add missing gtkpod.py ; rename playwith_ipod_api.py to use an underscore.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1261 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python/examples/playwith_ipod_api.py')
-rwxr-xr-xbindings/python/examples/playwith_ipod_api.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/bindings/python/examples/playwith_ipod_api.py b/bindings/python/examples/playwith_ipod_api.py
deleted file mode 100755
index 4780f73..0000000
--- a/bindings/python/examples/playwith_ipod_api.py
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/python
-
-import gpod
-
-db = gpod.Database()
-
-print db
-
-for track in db[4:20]:
- print track
- print track['title']
-
-for pl in db.Playlists:
- print pl
- for track in pl:
- print " ", track