summaryrefslogtreecommitdiffstats
path: root/bindings/python/ipod.py
Commit message (Expand)AuthorAgeFilesLines
* Python: Set the mediatype field for Track objectspython-podcast-mediatypepython-container-methodstmzullinger2008-08-231-1/+9
* Python: Be more consistent with other container objects and classestmzullinger2008-08-231-4/+54
* Python: Add a quiet parameter to Database.remove() and use it in teststmzullinger2008-08-231-2/+5
* Update python bindings to work with the new thumbnail API.python-thumb-api-fix-v2tmzullinger2008-08-201-65/+14
* Remove references to itdb_thumb_get_gdk_pixbuf()Todd Zullinger2008-07-171-2/+2
* Write shuffle data (thanks to Diogo Dutra)Todd Zullinger2008-05-021-0/+3
* Track.set_thumbnail() was renamed to Track.set_coverart_from_file() a long ti...Todd Zullinger2008-02-131-1/+1
* Try to deal with typestamps in a sane way in the Python bindingsNicholas Piper2007-08-071-1/+4
* cleanup some trailing whitespaceTodd Zullinger2007-07-311-15/+15
* ignore reserved (and chapterdata) attributes which are returned as gpointersTodd Zullinger2007-07-311-3/+8
* merge changes from the bug-1723660 branchTodd Zullinger2007-07-311-14/+83
* Remove hard coding of _proxied_attributesNicholas Piper2007-06-281-18/+3
* put down the pipe and commit something that should actually work...Todd Zullinger2007-04-161-2/+4
* use the mac-style path for filename_ipod in the extended info file, like gtkp...Todd Zullinger2007-04-161-1/+1
* Add some PhotoDB reading features, thanks to John Carr for prompting.Nicholas Piper2007-03-261-0/+246
* * ChangeLogJorg Schuler2007-02-121-57/+78
* Translate track attributes to UTF-8 (dropping any chars we can't do), and if ...Nicholas Piper2007-02-101-2/+2
* Cope with invalid/not available mp3 tagsNicholas Piper2007-02-101-13/+24
* If the Database was garbage collected, then any Tracks would be corrupt. Keep...Nicholas Piper2007-01-141-3/+9
* Use gtkdoc documentation for python docstrings, topped up with docstrings by ...Nicholas Piper2007-01-141-15/+224
* Catch up with flag2->skip_when_shuffling, flag3->remember_playback_position r...Nicholas Piper2006-05-301-17/+7
* Fix some Playlist handling - len(), creating without kwargs.Nicholas Piper2006-05-231-5/+5
* Assume local if localdb is specifiedNicholas Piper2006-05-191-1/+1
* Config file for DoxygenNicholas Piper2006-05-171-1/+4
* Support for removing tracks and playlists, local databases, checking if a tra...Nicholas Piper2006-05-151-20/+106
* Allow searching for playlists by id, name and numberNicholas Piper2006-05-151-5/+63
* Allow add_song.py to create a playlist to put the new tracks intoNicholas Piper2006-05-071-2/+11
* Track, Database and Playlist support for the nicer API. add_song.py uses this...Nicholas Piper2006-05-071-12/+191
* Very start of a much nicer API from PythonNicholas Piper2006-04-091-0/+147