summaryrefslogtreecommitdiffstats
path: root/bindings/python/ipod.py
Commit message (Expand)AuthorAgeFilesLines
* Be more consistent with other python container objects and classesTodd Zullinger2008-07-091-6/+81
* Write shuffle data (thanks to Diogo Dutra)tmzullinger2008-05-021-0/+3
* Track.set_thumbnail() was renamed to Track.set_coverart_from_file() a long ti...tmzullinger2008-02-131-1/+1
* Try to deal with typestamps in a sane way in the Python bindingsnicholas2007-08-071-1/+4
* cleanup some trailing whitespacetmzullinger2007-07-311-15/+15
* ignore reserved (and chapterdata) attributes which are returned as gpointerstmzullinger2007-07-311-3/+8
* merge changes from the bug-1723660 branchtmzullinger2007-07-311-14/+83
* Remove hard coding of _proxied_attributesnicholas2007-06-281-18/+3
* put down the pipe and commit something that should actually work...tmzullinger2007-04-161-2/+4
* use the mac-style path for filename_ipod in the extended info file, like gtkp...tmzullinger2007-04-161-1/+1
* Add some PhotoDB reading features, thanks to John Carr for prompting.nicholas2007-03-261-0/+246
* * ChangeLogjcsjcs2007-02-121-57/+78
* 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
* If the Database was garbage collected, then any Tracks would be corrupt. Keep...nicholas2007-01-141-3/+9
* Use gtkdoc documentation for python docstrings, topped up with docstrings by ...nicholas2007-01-141-15/+224
* Catch up with flag2->skip_when_shuffling, flag3->remember_playback_position r...nicholas2006-05-301-17/+7
* Fix some Playlist handling - len(), creating without kwargs.nicholas2006-05-231-5/+5
* Assume local if localdb is specifiednicholas2006-05-191-1/+1
* Config file for Doxygennicholas2006-05-171-1/+4
* Support for removing tracks and playlists, local databases, checking if a tra...nicholas2006-05-151-20/+106
* Allow searching for playlists by id, name and numbernicholas2006-05-151-5/+63
* Allow add_song.py to create a playlist to put the new tracks intonicholas2006-05-071-2/+11
* Track, Database and Playlist support for the nicer API. add_song.py uses this...nicholas2006-05-071-12/+191
* Very start of a much nicer API from Pythonnicholas2006-04-091-0/+147