| Commit message (Expand) | Author | Age | Files | Lines |
* | Python: make Track.get_coverart() return None if artwork is absent | Todd Zullinger | 2009-01-03 | 1 | -2/+4 |
* | Python: Set the mediatype field for Track objects | Todd Zullinger | 2008-08-23 | 1 | -1/+9 |
* | Python: Be more consistent with other container objects and classes | Todd Zullinger | 2008-08-23 | 1 | -4/+54 |
* | Python: Add a quiet parameter to Database.remove() and use it in tests | Todd Zullinger | 2008-08-23 | 1 | -2/+5 |
* | Update python bindings to work with the new thumbnail API. | Todd Zullinger | 2008-08-20 | 1 | -65/+14 |
* | Remove references to itdb_thumb_get_gdk_pixbuf() | Todd Zullinger | 2008-07-17 | 1 | -2/+2 |
* | Write shuffle data (thanks to Diogo Dutra) | Todd Zullinger | 2008-05-02 | 1 | -0/+3 |
* | Track.set_thumbnail() was renamed to Track.set_coverart_from_file() a long ti... | Todd Zullinger | 2008-02-13 | 1 | -1/+1 |
* | Try to deal with typestamps in a sane way in the Python bindings | Nicholas Piper | 2007-08-07 | 1 | -1/+4 |
* | cleanup some trailing whitespace | Todd Zullinger | 2007-07-31 | 1 | -15/+15 |
* | ignore reserved (and chapterdata) attributes which are returned as gpointers | Todd Zullinger | 2007-07-31 | 1 | -3/+8 |
* | merge changes from the bug-1723660 branch | Todd Zullinger | 2007-07-31 | 1 | -14/+83 |
* | Remove hard coding of _proxied_attributes | Nicholas Piper | 2007-06-28 | 1 | -18/+3 |
* | put down the pipe and commit something that should actually work... | Todd Zullinger | 2007-04-16 | 1 | -2/+4 |
* | use the mac-style path for filename_ipod in the extended info file, like gtkp... | Todd Zullinger | 2007-04-16 | 1 | -1/+1 |
* | Add some PhotoDB reading features, thanks to John Carr for prompting. | Nicholas Piper | 2007-03-26 | 1 | -0/+246 |
* | * ChangeLog | Jorg Schuler | 2007-02-12 | 1 | -57/+78 |
* | Translate track attributes to UTF-8 (dropping any chars we can't do), and if ... | Nicholas Piper | 2007-02-10 | 1 | -2/+2 |
* | Cope with invalid/not available mp3 tags | Nicholas Piper | 2007-02-10 | 1 | -13/+24 |
* | If the Database was garbage collected, then any Tracks would be corrupt. Keep... | Nicholas Piper | 2007-01-14 | 1 | -3/+9 |
* | Use gtkdoc documentation for python docstrings, topped up with docstrings by ... | Nicholas Piper | 2007-01-14 | 1 | -15/+224 |
* | Catch up with flag2->skip_when_shuffling, flag3->remember_playback_position r... | Nicholas Piper | 2006-05-30 | 1 | -17/+7 |
* | Fix some Playlist handling - len(), creating without kwargs. | Nicholas Piper | 2006-05-23 | 1 | -5/+5 |
* | Assume local if localdb is specified | Nicholas Piper | 2006-05-19 | 1 | -1/+1 |
* | Config file for Doxygen | Nicholas Piper | 2006-05-17 | 1 | -1/+4 |
* | Support for removing tracks and playlists, local databases, checking if a tra... | Nicholas Piper | 2006-05-15 | 1 | -20/+106 |
* | Allow searching for playlists by id, name and number | Nicholas Piper | 2006-05-15 | 1 | -5/+63 |
* | Allow add_song.py to create a playlist to put the new tracks into | Nicholas Piper | 2006-05-07 | 1 | -2/+11 |
* | Track, Database and Playlist support for the nicer API. add_song.py uses this... | Nicholas Piper | 2006-05-07 | 1 | -12/+191 |
* | Very start of a much nicer API from Python | Nicholas Piper | 2006-04-09 | 1 | -0/+147 |