summaryrefslogtreecommitdiffstats
path: root/bindings/python
Commit message (Expand)AuthorAgeFilesLines
...
* Stop having to list each python file in the gpod module; thanks to Todd Zulli...nicholas2006-05-151-10/+3
* Add missing gtkpod.py ; rename playwith_ipod_api.py to use an underscore.nicholas2006-05-143-1/+100
* Allow add_song.py to create a playlist to put the new tracks intonicholas2006-05-072-11/+33
* Track, Database and Playlist support for the nicer API. add_song.py uses this...nicholas2006-05-075-53/+266
* Add gint8-gint64 typemaps for 'in'nicholas2006-05-061-0/+42
* Rearrange slightly, create a gpod package ready for the nicer APInicholas2006-05-062-12/+19
* Add sw_get_rule() to extract smart playlist rules from GList*, and hopefully ...nicholas2006-04-253-13/+113
* Don't change flag1; it is automatic now as it means coverart present or notnicholas2006-04-251-2/+0
* Add create_mp3_tags_from_itdb.py from Thomas Perlnicholas2006-04-242-2/+77
* Very start of a much nicer API from Pythonnicholas2006-04-095-3/+203
* Allow fetching guint8 values into Python. Include function name in exception ...nicholas2006-04-081-1/+5
* Correction to filename (again?), since I started to use all underscores inste...nicholas2006-04-081-1/+1
* Correction to filename (again?), since I started to use all underscores inste...nicholas2006-04-081-5/+3
* Remove Makefile, which is generated and shouldn't be in CVS.nicholas2006-04-081-416/+0
* Fix adding to podcast playlist, support adding multiple songs at once and sup...nicholas2006-04-081-44/+80
* Update EXTRA_DISTnicholas2006-04-081-2/+3
* Provide typemap for guint8, and use to provide podcast support in add_songs.p...nicholas2006-04-082-3/+37
* Used wrong variable when printing we couldn't read the ipod. Avoid ampersands...nicholas2006-04-081-2/+2
* Remove double quotes from search term, and remove 12" too.nicholas2006-04-071-3/+6
* Delete the temp files AFTER we finish writing to the ipod.nicholas2006-04-071-3/+6
* Cleanup temp files after we're done.nicholas2006-04-071-2/+8
* Avoid leaving my key lying around. A bit late.nicholas2006-04-071-1/+1
* Clean up this directory a little, and improve coverart fetching.nicholas2006-04-075-17/+121
* 2006-04-03 Jorg Schuler <jcsjcs at users.sourceforge.net>jcsjcs2006-04-052-13/+449
* I think I'm abusing a Swig internal implementation detail here; and they chan...nicholas2006-02-251-3/+3
* Add a little note to say where to send patchesnicholas2005-11-271-0/+4
* Add a toy script to fetch images from Amazonnicholas2005-11-271-0/+72
* Add some playing with artworknicholas2005-11-271-15/+29
* Add a comment about unicodenicholas2005-11-271-0/+4
* Add LGPL messagesnicholas2005-11-263-0/+74
* Add sw_get_playlist_tracks() and define G_BEGIN_DECLS/G_END_DECLS for swignicholas2005-11-262-2/+23
* * bindings/python/gpod.i: applied Kelvin Lawson's patch to queryjcsjcs2005-10-091-0/+2
* * itdb.h, itdb_itunesdb.c, itdb_private.h: moved next_id fromjcsjcs2005-09-272-0/+56
* * added python bindings provided by Nicholas Piperjcsjcs2005-09-233-0/+104