<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libgpod.git/bindings, branch master</title>
<subtitle>libgpod - iPod library (tmz's crap)</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/'/>
<entry>
<title>Python: make Track.get_coverart() return None if artwork is absent</title>
<updated>2009-01-03T02:57:45+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2009-01-03T02:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=64a614ea008fb42827993285695601da00df6fa3'/>
<id>64a614ea008fb42827993285695601da00df6fa3</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2192 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2192 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>Python: fix sha DeprecationWarning with python-2.6</title>
<updated>2008-12-28T17:20:14+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-12-28T17:20:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=32c7c2a315394f23136f4ef3ec4ec4421126837a'/>
<id>32c7c2a315394f23136f4ef3ec4ec4421126837a</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2183 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2183 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>Python: Set the mediatype field for Track objects</title>
<updated>2008-08-23T18:04:30+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-08-23T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=501b3933e82d94b2b75ef7a786d75fd98f91a06b'/>
<id>501b3933e82d94b2b75ef7a786d75fd98f91a06b</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2112 f01d2545-417e-4e96-918e-98f8d0dbbcb6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2112 f01d2545-417e-4e96-918e-98f8d0dbbcb6</pre>
</div>
</content>
</entry>
<entry>
<title>Python: Whitespace cleanup of tests.py</title>
<updated>2008-08-23T18:03:52+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-08-23T18:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=c22de87e31deabbc647b06f9fb0e0dd470f38a38'/>
<id>c22de87e31deabbc647b06f9fb0e0dd470f38a38</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2111 f01d2545-417e-4e96-918e-98f8d0dbbcb6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2111 f01d2545-417e-4e96-918e-98f8d0dbbcb6</pre>
</div>
</content>
</entry>
<entry>
<title>Python: Be more consistent with other container objects and classes</title>
<updated>2008-08-23T18:02:42+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-08-23T18:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=f57f0b7be3f082d8b351236c018020f5f8d70b31'/>
<id>f57f0b7be3f082d8b351236c018020f5f8d70b31</id>
<content type='text'>
This enables testing whether a key exists in an object (e.g. "'title'
in track") as well as iterating over a Track or Photo object's keys,
values, or items.  The items() and pairs() methods were renamed to
values() and items(), respectively, in the Track and Photo classes.

git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2110 f01d2545-417e-4e96-918e-98f8d0dbbcb6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables testing whether a key exists in an object (e.g. "'title'
in track") as well as iterating over a Track or Photo object's keys,
values, or items.  The items() and pairs() methods were renamed to
values() and items(), respectively, in the Track and Photo classes.

git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2110 f01d2545-417e-4e96-918e-98f8d0dbbcb6</pre>
</div>
</content>
</entry>
<entry>
<title>Python: Add a quiet parameter to Database.remove() and use it in tests</title>
<updated>2008-08-23T18:01:32+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-08-23T18:01:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=27e708ef6565c6f5427a00e39e90f7e59aba2a3e'/>
<id>27e708ef6565c6f5427a00e39e90f7e59aba2a3e</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2109 f01d2545-417e-4e96-918e-98f8d0dbbcb6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2109 f01d2545-417e-4e96-918e-98f8d0dbbcb6</pre>
</div>
</content>
</entry>
<entry>
<title>Update python bindings to work with the new thumbnail API.</title>
<updated>2008-08-20T17:37:32+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2008-08-20T17:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=6c851f6823d456e20c4d1a39203373a23b45a88b'/>
<id>6c851f6823d456e20c4d1a39203373a23b45a88b</id>
<content type='text'>
This removes sw_get_artwork_thumbnails() and the Thumbnail class from
the python bindings.  The get_pixbuf() function is now in the Photo
class.

git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2108 f01d2545-417e-4e96-918e-98f8d0dbbcb6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes sw_get_artwork_thumbnails() and the Thumbnail class from
the python bindings.  The get_pixbuf() function is now in the Photo
class.

git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2108 f01d2545-417e-4e96-918e-98f8d0dbbcb6</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to itdb_thumb_get_gdk_pixbuf()</title>
<updated>2008-07-17T16:10:33+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmzullinger@users.sourceforge.net</email>
</author>
<published>2008-07-17T16:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=eda4fe948eebbf54077ea7f9f67b610a08b6d2b1'/>
<id>eda4fe948eebbf54077ea7f9f67b610a08b6d2b1</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2050 f01d2545-417e-4e96-918e-98f8d0dbbcb6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2050 f01d2545-417e-4e96-918e-98f8d0dbbcb6</pre>
</div>
</content>
</entry>
<entry>
<title>Write shuffle data (thanks to Diogo Dutra)</title>
<updated>2008-05-02T00:05:51+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmzullinger@users.sourceforge.net</email>
</author>
<published>2008-05-02T00:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=949b2d2bfc6ca52022d51148f24076c8200e640d'/>
<id>949b2d2bfc6ca52022d51148f24076c8200e640d</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1967 f01d2545-417e-4e96-918e-98f8d0dbbcb6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1967 f01d2545-417e-4e96-918e-98f8d0dbbcb6</pre>
</div>
</content>
</entry>
<entry>
<title>* bindings/python/examples/Makefile.am</title>
<updated>2008-04-19T09:13:33+00:00</updated>
<author>
<name>Jorg Schuler</name>
<email>jcsjcs@users.sourceforge.net</email>
</author>
<published>2008-04-19T09:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=fb856c205d073c28199dc9a6726c997115f35dda'/>
<id>fb856c205d073c28199dc9a6726c997115f35dda</id>
<content type='text'>
Added fix_empty_artist_field.py provided by Thomas Perl.


git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1963 f01d2545-417e-4e96-918e-98f8d0dbbcb6</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added fix_empty_artist_field.py provided by Thomas Perl.


git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1963 f01d2545-417e-4e96-918e-98f8d0dbbcb6</pre>
</div>
</content>
</entry>
</feed>
