summaryrefslogtreecommitdiffstats
path: root/bindings/python
Commit message (Expand)AuthorAgeFilesLines
* Add some PhotoDB reading features, thanks to John Carr for prompting.nicholas2007-03-263-3/+428
* * ChangeLogjcsjcs2007-02-124-130/+118
* Translate track attributes to UTF-8 (dropping any chars we can't do), and if ...nicholas2007-02-101-2/+2
* Cope with invalid/not available mp3 tagsnicholas2007-02-101-13/+24
* Correction to how we fall back to using md5_hash entry from ext database if s...nicholas2007-01-231-3/+9
* add support files for converting gtk-docs to python docstringstmzullinger2007-01-152-0/+140
* At a suggestion from Todd, attempt to fix writing unicode values. Ideally, th...nicholas2007-01-141-1/+15
* Correction to 1.4 - sha1/md5_hash handling in ext db. Also, don't write filen...nicholas2007-01-141-4/+9
* If the Database was garbage collected, then any Tracks would be corrupt. Keep...nicholas2007-01-141-3/+9
* Support sha1_hash entries in the extended database as well as md5_hash. Thank...nicholas2007-01-141-8/+17
* Use gtkdoc documentation for python docstrings, topped up with docstrings by ...nicholas2007-01-145-18/+279
* Add prototypes for wrapper functions. Thanks to Todd Zullinger.nicholas2007-01-141-0/+15
* don't include any swig built files in the tarballs.tmzullinger2007-01-131-5/+6
* fix more make distcheck issuestmzullinger2007-01-121-25/+18
* * bindings/python/Makefile.am: correct 'make dist' failure (patchjcsjcs2007-01-101-8/+8
* * configure.actmzullinger2007-01-042-31/+32
* Reverse tr and sort so that output of grep/awk is sorted before changing newl...nicholas2006-12-181-1/+1
* Install Python libraries to pyexecdir instead; which is not equal to pythondi...nicholas2006-12-131-6/+6
* USe /mnt/ipod as the default mountpoint, to match rest of gtkpodnicholas2006-12-111-1/+1
* Add README.in - thanks to Todd Zullingernicholas2006-12-112-0/+54
* Remove unused hash-bang in gtkpod.pynicholas2006-11-271-1/+0
* Catch up with flag2->skip_when_shuffling, flag3->remember_playback_position r...nicholas2006-05-301-17/+7
* Don't remove required files when we make clean.nicholas2006-05-291-1/+2
* Add a couple of simple unit tests; use Make test to run. Runs against _instal...nicholas2006-05-232-0/+68
* Fix some Playlist handling - len(), creating without kwargs.nicholas2006-05-231-5/+5
* Initial version.nicholas2006-05-194-0/+3
* Assume local if localdb is specifiednicholas2006-05-191-1/+1
* Config file for Doxygennicholas2006-05-172-1/+237
* sw_get_playlist() seems to have also (?) become lost. Maybe I've just lost a ...nicholas2006-05-171-0/+11
* Have errors reported with the correct path for anyone that's building package...nicholas2006-05-171-2/+2
* Support for removing tracks and playlists, local databases, checking if a tra...nicholas2006-05-152-48/+129
* Allow searching for playlists by id, name and numbernicholas2006-05-151-5/+63
* Another attempt at fixing gint64 and guint64 handling. 'Seems to work', this ...nicholas2006-05-151-10/+12
* 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