diff options
| author | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-04-25 16:56:03 +0000 |
|---|---|---|
| committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2006-04-25 16:56:03 +0000 |
| commit | faef3e315f9ce360ea660aa9179e7865109fab16 (patch) | |
| tree | 742a3ee422ad1490ccdbe84faf4bd1a1b08520f5 /bindings/python/examples/Makefile.am | |
| parent | 5447c8e683e1a2e9577237ddb14bd5664bbf725b (diff) | |
| download | libgpod-faef3e315f9ce360ea660aa9179e7865109fab16.tar.gz libgpod-faef3e315f9ce360ea660aa9179e7865109fab16.tar.xz libgpod-faef3e315f9ce360ea660aa9179e7865109fab16.zip | |
Add sw_get_rule() to extract smart playlist rules from GList*, and hopefully improve the guint8,16,32,64 handling
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1249 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python/examples/Makefile.am')
| -rw-r--r-- | bindings/python/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindings/python/examples/Makefile.am b/bindings/python/examples/Makefile.am index 7130527..5e6100f 100644 --- a/bindings/python/examples/Makefile.am +++ b/bindings/python/examples/Makefile.am @@ -1,3 +1,4 @@ EXTRA_DIST = coverart_fetch.py toy_around.py \ tag_genre_from_audioscrobber.py add_song.py \ - playwith_ipod_api.py create_mp3_tags_from_itdb.py + playwith_ipod_api.py create_mp3_tags_from_itdb.py \ + play_with_smart_playlists.py |
