| Commit message (Expand) | Author | Age | Files | Lines |
* | * src/itdb_device.c (itdb_device_get_ipod_info): compare more than | Jorg Schuler | 2006-06-10 | 2 | -2/+9 |
* | * src/itdb.h | Jorg Schuler | 2006-06-07 | 7 | -29/+162 |
* | * src/itdb_itunesdb.c (itdb_create_directories): add space after | Jorg Schuler | 2006-06-05 | 2 | -2/+5 |
* | * src/itdb.h | Jorg Schuler | 2006-06-05 | 3 | -8/+14 |
* | 2006-06-05 Jorg Schuler <jcsjcs at users.sourceforge.net> | Jorg Schuler | 2006-06-04 | 21 | -278/+610 |
* | * src/db-artwork-writer.c | Jorg Schuler | 2006-06-02 | 7 | -48/+83 |
* | * tests/test-photos.c: added possibility to dump all photos into a | Jorg Schuler | 2006-06-02 | 3 | -42/+109 |
* | * src/itdb.h: | Jorg Schuler | 2006-06-01 | 12 | -113/+174 |
* | * src/db-artwork-writer.c (write_mhni): fix segfault caused by | Jorg Schuler | 2006-06-01 | 4 | -8/+12 |
* | * configure.ac: | Jorg Schuler | 2006-05-31 | 3 | -3/+70 |
* | Catch up with flag2->skip_when_shuffling, flag3->remember_playback_position r... | Nicholas Piper | 2006-05-30 | 1 | -17/+7 |
* | ***** merged photo-support branch back to MAIN. branch is tagged | Jorg Schuler | 2006-05-30 | 39 | -902/+3188 |
* | Don't remove required files when we make clean. | Nicholas Piper | 2006-05-29 | 1 | -1/+2 |
* | Add a couple of simple unit tests; use Make test to run. Runs against _instal... | Nicholas Piper | 2006-05-23 | 2 | -0/+68 |
* | Fix some Playlist handling - len(), creating without kwargs. | Nicholas Piper | 2006-05-23 | 1 | -5/+5 |
* | Initial version. | Nicholas Piper | 2006-05-19 | 4 | -0/+3 |
* | Assume local if localdb is specified | Nicholas Piper | 2006-05-19 | 1 | -1/+1 |
* | Config file for Doxygen | Nicholas Piper | 2006-05-17 | 2 | -1/+237 |
* | sw_get_playlist() seems to have also (?) become lost. Maybe I've just lost a ... | Nicholas Piper | 2006-05-17 | 1 | -0/+11 |
* | Have errors reported with the correct path for anyone that's building package... | Nicholas Piper | 2006-05-17 | 1 | -2/+2 |
* | Support for removing tracks and playlists, local databases, checking if a tra... | Nicholas Piper | 2006-05-15 | 2 | -48/+129 |
* | Allow searching for playlists by id, name and number | Nicholas Piper | 2006-05-15 | 1 | -5/+63 |
* | Another attempt at fixing gint64 and guint64 handling. 'Seems to work', this ... | Nicholas Piper | 2006-05-15 | 1 | -10/+12 |
* | Stop having to list each python file in the gpod module; thanks to Todd Zulli... | Nicholas Piper | 2006-05-15 | 1 | -10/+3 |
* | Add missing gtkpod.py ; rename playwith_ipod_api.py to use an underscore. | Nicholas Piper | 2006-05-14 | 3 | -1/+100 |
* | Allow add_song.py to create a playlist to put the new tracks into | Nicholas Piper | 2006-05-07 | 2 | -11/+33 |
* | Track, Database and Playlist support for the nicer API. add_song.py uses this... | Nicholas Piper | 2006-05-07 | 5 | -53/+266 |
* | * Created new branch "photo-support" for testing of photo | Jorg Schuler | 2006-05-06 | 1 | -0/+9 |
* | Add gint8-gint64 typemaps for 'in' | Nicholas Piper | 2006-05-06 | 1 | -0/+42 |
* | Rearrange slightly, create a gpod package ready for the nicer API | Nicholas Piper | 2006-05-06 | 2 | -12/+19 |
* | * src/itdb_itunesdb.c: avoid segfault if album field of podcasts | Jorg Schuler | 2006-05-05 | 2 | -3/+15 |
* | * src/itdb_itunesdb.c: smart playlists: avoid assertion | Jorg Schuler | 2006-05-02 | 2 | -5/+14 |
* | * tests/Makefile.am: removed 'test-rebuild-db' from | Jorg Schuler | 2006-04-26 | 2 | -1/+8 |
* | Add sw_get_rule() to extract smart playlist rules from GList*, and hopefully ... | Nicholas Piper | 2006-04-25 | 3 | -13/+113 |
* | Don't change flag1; it is automatic now as it means coverart present or not | Nicholas Piper | 2006-04-25 | 1 | -2/+0 |
* | Add create_mp3_tags_from_itdb.py from Thomas Perl | Nicholas Piper | 2006-04-24 | 2 | -2/+77 |
* | * tests/test-rebuild-db.cc: forgot to propagate a GError | Christophe Fergeau | 2006-04-12 | 2 | -15/+23 |
* | * tests/test-ls.c: new test program reading and displaying the iPod | Christophe Fergeau | 2006-04-10 | 5 | -1/+413 |
* | * src/itdb_device.h: removed dead code | Christophe Fergeau | 2006-04-10 | 3 | -18/+7 |
* | * docs/Makefile.am: | Christophe Fergeau | 2006-04-10 | 24 | -253/+3011 |
* | Very start of a much nicer API from Python | Nicholas Piper | 2006-04-09 | 5 | -3/+203 |
* | Allow fetching guint8 values into Python. Include function name in exception ... | Nicholas Piper | 2006-04-08 | 1 | -1/+5 |
* | Correction to filename (again?), since I started to use all underscores inste... | Nicholas Piper | 2006-04-08 | 1 | -1/+1 |
* | 2006-04-08 Christophe Fergeau <teuf@gnome.org> | Christophe Fergeau | 2006-04-08 | 2 | -0/+5 |
* | Correction to filename (again?), since I started to use all underscores inste... | Nicholas Piper | 2006-04-08 | 1 | -5/+3 |
* | Remove Makefile, which is generated and shouldn't be in CVS. | Nicholas Piper | 2006-04-08 | 1 | -416/+0 |
* | Fix adding to podcast playlist, support adding multiple songs at once and sup... | Nicholas Piper | 2006-04-08 | 1 | -44/+80 |
* | Update EXTRA_DIST | Nicholas Piper | 2006-04-08 | 1 | -2/+3 |
* | Provide typemap for guint8, and use to provide podcast support in add_songs.p... | Nicholas Piper | 2006-04-08 | 2 | -3/+37 |
* | Used wrong variable when printing we couldn't read the ipod. Avoid ampersands... | Nicholas Piper | 2006-04-08 | 1 | -2/+2 |