summaryrefslogtreecommitdiffstats
path: root/bindings/python/ipod.py
Commit message (Expand)AuthorAgeFilesLines
* 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