From 0447d7ea3d241141b8a6c45fcd7ef45feb2017eb Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Fri, 19 May 2006 22:17:34 +0000 Subject: Initial version. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1271 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/tests/resources/Artwork/ArtworkDB | Bin 0 -> 944 bytes bindings/python/tests/resources/iTunes/iTunesDB | Bin 0 -> 3924 bytes bindings/python/tests/resources/iTunes/iTunesDB.ext | 3 +++ bindings/python/tests/resources/tiny.mp3 | Bin 0 -> 1380 bytes 4 files changed, 3 insertions(+) create mode 100644 bindings/python/tests/resources/Artwork/ArtworkDB create mode 100644 bindings/python/tests/resources/iTunes/iTunesDB create mode 100644 bindings/python/tests/resources/iTunes/iTunesDB.ext create mode 100644 bindings/python/tests/resources/tiny.mp3 (limited to 'bindings/python') diff --git a/bindings/python/tests/resources/Artwork/ArtworkDB b/bindings/python/tests/resources/Artwork/ArtworkDB new file mode 100644 index 0000000..f8bf0d1 Binary files /dev/null and b/bindings/python/tests/resources/Artwork/ArtworkDB differ diff --git a/bindings/python/tests/resources/iTunes/iTunesDB b/bindings/python/tests/resources/iTunes/iTunesDB new file mode 100644 index 0000000..b1f3fdb Binary files /dev/null and b/bindings/python/tests/resources/iTunes/iTunesDB differ diff --git a/bindings/python/tests/resources/iTunes/iTunesDB.ext b/bindings/python/tests/resources/iTunes/iTunesDB.ext new file mode 100644 index 0000000..5fa5cee --- /dev/null +++ b/bindings/python/tests/resources/iTunes/iTunesDB.ext @@ -0,0 +1,3 @@ +itunesdb_hash=1d28bd4e9ec0980d34f36f9d39cdafd163e5cd36 +version=0.99.6CVS +id=xxx diff --git a/bindings/python/tests/resources/tiny.mp3 b/bindings/python/tests/resources/tiny.mp3 new file mode 100644 index 0000000..e9754f9 Binary files /dev/null and b/bindings/python/tests/resources/tiny.mp3 differ -- cgit