summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't remove required files when we make clean.Nicholas Piper2006-05-291-1/+2
* Add a couple of simple unit tests; use Make test to run. Runs against _instal...Nicholas Piper2006-05-232-0/+68
* Fix some Playlist handling - len(), creating without kwargs.Nicholas Piper2006-05-231-5/+5
* Initial version.Nicholas Piper2006-05-194-0/+3
* Assume local if localdb is specifiedNicholas Piper2006-05-191-1/+1
* Config file for DoxygenNicholas Piper2006-05-172-1/+237
* sw_get_playlist() seems to have also (?) become lost. Maybe I've just lost a ...Nicholas Piper2006-05-171-0/+11
* Have errors reported with the correct path for anyone that's building package...Nicholas Piper2006-05-171-2/+2
* Support for removing tracks and playlists, local databases, checking if a tra...Nicholas Piper2006-05-152-48/+129
* Allow searching for playlists by id, name and numberNicholas Piper2006-05-151-5/+63
* Another attempt at fixing gint64 and guint64 handling. 'Seems to work', this ...Nicholas Piper2006-05-151-10/+12
* Stop having to list each python file in the gpod module; thanks to Todd Zulli...Nicholas Piper2006-05-151-10/+3
* Add missing gtkpod.py ; rename playwith_ipod_api.py to use an underscore.Nicholas Piper2006-05-143-1/+100
* Allow add_song.py to create a playlist to put the new tracks intoNicholas Piper2006-05-072-11/+33
* Track, Database and Playlist support for the nicer API. add_song.py uses this...Nicholas Piper2006-05-075-53/+266
* * Created new branch "photo-support" for testing of photoJorg Schuler2006-05-061-0/+9
* Add gint8-gint64 typemaps for 'in'Nicholas Piper2006-05-061-0/+42
* Rearrange slightly, create a gpod package ready for the nicer APINicholas Piper2006-05-062-12/+19
* * src/itdb_itunesdb.c: avoid segfault if album field of podcastsJorg Schuler2006-05-052-3/+15
* * src/itdb_itunesdb.c: smart playlists: avoid assertionJorg Schuler2006-05-022-5/+14
* * tests/Makefile.am: removed 'test-rebuild-db' fromJorg Schuler2006-04-262-1/+8
* Add sw_get_rule() to extract smart playlist rules from GList*, and hopefully ...Nicholas Piper2006-04-253-13/+113
* Don't change flag1; it is automatic now as it means coverart present or notNicholas Piper2006-04-251-2/+0
* Add create_mp3_tags_from_itdb.py from Thomas PerlNicholas Piper2006-04-242-2/+77
* * tests/test-rebuild-db.cc: forgot to propagate a GErrorChristophe Fergeau2006-04-122-15/+23
* * tests/test-ls.c: new test program reading and displaying the iPodChristophe Fergeau2006-04-105-1/+413
* * src/itdb_device.h: removed dead codeChristophe Fergeau2006-04-103-18/+7
* * docs/Makefile.am:Christophe Fergeau2006-04-1024-253/+3011
* Very start of a much nicer API from PythonNicholas Piper2006-04-095-3/+203
* Allow fetching guint8 values into Python. Include function name in exception ...Nicholas Piper2006-04-081-1/+5
* Correction to filename (again?), since I started to use all underscores inste...Nicholas Piper2006-04-081-1/+1
* 2006-04-08 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2006-04-082-0/+5
* Correction to filename (again?), since I started to use all underscores inste...Nicholas Piper2006-04-081-5/+3
* Remove Makefile, which is generated and shouldn't be in CVS.Nicholas Piper2006-04-081-416/+0
* Fix adding to podcast playlist, support adding multiple songs at once and sup...Nicholas Piper2006-04-081-44/+80
* Update EXTRA_DISTNicholas Piper2006-04-081-2/+3
* Provide typemap for guint8, and use to provide podcast support in add_songs.p...Nicholas Piper2006-04-082-3/+37
* Used wrong variable when printing we couldn't read the ipod. Avoid ampersands...Nicholas Piper2006-04-081-2/+2
* Remove double quotes from search term, and remove 12" too.Nicholas Piper2006-04-071-3/+6
* Delete the temp files AFTER we finish writing to the ipod.Nicholas Piper2006-04-071-3/+6
* Cleanup temp files after we're done.Nicholas Piper2006-04-071-2/+8
* Avoid leaving my key lying around. A bit late.Nicholas Piper2006-04-071-1/+1
* Clean up this directory a little, and improve coverart fetching.Nicholas Piper2006-04-075-17/+121
* 2006-04-03 Jorg Schuler <jcsjcs at users.sourceforge.net>Jorg Schuler2006-04-0520-611/+1835
* * itunesdb.c: set filetype identifier when transfering track toJorg Schuler2006-03-293-9/+29
* Alpha version of reversed-endian Artwork writing. Status: iTunesDBJorg Schuler2006-03-2318-211/+478
* * itdb_itunesdb.c (itdb_write_file): move endianess autodetectionJorg Schuler2006-03-183-6/+10
* Removed leftover debuggin printfsJorg Schuler2006-03-171-5/+1
* * itdb_itunesdb.c (mk_mhod): fixed bug when writing podcast urls.Jorg Schuler2006-03-172-3/+12
* * simplified some code by using itdb_get_path() instead ofJorg Schuler2006-03-172-2/+7